From 0a9a7393aaef36ee35e75cbcf0fcd77d29a046e1 Mon Sep 17 00:00:00 2001 From: jjsuperpower Date: Sun, 22 Jan 2023 23:26:52 -0600 Subject: added rtlil export --- hdl/config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hdl/config.py') 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 -- cgit v1.2.3