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

Subversion Repositories ethmac

[/] [ethmac/] [trunk/] [bench/] [verilog/] [eth_phy.v] - Diff between revs 188 and 191

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 188 Rev 191
Line 419... Line 419...
      begin
      begin
        #4 ;
        #4 ;
        `ifdef VERBOSE
        `ifdef VERBOSE
        $fdisplay(phy_log, "   (%0t)(%m)MIIM - 32-bit preamble received", $time);
        $fdisplay(phy_log, "   (%0t)(%m)MIIM - 32-bit preamble received", $time);
        `endif
        `endif
        if (md_io_reg !== 1'b0)
        // check start bit only if md_transfer_cnt_reset is inactive, because if
 
        // preamble suppression was changed start bit should not be checked
 
        if ((md_io_reg !== 1'b0) && (md_transfer_cnt_reset == 1'b0))
        begin
        begin
          // ERROR - start !
          // ERROR - start !
          `ifdef VERBOSE
          `ifdef VERBOSE
          $fdisplay(phy_log, "*E (%0t)(%m)MIIM - wrong first start bit", $time);
          $fdisplay(phy_log, "*E (%0t)(%m)MIIM - wrong first start bit", $time);
          `endif
          `endif

powered by: WebSVN 2.1.0

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