We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a05b4d commit 431d061Copy full SHA for 431d061
delay.sv
@@ -1,5 +1,5 @@
1
//------------------------------------------------------------------------------
2
-// delay.v
+// delay.sv
3
// Konstantin Pavlov, [email protected]
4
5
main_tb.sv
@@ -6,6 +6,9 @@
6
// INFO ------------------------------------------------------------------------
7
// Testbench template with basic clocking, reset and random stimulus signals
8
9
+// use this define to make some things differently in simulation
10
+`define SIMULATION yes
11
+
12
`timescale 1ns / 1ps
13
14
module main_tb();
0 commit comments