Implement "add" instruction in cpu.v. Tests still missing for it. Better merge now otherwise it will take a long time and it will lose the goal of modular commits.
Starts moving the implementation of modules to the cpu.v file where the pipeline is implemented. Source code files per pipeline stage will be depecrated. Because of this, some modules were succesfully migrated, but others still not.
Test commands can now be implemented in test.sh, so it will test the whole RTL.
Tests for ALU and Register File successfully migrated.
Implement "add" instruction in
cpu.v
. Tests still missing for it. Better merge now otherwise it will take a long time and it will lose the goal of modular commits.cpu.v
file where the pipeline is implemented. Source code files per pipeline stage will be depecrated. Because of this, some modules were succesfully migrated, but others still not.test.sh
, so it will test the whole RTL.