summaryrefslogtreecommitdiff
path: root/conspiracion.qsf (follow)
AgeCommit message (Collapse)Author
2022-10-25Split mux logic out of control.svAlejandro Soto
2022-10-17Break sub-100MHz critical path involving wb_alu_flagsAlejandro Soto
2022-10-16Rename cycles as controlAlejandro Soto
2022-10-16Move isa.sv to core/decodeAlejandro Soto
2022-10-15Rework bus architectureAlejandro Soto
2022-10-08Implement LDR/STR decodeAlejandro Soto
2022-10-02Split decoding of flexible second operand out of data instructionsAlejandro Soto
2022-10-02Make the fetch stage use the bus arbiterAlejandro Soto
2022-10-02Major shifter-ALU redesignAlejandro Soto
The shifter unit now works in parallel with the ALU and is no longer part of it. Instructions that use the shifter as input to the ALU will now take an additional cycle, unless the control unit can detect a "trivial shift" situation where the shifter's output will be the same as its input. This change improves Fmax substantially.
2022-09-25Fix Quartus issuesAlejandro Soto
2022-09-23Add toplevel module for core testsAlejandro Soto
2022-09-19DDR3 is workingAlejandro Soto
2022-09-18Rename data_rw to data_wr in bus masterAlejandro Soto
2022-09-17Update project structure to match Verilator MakefileAlejandro Soto
2022-09-04Add SDRAM testAlejandro Soto
2022-09-02Fix output buffer atom errorsAlejandro Soto
2022-09-02Add hps_0 platform designAlejandro Soto
2022-09-01Initial commitAlejandro Soto