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

Subversion Repositories socgen

[/] [socgen/] [trunk/] [Projects/] [opencores.org/] [logic/] [ip/] [ps2_interface/] [rtl/] [verilog/] [top.sim] - Blame information for rev 131

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 131 jt_eaton
 
2
  always@(posedge clk)
3
  if(rx_read)
4
  $display ("%t %m host    rec    %h parity_rcv %b parity_cal %b parity_error   %b",$realtime,rx_data,rx_parity_rcv,rx_parity_cal,rx_parity_error);
5
 
6
 
7
 
8
  always@(posedge clk)
9
  if(!tx_write && load_tx_data && !enable_usec_delay )
10
  $display ("%t %m host   send    %h ",$realtime,tx_data);
11
 
12
 
13
 
14
 
15
 
16
 
17
 
18
 

powered by: WebSVN 2.1.0

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