diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-11-20 13:42:59 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-11-20 13:42:59 -0600 |
| commit | df69f7b7c73be01968ba767ab112b227533bbd70 (patch) | |
| tree | 4375b9ecf321a3ef0d1746e17237c03dd668a8d8 /tb/top | |
| parent | 6ebe514137fa41ac015122da4dcaba56af84e531 (diff) | |
Add tick, bail signals to simulated Avalon slaves
Diffstat (limited to '')
| -rw-r--r-- | tb/top/conspiracion.cpp | 6 |
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; |
