adds ethernet peripherals

This commit is contained in:
2026-01-25 23:28:42 +01:00
parent a90faacf27
commit d96cd4a01d
9 changed files with 39 additions and 18 deletions

View File

@@ -22,6 +22,8 @@ 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(top.eth1_rx);
top.eth1_tx(top.eth0_rx);
spi(0)(qspi_mem.spi_t);
top.clk_i(clk_i);
clk_i = 10_ns;