aboutsummaryrefslogtreecommitdiff
path: root/src/tb/tb_mkmif_core.v
diff options
context:
space:
mode:
authorJoachim StroĢˆmbergson <joachim@secworks.se>2018-10-16 11:22:13 +0200
committerJoachim StroĢˆmbergson <joachim@secworks.se>2018-10-16 11:22:13 +0200
commitd504b392554f0ea17fa947e67cfd772a79d05cc5 (patch)
treecb3977f73b532d57690f99d094105ec7604cb62f /src/tb/tb_mkmif_core.v
parent77fb7c4d456d71c08eeb09f62d0d544c7693ab6b (diff)
(1) Added register missing from reset code. (2) Cleaned up reset constants. (3) Added missing wire declaration in testbench.HEADmaster
Diffstat (limited to 'src/tb/tb_mkmif_core.v')
-rw-r--r--src/tb/tb_mkmif_core.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tb/tb_mkmif_core.v b/src/tb/tb_mkmif_core.v
index 766bc12..9452bbf 100644
--- a/src/tb/tb_mkmif_core.v
+++ b/src/tb/tb_mkmif_core.v
@@ -57,6 +57,7 @@ module tb_mkmif_core();
reg tb_clk;
reg tb_reset_n;
wire tb_spi_sclk;
+ wire tb_cs_n;
wire tb_spi_do;
wire tb_spi_di;
reg tb_read_op;