ЛР6. Исправление прототипа riscv_unit

This commit is contained in:
Andrei Solodovnikov
2023-10-15 10:51:51 +03:00
committed by GitHub
parent a923ff2ea8
commit f9507694b9

View File

@@ -61,7 +61,7 @@ endmodule
```SystemVerilog
module riscv_unit(
input logic clk_i,
input logic resetn_i
input logic rst_i
);
endmodule