Initial commit

Signed-off-by: Tiago Garcia <tiago.rgarcia@ua.pt>
This commit is contained in:
Tiago Garcia 2025-11-08 11:59:19 +00:00
commit b2c114c0b5
Signed by: TiagoRG
GPG Key ID: DFCD48E3F420DB42
2 changed files with 35 additions and 0 deletions

33
.gitignore vendored Normal file
View File

@ -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

2
README.md Executable file
View File

@ -0,0 +1,2 @@
# UAveiro - MECT
### Work done during the Master's in Computer Engineering at the University of Aveiro