summaryrefslogtreecommitdiff
path: root/hdl_lab/hdl/reset_sync.py
diff options
context:
space:
mode:
authorjjsuperpower <jjs29356@gmail.com>2022-06-29 00:28:19 -0500
committerjjsuperpower <jjs29356@gmail.com>2022-06-29 00:28:19 -0500
commitfede3bb0e30f36b0e073fb9a827ab8a48c1608a9 (patch)
tree0147a501864fd63795089e115b95d9a61fc9baaa /hdl_lab/hdl/reset_sync.py
parent7947465eba567b1982e81e38771328d8d1303fce (diff)
fixed shift_reg for export
Diffstat (limited to 'hdl_lab/hdl/reset_sync.py')
-rw-r--r--hdl_lab/hdl/reset_sync.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/hdl_lab/hdl/reset_sync.py b/hdl_lab/hdl/reset_sync.py
index 04ccdeb..af03075 100644
--- a/hdl_lab/hdl/reset_sync.py
+++ b/hdl_lab/hdl/reset_sync.py
@@ -107,5 +107,3 @@ def test_reset_sync_cosim():
hdl.export()
hdl.cosim()
-test_reset_sync_sim()
-test_reset_sync_cosim()