URL
https://opencores.org/ocsvn/ethmac/ethmac/trunk
Subversion Repositories ethmac
Compare Revisions
- This comparison shows the changes necessary to convert path
/ethmac/trunk/bench/verilog
- from Rev 364 to Rev 356
- ↔ Reverse comparison
Rev 364 → Rev 356
/tb_ethernet_with_cop.v
163,7 → 163,7
|
|
// Connecting Ethernet top module |
ethmac ethtop |
eth_top ethtop |
( |
// WISHBONE common |
.wb_clk_i(wb_clk_o), .wb_rst_i(wb_rst_o), |
/tb_ethernet.v
197,7 → 197,7
|
|
// Connecting Ethernet top module |
ethmac eth_top |
eth_top eth_top |
( |
// WISHBONE common |
.wb_clk_i(wb_clk), .wb_rst_i(wb_rst), |
/tb_eth_top.v
197,7 → 197,7
|
// Connecting Ethernet top module |
|
ethmac ethtop |
eth_top ethtop |
( |
// WISHBONE common |
.wb_clk_i(WB_CLK_I), .wb_rst_i(WB_RST_I), .wb_dat_i(WB_DAT_I), .wb_dat_o(WB_DAT_O), |