URL
https://opencores.org/ocsvn/socgen/socgen/trunk
Subversion Repositories socgen
[/] [socgen/] [trunk/] [Projects/] [opencores.org/] [logic/] [ip/] [ps2_interface/] [rtl/] [verilog/] [top.sim] - Rev 134
Go to most recent revision | Compare with Previous | Blame | View Log
always@(posedge clk)
if(rx_read)
$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);
always@(posedge clk)
if(!tx_write && load_tx_data && !enable_usec_delay )
$display ("%t %m host send %h ",$realtime,tx_data);
Go to most recent revision | Compare with Previous | Blame | View Log