summaryrefslogtreecommitdiff
path: root/hdl_lab/hdl/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'hdl_lab/hdl/constants.py')
-rw-r--r--hdl_lab/hdl/constants.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/hdl_lab/hdl/constants.py b/hdl_lab/hdl/constants.py
new file mode 100644
index 0000000..d40d7c1
--- /dev/null
+++ b/hdl_lab/hdl/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