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 7

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 7 rfajardo
`define POSITIVE_RESET
8 2 rfajardo
//~set RTL for simulation, override FPGA specific definitions (JTAG TAP, MEMORY and CLOCK DIVIDER)
9
 
10
`define FREQ 25000000
11
 
12
`define CLK_PERIOD (1000000000/`FREQ)
13
 
14
`define VPI_DEBUG
15
 
16
`define UART_BAUDRATE 115200
17
 
18
//`define VCD_OUTPUT
19
 
20
//`define START_UP                                              //pass firmware over spi to or1k_startup
21
 
22
`define INITIALIZE_MEMORY_MODEL                 //instantaneously initialize memory model with firmware
23
                                                                                //only use with the memory model (it is safe to 
24
                                                                                //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.