cvw/src/ieu
2023-02-21 09:32:17 -08:00
..
alu.sv Reverted lab3 changes in dev branch 2023-02-16 18:10:05 -08:00
comparator.sv Removed pipelined level of hierarchy 2023-02-02 14:14:11 -08:00
controller.sv Fixed Issue #106: fld rasies load access fault instead of illegal instruction. The IEU controller had considered all fp loads and stores to be legal regardless of whether the FPU is enabled or the type is supported. Merged illegal instruction detection from both units into the Decode stage, saving two bits of pipeline register as well. 2023-02-21 09:32:17 -08:00
datapath.sv Reverted lab3 changes in dev branch 2023-02-16 18:10:05 -08:00
extend.sv Removed pipelined level of hierarchy 2023-02-02 14:14:11 -08:00
forward.sv Removed pipelined level of hierarchy 2023-02-02 14:14:11 -08:00
ieu.sv Fixed Issue #106: fld rasies load access fault instead of illegal instruction. The IEU controller had considered all fp loads and stores to be legal regardless of whether the FPU is enabled or the type is supported. Merged illegal instruction detection from both units into the Decode stage, saving two bits of pipeline register as well. 2023-02-21 09:32:17 -08:00
regfile.sv Removed pipelined level of hierarchy 2023-02-02 14:14:11 -08:00
shifter.sv Removed pipelined level of hierarchy 2023-02-02 14:14:11 -08:00