diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-10-05 00:36:37 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-10-05 13:07:57 -0600 |
| commit | 4acd900c4602db0353d11bf6841ddadfd80c57b8 (patch) | |
| tree | fe24637ccd16fefcf25f0c8d8e65b01d19a1760c /tb/sim | |
| parent | d173727c1ed34652613fc046d522a43ac9ef015e (diff) | |
Makefile, tb: add support for cocotb
Diffstat (limited to '')
| -rw-r--r-- | tb/top/conspiracion/sim_slave.cpp (renamed from tb/sim_slave.cpp) | 0 | ||||
| -rw-r--r-- | tb/top/conspiracion/sim_slave.hpp (renamed from tb/sim_slave.hpp) | 4 | ||||
| -rw-r--r-- | tb/top/conspiracion/sim_slave.sv (renamed from tb/sim_slave.sv) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/tb/sim_slave.cpp b/tb/top/conspiracion/sim_slave.cpp index 24528d2..24528d2 100644 --- a/tb/sim_slave.cpp +++ b/tb/top/conspiracion/sim_slave.cpp diff --git a/tb/sim_slave.hpp b/tb/top/conspiracion/sim_slave.hpp index cdcea78..12cec62 100644 --- a/tb/sim_slave.hpp +++ b/tb/top/conspiracion/sim_slave.hpp @@ -3,13 +3,13 @@ #include <cstdint> -#include "Vconspiracion_sim_slave.h" +#include "Vtop_sim_slave.h" #include "avalon.hpp" namespace taller::avalon { - using verilated_slave = Vconspiracion_sim_slave; + using verilated_slave = Vtop_sim_slave; class sim_slave : public slave { diff --git a/tb/sim_slave.sv b/tb/top/conspiracion/sim_slave.sv index 1598701..1598701 100644 --- a/tb/sim_slave.sv +++ b/tb/top/conspiracion/sim_slave.sv |
