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

Subversion Repositories can

[/] [can/] [tags/] [rel_7/] [bench/] [verilog/] [can_testbench.v] - Diff between revs 63 and 68

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

Rev 63 Rev 68
Line 48... Line 48...
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
//
//
// CVS Revision History
// CVS Revision History
//
//
// $Log: not supported by cvs2svn $
// $Log: not supported by cvs2svn $
 
// Revision 1.33  2003/03/14 19:37:30  mohor
 
// ALE changes on negedge of clk.
 
//
// Revision 1.32  2003/03/12 05:57:36  mohor
// Revision 1.32  2003/03/12 05:57:36  mohor
// Bidirectional port_0_i changed to port_0_io.
// Bidirectional port_0_i changed to port_0_io.
// input cs_can changed to cs_can_i.
// input cs_can changed to cs_can_i.
//
//
// Revision 1.31  2003/03/12 04:40:00  mohor
// Revision 1.31  2003/03/12 04:40:00  mohor
Line 238... Line 241...
`endif
`endif
  .cs_can_i(cs_can),
  .cs_can_i(cs_can),
  .clk_i(clk),
  .clk_i(clk),
  .rx_i(rx_and_tx),
  .rx_i(rx_and_tx),
  .tx_o(tx),
  .tx_o(tx),
  .irq_o(irq),
  .irq_on(irq),
  .clkout_o(clkout)
  .clkout_o(clkout)
);
);
 
 
 
 
`ifdef CAN_WISHBONE_IF
`ifdef CAN_WISHBONE_IF

powered by: WebSVN 2.1.0

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