diff --git a/scc b/scc index 8e83712..a31c810 160000 --- a/scc +++ b/scc @@ -1 +1 @@ -Subproject commit 8e83712e2461d76deb971378cfb327d787e49102 +Subproject commit a31c810bb42f5130519525685f7700db2d9a1847 diff --git a/src/vp/tb.cpp b/src/vp/tb.cpp index bccf4e2..53fe4cd 100644 --- a/src/vp/tb.cpp +++ b/src/vp/tb.cpp @@ -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;