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

Subversion Repositories xge_mac

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 29 to Rev 30
    Reverse comparison

Rev 29 → Rev 30

/xge_mac/trunk/tbench/verilog/tb_xge_mac.sv
485,7 → 485,7
 
for (i = 0; i < tx_length; i = i + 1) begin
 
count = $fscanf(file, "%2X", data);
count = $fscanf(file, "%2x", data);
if (count) begin
tx_buffer[i] = data;
end
516,18 → 516,19
while (!$feof(file_cmd)) begin
 
count = $fscanf(file_cmd, "%s", str);
if (count != 1) continue;
if (count == 1) begin
 
$display("CMD %s", str);
$display("CMD %s", str);
 
case (str)
case (str)
 
"SEND_PKT":
begin
CmdTxPacket(file_cmd);
end
"SEND_PKT":
begin
CmdTxPacket(file_cmd);
end
 
endcase
endcase
end
 
end
 

powered by: WebSVN 2.1.0

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