Skip to content

Commit

Permalink
Update riscvsingle.vhdl
Browse files Browse the repository at this point in the history
  • Loading branch information
michael9186 committed Jun 2, 2023
1 parent be42f75 commit 0e77605
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/template_2/riscvsingle.vhdl
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,8 @@ architecture struct of datapath is
signal SrcA, SrcB: STD_ULOGIC_VECTOR(31 downto 0); --new
signal ShiftA, ShiftB, ShiftOut: STD_ULOGIC_VECTOR(31 downto 0); --new
signal Result: STD_ULOGIC_VECTOR(31 downto 0);
signal Zero_s, ZeroMuxOut: STD_ULOGIC;
signal Zero_s: STD_ULOGIC_VECTOR(0 downto 0);
signal ZeroMuxOut: STD_ULOGIC;
signal PC_s, WriteData_s, ALUResult_s : STD_ULOGIC_VECTOR(31 downto 0);
begin
-- next PC logic
Expand Down

0 comments on commit 0e77605

Please sign in to comment.