This commit is contained in:
mariusmonton 2019-01-13 01:36:38 +01:00
parent d875dc2cd3
commit 3316575820
1 changed files with 4 additions and 3 deletions

View File

@ -55,7 +55,8 @@ Task to do:
- [ ] Some standard UART model - [ ] Some standard UART model
- [ ] ... - [ ] ...
- [ ] Implement interrupts - [ ] Implement interrupts
- [ ] implement timer (mtimecmp) & timer interrupt - [x] implement timer (mtimecmp) & timer interrupt
- [ ] generic IRQ comtroller
- [x] Test, test, test & test. I'm sure there are a ~~lot of~~ some bugs in the code - [x] Test, test, test & test. I'm sure there are a ~~lot of~~ some bugs in the code
- [x] riscv-test almost complete (see [Test](https://github.com/mariusmm/RISC-V-TLM/wiki/Tests)) - [x] riscv-test almost complete (see [Test](https://github.com/mariusmm/RISC-V-TLM/wiki/Tests))
- [ ] riscv-compliance WiP - [ ] riscv-compliance WiP