summaryrefslogtreecommitdiff
path: root/tb/top
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tb/top/conspiracion.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/tb/top/conspiracion.cpp b/tb/top/conspiracion.cpp
index bf0ee89..07b35a5 100644
--- a/tb/top/conspiracion.cpp
+++ b/tb/top/conspiracion.cpp
@@ -337,12 +337,6 @@ int main(int argc, char **argv)
top.clk_clk = !top.clk_clk;
top.eval();
- if(top.clk_clk)
- {
- ttyJ0.tick();
- timer.tick();
- }
-
if(!avl.tick(top.clk_clk))
{
failed = true;