commit b2c114c0b5e0ee7bdb0f9836b0f30e8150b5d576 Author: Tiago Garcia Date: Sat Nov 8 11:59:19 2025 +0000 Initial commit Signed-off-by: Tiago Garcia diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fa4a0f8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,33 @@ +# Hidden files +/**/.* +!.gitignore + +# Config files +/**/*.iml + +# Data files +/**/*.dat + +# Output/Cache files +/**/out/ +/**/__pycache__/ + +# Quartus Output/Cache files +/**/db/ +/**/incremental_db/ +/**/output_files/* +!/**/output_files/*.sof +/**/simulation/ +/**/*.bak +/**/*.qws +/**/*.qpf +/**/*.qsf + +# QEMU Virtual Hard Disks +/**/*.qcow2 + +# MIPS compiled +/**/*.hex +/**/*.elf +/**/*.map +/**/*.o diff --git a/README.md b/README.md new file mode 100755 index 0000000..8687f5c --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# UAveiro - MECT +### Work done during the Master's in Computer Engineering at the University of Aveiro