Add: archi and comment in top level | Fix: missing var declaration in reg test bench
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
`include "tb_tools.vh"
|
||||
|
||||
module tb_registers_bank ();
|
||||
integer i;
|
||||
reg clk;
|
||||
reg reset;
|
||||
reg we;
|
||||
|
||||
@@ -42,4 +42,4 @@
|
||||
|
||||
`define next_cycle \
|
||||
#1 clk = ~clk; \
|
||||
#1 clk = ~clk;
|
||||
#1 clk = ~clk;
|
||||
|
||||
Reference in New Issue
Block a user