OpenCores
URL https://opencores.org/ocsvn/turbo8051/turbo8051/trunk

Subversion Repositories turbo8051

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /turbo8051/trunk/verif
    from Rev 40 to Rev 41
    Reverse comparison

Rev 40 → Rev 41

/testcase/gmac_test1.v
13,9 → 13,10
tb_top.u_tb_eth.set_flow_type(0);//L2 unicast
tb_top.u_tb_eth.set_L2_frame_size(1, 64, 84, 1); //, 1, 17, 33, 49, 64
tb_top.u_tb_eth.set_payload_type(2, 5000,0); //make sure frame size is honored
tb_top.u_tb_eth.set_L2_protocol(0);
tb_top.u_tb_eth.set_L2_protocol(0); // Untagged frame
tb_top.u_tb_eth.set_L2_source_address(0, 48'h12_34_56_78_9a_bc, 0,0);
tb_top.u_tb_eth.set_L2_destination_address(0, 48'h16_22_33_44_55_66, 0,0);
tb_top.u_tb_eth.set_L3_protocol(4); // IPV4
tb_top.u_tb_eth.set_crc_option(0,0);
fork

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.