From 382b73b0989dc00093f4e5daa67d4386722b19fb Mon Sep 17 00:00:00 2001 From: jjsuperpower Date: Thu, 23 Jun 2022 23:04:28 -0500 Subject: basic myhdl setup working --- hdl/testing/constants.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 hdl/testing/constants.py (limited to 'hdl/testing/constants.py') diff --git a/hdl/testing/constants.py b/hdl/testing/constants.py new file mode 100644 index 0000000..d40d7c1 --- /dev/null +++ b/hdl/testing/constants.py @@ -0,0 +1,5 @@ +SIM_DIR = './simulation/' +GEN_VERILOG = './gen_verilog/' + +IVERILOG = 'iverilog ' +VVP = 'vvp -M ./ -m myhdl ' \ No newline at end of file -- cgit v1.2.3