Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
GUI and controller on separate threads
|
|
|
|
|
|
|
|
|
|
|
|
|
|
MEM WB stage
|
|
|
|
|
|
Sanity check for pipeline up to exe
|
|
|
|
Add tests for EX, rest of (non-vector) instructions
|
|
|
|
|
|
|
|
|
|
Add mock stage, proper decode tests
changes look good
|
|
|
|
|
|
Minor simplification to API between pipeline components
-- Fixed memory leaks
|
|
|
|
|
|
|
|
|
|
|
|
Instr, InstrDTO gets/sets, other structures required for decode
-- tests as we move forward
-- base classes
-- decode stage implemented
|
|
|
|
|
|
|
|
|
|
Layout changes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add fetch stage implementation, tests, program loading, DTO object
Base classes plus base tests for Instruction Fetch stage with a default program
|
|
|
|
|