From 987134966d0c3ab9b1a5775c8f01fa707408780b Mon Sep 17 00:00:00 2001 From: jjsuperpower Date: Sun, 26 Jun 2022 09:40:18 -0500 Subject: restructured folder --- hdl_lab/constants.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 hdl_lab/constants.py (limited to 'hdl_lab/constants.py') diff --git a/hdl_lab/constants.py b/hdl_lab/constants.py new file mode 100644 index 0000000..d40d7c1 --- /dev/null +++ b/hdl_lab/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