cvw/pipelined/src/lsu
Ross Thompson 0fddceffa6 Modified the mmu to not mux the lower 12 bits of the physical address and instead directly
assign from the input non translated virtual address.  Since the lower bits never change there is
no reason to place these lower bits on a longer critical path.
The cache and lsu were previously using the lower bits from the virtual address rather than
the physical address.  This change will allow us to keep the shorter critical path and
reduce the complexity of the lsu, ifu, and cache drawings.
2022-01-06 23:19:09 -06:00
..
busfsm.sv Renamed wally-pipelined to pipelined 2022-01-04 19:47:41 +00:00
interlockfsm.sv Renamed wally-pipelined to pipelined 2022-01-04 19:47:41 +00:00
lrsc.sv Renamed wally-pipelined to pipelined 2022-01-04 19:47:41 +00:00
lsu.sv Modified the mmu to not mux the lower 12 bits of the physical address and instead directly 2022-01-06 23:19:09 -06:00
subwordread.sv Removed generate statements 2022-01-05 14:35:25 +00:00