From 278f91e6db50fdb0fb20266401b58e15c15782ae Mon Sep 17 00:00:00 2001 From: jjsuperpower Date: Sat, 17 Sep 2022 09:56:20 -0500 Subject: added random testing --- hdl/config.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hdl/config.py') 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 -- cgit v1.2.3