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

Subversion Repositories oms8051mini

[/] [oms8051mini/] [trunk/] [verif/] [defs/] [tb_defines.v] - Blame information for rev 10

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

Line No. Rev Author Line
1 2 dinesha
//
2
// Functional Description:
3
//
4
// This has all defines used in TB
5
//
6
// *************************************************************************
7
 
8
// For Top level simulations
9
`define TB_TOP_LEVEL_SIM  1
10
`define TB_RAND_SEED      0
11
 
12
// RTL - Instance 
13
`define TB_TOP          tb_top
14
`define CHIP_TOP        `TB_TOP.chip_top
15
`define CORE            `TB_TOP.u_core
16
 
17
// TB - Global
18
`define TB_GLBL         `TB_TOP.tb_glbl
19
 
20
`define TB_AGENTS_GMAC  `TB_TOP.u_tb_eth
21
`define TB_AGENTS_UART  `TB_TOP.tb_uart
22
 
23
 
24
//--------------------------------------------------------------
25
// Target ID Mapping
26 10 dinesha
// 4'b0010 -- UART
27
// 4'b0001 -- SPI core
28
// 4'b0000 -- External RAM
29 2 dinesha
//--------------------------------------------------------------
30 10 dinesha
`define ADDR_SPACE_UART 4'b0010
31
`define ADDR_SPACE_SPI  4'b0001
32
`define ADDR_SPACE_RAM  4'b0000
33
//`define ADDR_SPACE_ROM  4'b0000 
34 2 dinesha
 

powered by: WebSVN 2.1.0

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