Skip to content

Commit

Permalink
ЛР5. Удаление комментария из прототипа модуля
Browse files Browse the repository at this point in the history
  • Loading branch information
HepoH3 authored Mar 31, 2024
1 parent 84c0e90 commit e137942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Labs/05. Main decoder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ module decoder_riscv (
output logic mem_we_o,
output logic [2:0] mem_size_o,
output logic gpr_we_o,
output logic [1:0] wb_sel_o, //write back selector
output logic [1:0] wb_sel_o,
output logic illegal_instr_o,
output logic branch_o,
output logic jal_o,
Expand Down

0 comments on commit e137942

Please sign in to comment.