Skip to content

Commit

Permalink
Merge pull request #9 from Nekkit6/master
Browse files Browse the repository at this point in the history
Правки тб декодера
  • Loading branch information
HepoH3 committed Oct 2, 2023
2 parents 70c8d9b + 15b3251 commit d23141f
Show file tree
Hide file tree
Showing 2 changed files with 840 additions and 515 deletions.
2 changes: 1 addition & 1 deletion Labs/05. Main decoder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ module decoder_riscv (
output logic branch_o,
output logic jal_o,
output logic jalr_o,
output logic mret
output logic mret_o
);
import riscv_pkg::*;
Expand Down
Loading

0 comments on commit d23141f

Please sign in to comment.