summaryrefslogtreecommitdiff
path: root/rtl/core/regs (follow)
AgeCommit message (Collapse)Author
2023-09-25rtl/core, tb: replace bus_master with a new top-level moduleAlejandro Soto
2022-11-10Fix reset glitchesAlejandro Soto
2022-11-09Implement resetAlejandro Soto
2022-11-07Fix long combinational path between regs and fetchAlejandro Soto
2022-11-07Rework regfile in order to remove negedge triggerAlejandro Soto
2022-10-17Use negative clock edge for register file in Verilator buildsAlejandro Soto
2022-10-16Implement register dumpsAlejandro Soto
2022-10-09Pipeline flags writeback (breaks combinational data dependencies)Alejandro Soto
2022-10-03Fix pipeline hazardsAlejandro Soto
2022-10-02Use @(posedge clk) in register filesAlejandro Soto
2022-09-27Switch from operand forwarding to next insn stalls (improves Fmax)Alejandro Soto
2022-09-27Fix branching bugsAlejandro Soto
2022-09-25Refactor CPSR and uarch.svAlejandro Soto
2022-09-25Fix Quartus issuesAlejandro Soto
2022-09-25Implement register fileAlejandro Soto