summaryrefslogtreecommitdiff
path: root/deprecated/hdl_lab/hdl/constants.py
diff options
context:
space:
mode:
authorjjsuperpower <jjs29356@gmail.com>2022-08-04 22:41:26 -0500
committerjjsuperpower <jjs29356@gmail.com>2022-08-04 22:41:26 -0500
commit064faff0677f105e6a317f858bb09df57ca18511 (patch)
tree3b94a31aa560c0f1719b207b9990909872c72430 /deprecated/hdl_lab/hdl/constants.py
parent99e4d6d9dd93ef25214e7b518bf06c96b0e233f7 (diff)
deprecated all myhdl stuff, moving to Amaranth
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