summaryrefslogtreecommitdiff
path: root/hdl/testing/constants.py
diff options
context:
space:
mode:
authorjjsuperpower <jjs29356@gmail.com>2022-06-23 23:04:28 -0500
committerjjsuperpower <jjs29356@gmail.com>2022-06-23 23:04:28 -0500
commit382b73b0989dc00093f4e5daa67d4386722b19fb (patch)
tree472203a26f5a4b0e573c1528633f90d019d9f2a3 /hdl/testing/constants.py
parent26169bec7ae7b85d938f5d3c6e969885f2230541 (diff)
basic myhdl setup working
Diffstat (limited to 'hdl/testing/constants.py')
-rw-r--r--hdl/testing/constants.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/hdl/testing/constants.py b/hdl/testing/constants.py
new file mode 100644
index 0000000..d40d7c1
--- /dev/null
+++ b/hdl/testing/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