URL
https://opencores.org/ocsvn/ethmac/ethmac/trunk
Subversion Repositories ethmac
Compare Revisions
- This comparison shows the changes necessary to convert path
/
- from Rev 344 to Rev 345
- ↔ Reverse comparison
Rev 344 → Rev 345
/ethmac/trunk/bench/verilog/tb_ethernet.v
513,11 → 513,9
test_mac_full_duplex_transmit(0, 23); // 0 - 23 |
test_mac_full_duplex_receive(0, 15); // 0 - 15 |
test_mac_full_duplex_flow_control(0, 5); // 0 - 5 |
test_mac_half_duplex_flow(0, 1); |
|
|
// Tests not working, yet. |
// test_mac_half_duplex_flow(0, 0); // 2, 3, 4, 5 These tests need to be fixed !!! |
// test_mac_half_duplex_flow(0, 5); // 0, 1, 2, 3, 4, 5 These tests need to be fixed !!! |
|
$display(""); |
$display("==========================================================================="); |
528,7 → 526,7
test_mac_full_duplex_transmit(0, 23); // 0 - 23 |
test_mac_full_duplex_receive(0, 15); // 0 - 15 |
test_mac_full_duplex_flow_control(0, 5); // 0 - 5 |
test_mac_half_duplex_flow(0, 1); |
//test_mac_half_duplex_flow(0, 5); |
|
|
// Finish test's logs |