From 064faff0677f105e6a317f858bb09df57ca18511 Mon Sep 17 00:00:00 2001 From: jjsuperpower Date: Thu, 4 Aug 2022 22:41:26 -0500 Subject: deprecated all myhdl stuff, moving to Amaranth --- deprecated/hdl_lab/hdl/constants.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 deprecated/hdl_lab/hdl/constants.py (limited to 'deprecated/hdl_lab/hdl/constants.py') diff --git a/deprecated/hdl_lab/hdl/constants.py b/deprecated/hdl_lab/hdl/constants.py new file mode 100644 index 0000000..ca02497 --- /dev/null +++ b/deprecated/hdl_lab/hdl/constants.py @@ -0,0 +1,8 @@ +SIM_DIR = './simulation/' +GEN_VERILOG = './gen_verilog/' + +IVERILOG = 'iverilog ' +VVP = 'vvp -M ./ -m myhdl ' + +RESET_ACTIVE = False +RESET_INACTIVE = not RESET_ACTIVE \ No newline at end of file -- cgit v1.2.3