From df69f7b7c73be01968ba767ab112b227533bbd70 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sun, 20 Nov 2022 13:42:59 -0600 Subject: Add tick, bail signals to simulated Avalon slaves --- tb/top/conspiracion.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tb/top') 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; -- cgit v1.2.3