Graham Edgecombe
|
86022d42a5
|
Follow the standard naming/commenting conventions in hazard-related code
|
2017-12-07 22:37:58 +00:00 |
|
Graham Edgecombe
|
5ec95c00a2
|
Flush the decode/execute stages if a branch is taken
|
2017-12-07 22:37:58 +00:00 |
|
Graham Edgecombe
|
4c2c44e94d
|
Add initial hazard unit
|
2017-12-07 22:37:58 +00:00 |
|
Graham Edgecombe
|
310c275ba2
|
Hard-wire stall and flush inputs to zero
|
2017-12-07 22:37:58 +00:00 |
|
Graham Edgecombe
|
83b7d1c9b7
|
Add 'from stage' comments if inputs are not from the previous stage
|
2017-12-07 22:37:58 +00:00 |
|
Graham Edgecombe
|
dd6e01fb5c
|
Move result/mem_read_value mux to the mem stage
This should reduce the logic required to forward the writeback rd_value
to the execute stage, which is on the critical path.
|
2017-12-07 22:37:58 +00:00 |
|
Graham Edgecombe
|
8e2ce65ad9
|
Add operand forwarding to the execute stage
|
2017-12-07 22:37:58 +00:00 |
|
Graham Edgecombe
|
871e1f4a32
|
Add LB, LBU, LH, LHU, SB and SH instructions
|
2017-12-07 22:37:58 +00:00 |
|
Graham Edgecombe
|
9de9955ad0
|
Connect lower 8 bits of x31 to the LEDs for debugging
|
2017-12-02 15:33:45 +00:00 |
|
Graham Edgecombe
|
86f6e0eec1
|
Add branching support
|
2017-12-02 15:23:12 +00:00 |
|
Graham Edgecombe
|
4c68818134
|
Add writeback stage
|
2017-12-02 11:26:12 +00:00 |
|
Graham Edgecombe
|
3f8e64c65a
|
Add memory access stage
|
2017-12-02 10:22:48 +00:00 |
|
Graham Edgecombe
|
efb33456f9
|
Add include guards
|
2017-12-01 23:30:33 +00:00 |
|
Graham Edgecombe
|
30b793cbaf
|
Add ALU
|
2017-12-01 23:02:50 +00:00 |
|
Graham Edgecombe
|
ed238e5e9b
|
Use -noautowire to avoid using logic in every input/output declaration
|
2017-12-01 18:49:48 +00:00 |
|
Graham Edgecombe
|
4a4dee334d
|
Add initial fetch/decode stages
|
2017-12-01 08:46:43 +00:00 |
|