From 3ad18f9945aa0f6a617fcd399a0a402db9a28027 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Stro=CC=88mbergson?= Date: Tue, 9 Apr 2019 16:10:55 +0200 Subject: Adding inital tb for the SPI slave. Debugging the SPI slave and the FPGA_MKM. --- src/tb/tb_fpga_mkm.v | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/tb/tb_fpga_mkm.v') diff --git a/src/tb/tb_fpga_mkm.v b/src/tb/tb_fpga_mkm.v index 682a99d..226380c 100644 --- a/src/tb/tb_fpga_mkm.v +++ b/src/tb/tb_fpga_mkm.v @@ -37,7 +37,7 @@ // //====================================================================== -module tb_fpga_mklm(); +module tb_fpga_mkm(); //---------------------------------------------------------------- // Parameters. @@ -96,7 +96,7 @@ module tb_fpga_mklm(); //---------------------------------------------------------------- always begin : clk_gen - #CLK_HALF_PERIOD; + #(CLK_HALF_PERIOD); tb_clk = !tb_clk; end // clk_gen @@ -185,7 +185,7 @@ module tb_fpga_mklm(); $finish; end -endmodule // tb_keywrap_core +endmodule // tb_fpga_mkm //====================================================================== // EOF tb_fpga_mkm.v -- cgit v1.2.3