summaryrefslogtreecommitdiff
path: root/deprecated/hdl_lab/hdl/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'deprecated/hdl_lab/hdl/constants.py')
-rw-r--r--deprecated/hdl_lab/hdl/constants.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/deprecated/hdl_lab/hdl/constants.py b/deprecated/hdl_lab/hdl/constants.py
deleted file mode 100644
index ca02497..0000000
--- a/deprecated/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