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 --- hdl_lab/hdl/constants.py | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 hdl_lab/hdl/constants.py (limited to 'hdl_lab/hdl/constants.py') diff --git a/hdl_lab/hdl/constants.py b/hdl_lab/hdl/constants.py deleted file mode 100644 index ca02497..0000000 --- a/hdl_lab/hdl/constants.py +++ /dev/null @@ -1,8 +0,0 @@ -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