URL
https://opencores.org/ocsvn/ethmac/ethmac/trunk
Subversion Repositories ethmac
Compare Revisions
- This comparison shows the changes necessary to convert path
/
- from Rev 84 to Rev 83
- ↔ Reverse comparison
Rev 84 → Rev 83
/trunk/rtl/verilog/eth_shiftreg.v
41,9 → 41,6
// CVS Revision History |
// |
// $Log: not supported by cvs2svn $ |
// Revision 1.3 2002/01/23 10:28:16 mohor |
// Link in the header changed. |
// |
// Revision 1.2 2001/10/19 08:43:51 mohor |
// eth_timescale.v changed to timescale.v This is done because of the |
// simulation of the few cores in a one joined project. |
127,7 → 124,7
begin |
Prsd[7:0] <= #Tp {ShiftReg[6:0], Mdi}; |
if(Rgad == 5'h01) |
LinkFail <= #Tp ~ShiftReg[2]; // because of shifting |
LinkFail <= #Tp ~ShiftReg[1]; // because of shifting |
end |
else |
begin |