URL
https://opencores.org/ocsvn/m1_core/m1_core/trunk
Subversion Repositories m1_core
[/] [m1_core/] [trunk/] [doc/] [TODO.txt] - Rev 64
Compare with Previous | Blame | View Log
M1 Core ("Mistral") TODO List
=============================
Implementation
--------------
At the moment the CPU has no exception nor external interrupt handling.
Functional Verification
-----------------------
Several simulations have been performed by Fabio Motta, Simone Lunardo and Paolo Piscopo.
Open issues
-----------
- Jump are working (J JAL JR JALR) including the delay slot;
- equality branches (BEQ BNE) executed 2 delay slots rather than just 1, should be correct now;
- disequality branches (BLEZ BGTZ BLTZ BGEZ) do not work yet.