mirror of
https://github.com/Minres/RISCV-VP.git
synced 2026-04-13 10:51:35 +01:00
updates tb to match scc changes
This commit is contained in:
2
scc
2
scc
Submodule scc updated: 8e83712e24...a31c810bb4
@@ -22,10 +22,10 @@ tb::tb(const sc_core::sc_module_name& nm)
|
||||
top.t0_clear_i(t0_clear_i);
|
||||
top.t0_tick_i(t0_tick_i);
|
||||
top.mspi0(spi());
|
||||
top.eth0_tx(eth0to1.tsck);
|
||||
eth0to1.isck(top.eth1_rx);
|
||||
top.eth1_tx(eth1to0.tsck);
|
||||
eth1to0.isck(top.eth0_rx);
|
||||
top.eth0_tx(eth0to1.rx);
|
||||
eth0to1.tx(top.eth1_rx);
|
||||
top.eth1_tx(eth1to0.rx);
|
||||
eth1to0.tx(top.eth0_rx);
|
||||
spi(0)(qspi_mem.spi_t);
|
||||
top.clk_i(clk_i);
|
||||
clk_i = 10_ns;
|
||||
|
||||
Reference in New Issue
Block a user