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 bc83f7c commit a792ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/template_2/riscvsingle.vhdl
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ architecture struct of controller is
signal Branch: STD_ULOGIC;
signal Jump_s : STD_ULOGIC;
begin
md: maindec port map(op, ResultSrc, MemWrite, Branch,
md: maindec port map(op, funct3, ResultSrc, MemWrite, Branch,
ALUSrc, RegWrite, Jump_s, ImmSrc, ALUOp);
ad: aludec port map(op(5), funct3, funct7b5, ALUOp, ALUControl);

Expand Down

0 comments on commit a792ede

Please sign in to comment.