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

Subversion Repositories pci

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 63 to Rev 64
    Reverse comparison

Rev 63 → Rev 64

/trunk/bench/verilog/system.v
39,6 → 39,9
// CVS Revision History
//
// $Log: not supported by cvs2svn $
// Revision 1.10 2002/10/11 10:08:57 mihad
// Added additional testcase and changed rst name in BIST to trst
//
// Revision 1.9 2002/10/08 17:17:02 mihad
// Added BIST signals for RAMs.
//
19463,6 → 19466,8
) ;
end
 
do_pause(1) ;
 
wb_transaction_progress_monitor
(
Target_Base_Addr_R[1] + 64, // expected address
19507,7 → 19512,7
) ;
end
 
@(posedge pci_clock) ;
do_pause(1) ;
while (FRAME !== 1'b1 || IRDY !== 1'b1)
@(posedge pci_clock) ;
 
19566,6 → 19571,7
) ;
end
 
do_pause(1) ;
wb_transaction_progress_monitor
(
Target_Base_Addr_R[1] + 128, // expected address
19610,7 → 19616,7
) ;
end
 
@(posedge pci_clock) ;
do_pause(1) ;
while (FRAME !== 1'b1 || IRDY !== 1'b1)
@(posedge pci_clock) ;
 

powered by: WebSVN 2.1.0

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