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, 4 insertions, 1 deletions
diff --git a/hdl_lab/hdl/constants.py b/hdl_lab/hdl/constants.py
index d40d7c1..ca02497 100644
--- a/hdl_lab/hdl/constants.py
+++ b/hdl_lab/hdl/constants.py
@@ -2,4 +2,7 @@ SIM_DIR = './simulation/'
GEN_VERILOG = './gen_verilog/'
IVERILOG = 'iverilog '
-VVP = 'vvp -M ./ -m myhdl ' \ No newline at end of file
+VVP = 'vvp -M ./ -m myhdl '
+
+RESET_ACTIVE = False
+RESET_INACTIVE = not RESET_ACTIVE \ No newline at end of file