This website works better with JavaScript.
Explore
Register
Sign In
cores
/
microwatt
mirror of
https://github.com/antonblanchard/microwatt
Watch
3
Star
1
Fork
You've already forked microwatt
1
Code
Issues
Projects
Releases
Wiki
Activity
4a4a98d4b9
microwatt
/
.gitignore
11 lines
81 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial import of microwatt Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
5 years ago
*.o
*~
*.cf
*.s
Update gitignore for new test bench build files Just ignore all *_tb files Signed-off-by: Michael Neuling <mikey@neuling.org>
5 years ago
*_tb
Add test cases for new exceptions and supervisor state This adds test cases for: - sc, illegals and decrementer exceptions - decrementer overflow - rfid - mt/mf sprg0/1 srr0/1 - mtdec - mtmsrd - sc It also adds these test cases to make check/check_light Signed-off-by: Michael Neuling <mikey@neuling.org>
5 years ago
main_ram.bin
tests/*/*.bin
tests/*/*.hex
tests/*/*.elf
Add VHDL TAGS Adds `make TAGS` Signed-off-by: Michael Neuling <mikey@neuling.org>
5 years ago
TAGS