mirror of
https://gitlab.com/brendanhaines/cpu.git
synced 2024-11-09 21:14:57 -07:00
fix the code issues I just introduced
This commit is contained in:
parent
0a9b182ef7
commit
17a95b58c8
|
@ -72,7 +72,7 @@ always #2 clk = !clk;
|
|||
|
||||
core dut(
|
||||
.clk(clk),
|
||||
.reset(reset)
|
||||
.reset(reset),
|
||||
|
||||
.mem_inst_addr(mem_inst_addr),
|
||||
.mem_inst_data(mem_inst_data),
|
||||
|
|
Loading…
Reference in New Issue
Block a user