summaryrefslogtreecommitdiff
path: root/hdl_lab/constants.py
diff options
context:
space:
mode:
authorjjsuperpower <jjs29356@gmail.com>2022-06-26 09:40:18 -0500
committerjjsuperpower <jjs29356@gmail.com>2022-06-26 09:40:18 -0500
commit987134966d0c3ab9b1a5775c8f01fa707408780b (patch)
tree47547791b41376ee25fd0968724d2e34a4742f60 /hdl_lab/constants.py
parentf4407898d3d74be98cdf1a0308c779cd842364ab (diff)
restructured folder
Diffstat (limited to 'hdl_lab/constants.py')
-rw-r--r--hdl_lab/constants.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/hdl_lab/constants.py b/hdl_lab/constants.py
new file mode 100644
index 0000000..d40d7c1
--- /dev/null
+++ b/hdl_lab/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