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

Subversion Repositories test_project

[/] [test_project/] [trunk/] [bench/] [verilog/] [orpsoc_testbench.v] - Diff between revs 46 and 54

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

Rev 46 Rev 54
Line 4... Line 4...
////                                                              ////
////                                                              ////
////  Description                                                 ////
////  Description                                                 ////
////  ORPSoC Testbench file                                       ////
////  ORPSoC Testbench file                                       ////
////                                                              ////
////                                                              ////
////  To Do:                                                      ////
////  To Do:                                                      ////
////   - Determine a timeout for each test and load it by defines ////
////                                                              ////
////                                                              ////
////                                                              ////
////  Author(s):                                                  ////
////  Author(s):                                                  ////
////      - jb, jb@orsoc.se                                       ////
////      - jb, jb@orsoc.se                                       ////
////                                                              ////
////                                                              ////
////                                                              ////
////                                                              ////
Line 228... Line 228...
  end
  end
 
 
   // Instantiate the monitor
   // Instantiate the monitor
   or1200_monitor monitor();
   or1200_monitor monitor();
 
 
 
   // If we're using UART for printf output, include the
 
   // UART decoder
 
`ifdef UART_PRINTF
 
   // Define the UART's txt line for it to listen to
 
 `define UART_TX_LINE uart0_stx_o
 
 `define UART_BAUDRATE 115200
 
 `include "uart_decoder.v"
 
`endif
 
 
endmodule // orpsoc_testbench
endmodule // orpsoc_testbench
 
 
// Local Variables:
// Local Variables:
// verilog-library-files:("../../rtl/verilog/orp_soc.v")
// verilog-library-files:("../../rtl/verilog/orp_soc.v")
// verilog-library-directories:("." "../../rtl/verilog")
// verilog-library-directories:("." "../../rtl/verilog")

powered by: WebSVN 2.1.0

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