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

Subversion Repositories can

[/] [can/] [tags/] [complete_1/] [bench/] [verilog/] [can_testbench.v] - Diff between revs 48 and 50

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

Rev 48 Rev 50
Line 48... Line 48...
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
//
//
// CVS Revision History
// CVS Revision History
//
//
// $Log: not supported by cvs2svn $
// $Log: not supported by cvs2svn $
 
// Revision 1.27  2003/03/01 22:48:26  mohor
 
// Actel APA ram supported.
 
//
// Revision 1.26  2003/02/19 14:43:17  mohor
// Revision 1.26  2003/02/19 14:43:17  mohor
// CAN core finished. Host interface added. Registers finished.
// CAN core finished. Host interface added. Registers finished.
// Synchronization to the wishbone finished.
// Synchronization to the wishbone finished.
//
//
// Revision 1.25  2003/02/18 00:19:39  mohor
// Revision 1.25  2003/02/18 00:19:39  mohor
Line 194... Line 197...
  .wb_cyc_i(wb_cyc_i),
  .wb_cyc_i(wb_cyc_i),
  .wb_stb_i(wb_stb_i),
  .wb_stb_i(wb_stb_i),
  .wb_we_i(wb_we_i),
  .wb_we_i(wb_we_i),
  .wb_adr_i(wb_adr_i),
  .wb_adr_i(wb_adr_i),
  .wb_ack_o(wb_ack_o),
  .wb_ack_o(wb_ack_o),
  .clk(clk),
  .clk_i(clk),
  .rx(rx_and_tx),
  .rx_i(rx_and_tx),
  .tx(tx),
  .tx_o(tx),
  .tx_oen(tx_oen),
  .tx_oen(tx_oen),
  .irq(irq),
  .irq_o(irq),
  .clkout(clkout)
  .clkout_o(clkout)
);
);
 
 
assign tx_3st = tx_oen? 1'bz : tx;
assign tx_3st = tx_oen? 1'bz : tx;
 
 
 
 

powered by: WebSVN 2.1.0

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