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

Subversion Repositories minsoc

[/] [minsoc/] [branches/] [rc-1.0/] [backend/] [std/] [minsoc_bench_defines.v] - Blame information for rev 2

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 rfajardo
 
2
`timescale 1ns/100ps
3
 
4
//set RTL for simulation, override FPGA specific definitions (JTAG TAP, MEMORY and CLOCK DIVIDER)
5
`define GENERIC_FPGA
6
`define NO_CLOCK_DIVISION
7
//~set RTL for simulation, override FPGA specific definitions (JTAG TAP, MEMORY and CLOCK DIVIDER)
8
 
9
`define FREQ 25000000
10
 
11
`define CLK_PERIOD (1000000000/`FREQ)
12
 
13
`define VPI_DEBUG
14
 
15
`define UART_BAUDRATE 115200
16
 
17
//`define VCD_OUTPUT
18
 
19
//`define START_UP                                              //pass firmware over spi to or1k_startup
20
 
21
`define INITIALIZE_MEMORY_MODEL                 //instantaneously initialize memory model with firmware
22
                                                                                //only use with the memory model (it is safe to 
23
                                                                                //comment this and include the original memory instead)

powered by: WebSVN 2.1.0

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