summaryrefslogtreecommitdiff
path: root/hdl/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'hdl/config.py')
-rw-r--r--hdl/config.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/hdl/config.py b/hdl/config.py
index 989a090..0ff2bc0 100644
--- a/hdl/config.py
+++ b/hdl/config.py
@@ -5,6 +5,7 @@ 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')
+RTLIL_DIR = os.path.join(ROOT_DIR, 'gen_rtlil')
VCD_DIR = os.path.join(ROOT_DIR, 'gen_vcd')
-NUM_RAND_TESTS = 250 \ No newline at end of file
+NUM_RAND_TESTS = 100 \ No newline at end of file