diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-10-05 05:30:04 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-10-05 13:07:57 -0600 |
| commit | 3feb806ef5cbcb2ee85890d3f24ebfccf04869b1 (patch) | |
| tree | 862e2745d2aaa3607ea33fd17bfbc8b57f967008 /rtl | |
| parent | 4acd900c4602db0353d11bf6841ddadfd80c57b8 (diff) | |
tb: implement block test: smp_sim reset
Diffstat (limited to 'rtl')
| -rw-r--r-- | rtl/top/smp_sim.sv | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/rtl/top/smp_sim.sv b/rtl/top/smp_sim.sv index 137021c..ff4d8a1 100644 --- a/rtl/top/smp_sim.sv +++ b/rtl/top/smp_sim.sv @@ -2,8 +2,9 @@ module smp_sim ( input logic clk, rst_n, - - input logic avl_read, + + input logic avl_address, // No se usa, pero cocotb_bus lo requiere + avl_read, avl_write, input logic[31:0] avl_writedata, output logic[31:0] avl_readdata, |
