URL
https://opencores.org/ocsvn/turbo8051/turbo8051/trunk
Subversion Repositories turbo8051
Compare Revisions
- This comparison shows the changes necessary to convert path
/
- from Rev 38 to Rev 39
- ↔ Reverse comparison
Rev 38 → Rev 39
/turbo8051/trunk/rtl/gmac/top/filelist_top.f
7,7 → 7,6
g_cfg_mgmt.v |
s2f_sync.v |
g_md_intf.v |
g_ad_fltr.v |
g_deferral_rx.v |
g_rx_top.v |
g_mii_intf.v |
/turbo8051/trunk/rtl/gmac/top/g_mac_top.v
55,9 → 55,6
app_reset_n, |
|
app_clk, |
app_send_pause_i, |
app_send_pause_active_o, |
app_send_jam_i, |
|
// Application RX FIFO Interface |
app_txfifo_wren_i, |
133,9 → 130,6
// Application Clock Related Declaration |
//----------------------------------------------------------------------- |
input app_clk; |
input app_send_pause_i; |
output app_send_pause_active_o; |
input app_send_jam_i; |
|
|
// Application RX FIFO Interface |
263,9 → 257,6
. reg_ack (reg_ack), |
|
.app_clk (app_clk) , |
.app_send_pause_i (app_send_pause_i) , |
.app_send_pause_active_o (app_send_pause_active_o) , |
.app_send_jam_i (app_send_jam_i) , |
|
// Conntrol Bus Sync with Application Clock |
|
/turbo8051/trunk/rtl/core/core.v
444,9 → 444,6
|
|
.app_clk (app_clk ), |
.app_send_pause_i (1'b0 ), |
.app_send_pause_active_o ( ), |
.app_send_jam_i (1'b0 ), |
|
// Application RX FIFO Interface |
.app_txfifo_wren_i (app_txfifo_wren_i ), |