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, 8 insertions, 0 deletions
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