summaryrefslogtreecommitdiff
path: root/hdl/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'hdl/config.py')
-rw-r--r--hdl/config.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/hdl/config.py b/hdl/config.py
index 4761c0a..989a090 100644
--- a/hdl/config.py
+++ b/hdl/config.py
@@ -5,4 +5,6 @@ ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
HDL_PATH = os.path.join(ROOT_DIR, 'hdl')
VERILOG_DIR = os.path.join(ROOT_DIR, 'gen_verilog')
CXXRTL_DIR = os.path.join(ROOT_DIR, 'gen_cxxrtl')
-VCD_DIR = os.path.join(ROOT_DIR, 'gen_vcd') \ No newline at end of file
+VCD_DIR = os.path.join(ROOT_DIR, 'gen_vcd')
+
+NUM_RAND_TESTS = 250 \ No newline at end of file