Added comments
This commit is contained in:
parent
2497aa363c
commit
261f1c1f93
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
// Code your testbench here
|
||||
// or browse Examples
|
||||
module chip_design_tb #(
|
||||
parameter int N_x = 8,
|
||||
parameter int N_y = 8,
|
||||
parameter int N_x = 8, // full maze size
|
||||
parameter int N_y = 8, // full maze size
|
||||
parameter int DELAY_NS = 50
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue