mirror of
https://github.com/lcbcFoo/ReonV.git
synced 2025-04-19 11:04:51 -04:00
223 lines
7.8 KiB
VHDL
223 lines
7.8 KiB
VHDL
|
|
|
|
-----------------------------------------------------------------------------
|
|
-- LEON3 Demonstration design test bench configuration
|
|
-- Copyright (C) 2013 Aeroflex Gaisler
|
|
------------------------------------------------------------------------------
|
|
|
|
|
|
library techmap;
|
|
use techmap.gencomp.all;
|
|
|
|
package config is
|
|
-- Technology and synthesis options
|
|
constant CFG_FABTECH : integer := saed32;
|
|
constant CFG_MEMTECH : integer := saed32;
|
|
constant CFG_PADTECH : integer := saed32;
|
|
constant CFG_TRANSTECH : integer := TT_XGTP0;
|
|
constant CFG_NOASYNC : integer := 1;
|
|
constant CFG_SCAN : integer := 1;
|
|
-- JTAG boundary-scan chain
|
|
constant CFG_BOUNDSCAN_EN : integer := 0;
|
|
-- Clock generator
|
|
constant CFG_CLKTECH : integer := saed32;
|
|
constant CFG_CLKMUL : integer := 2;
|
|
constant CFG_CLKDIV : integer := 2;
|
|
constant CFG_OCLKDIV : integer := 1;
|
|
constant CFG_OCLKBDIV : integer := 0;
|
|
constant CFG_OCLKCDIV : integer := 0;
|
|
constant CFG_PCIDLL : integer := 0;
|
|
constant CFG_PCISYSCLK: integer := 0;
|
|
constant CFG_CLK_NOFB : integer := 0;
|
|
-- LEON3 processor core
|
|
constant CFG_LEON3 : integer := 1;
|
|
constant CFG_NCPU : integer := (1);
|
|
constant CFG_NWIN : integer := (8);
|
|
constant CFG_V8 : integer := 16#32# + 4*0;
|
|
constant CFG_MAC : integer := 0;
|
|
constant CFG_BP : integer := 1;
|
|
constant CFG_SVT : integer := 1;
|
|
constant CFG_RSTADDR : integer := 16#00000#;
|
|
constant CFG_LDDEL : integer := (1);
|
|
constant CFG_NOTAG : integer := 0;
|
|
constant CFG_NWP : integer := (4);
|
|
constant CFG_PWD : integer := 1*2;
|
|
constant CFG_FPU : integer := 0 + 16*0 + 32*0;
|
|
constant CFG_GRFPUSH : integer := 0;
|
|
constant CFG_ICEN : integer := 1;
|
|
constant CFG_ISETS : integer := 2;
|
|
constant CFG_ISETSZ : integer := 4;
|
|
constant CFG_ILINE : integer := 4;
|
|
constant CFG_IREPL : integer := 0;
|
|
constant CFG_ILOCK : integer := 0;
|
|
constant CFG_ILRAMEN : integer := 0;
|
|
constant CFG_ILRAMADDR: integer := 16#8E#;
|
|
constant CFG_ILRAMSZ : integer := 1;
|
|
constant CFG_DCEN : integer := 1;
|
|
constant CFG_DSETS : integer := 2;
|
|
constant CFG_DSETSZ : integer := 4;
|
|
constant CFG_DLINE : integer := 4;
|
|
constant CFG_DREPL : integer := 0;
|
|
constant CFG_DLOCK : integer := 0;
|
|
constant CFG_DSNOOP : integer := 0 + 1*2 + 4*1;
|
|
constant CFG_DFIXED : integer := 16#0#;
|
|
constant CFG_DLRAMEN : integer := 0;
|
|
constant CFG_DLRAMADDR: integer := 16#8F#;
|
|
constant CFG_DLRAMSZ : integer := 1;
|
|
constant CFG_MMUEN : integer := 0;
|
|
constant CFG_ITLBNUM : integer := 2;
|
|
constant CFG_DTLBNUM : integer := 2;
|
|
constant CFG_TLB_TYPE : integer := 1 + 0*2;
|
|
constant CFG_TLB_REP : integer := 1;
|
|
constant CFG_MMU_PAGE : integer := 0;
|
|
constant CFG_DSU : integer := 1;
|
|
constant CFG_ITBSZ : integer := 4 + 64*0;
|
|
constant CFG_ATBSZ : integer := 0;
|
|
constant CFG_AHBPF : integer := 0;
|
|
constant CFG_LEON3FT_EN : integer := 0;
|
|
constant CFG_IUFT_EN : integer := 0;
|
|
constant CFG_FPUFT_EN : integer := 0;
|
|
constant CFG_RF_ERRINJ : integer := 0;
|
|
constant CFG_CACHE_FT_EN : integer := 0;
|
|
constant CFG_CACHE_ERRINJ : integer := 0;
|
|
constant CFG_LEON3_NETLIST: integer := 0;
|
|
constant CFG_DISAS : integer := 0 + 0;
|
|
constant CFG_PCLOW : integer := 2;
|
|
constant CFG_STAT_ENABLE : integer := 0;
|
|
constant CFG_STAT_CNT : integer := 1;
|
|
constant CFG_STAT_NMAX : integer := 0;
|
|
constant CFG_STAT_DSUEN : integer := 0;
|
|
constant CFG_NP_ASI : integer := 0;
|
|
constant CFG_WRPSR : integer := 0;
|
|
constant CFG_ALTWIN : integer := 0;
|
|
constant CFG_REX : integer := 0;
|
|
-- AMBA settings
|
|
constant CFG_DEFMST : integer := (0);
|
|
constant CFG_RROBIN : integer := 1;
|
|
constant CFG_SPLIT : integer := 0;
|
|
constant CFG_FPNPEN : integer := 0;
|
|
constant CFG_AHBIO : integer := 16#FFF#;
|
|
constant CFG_APBADDR : integer := 16#800#;
|
|
constant CFG_AHB_MON : integer := 0;
|
|
constant CFG_AHB_MONERR : integer := 0;
|
|
constant CFG_AHB_MONWAR : integer := 0;
|
|
constant CFG_AHB_DTRACE : integer := 0;
|
|
-- DSU UART
|
|
constant CFG_AHB_UART : integer := 1;
|
|
-- JTAG based DSU interface
|
|
constant CFG_AHB_JTAG : integer := 1;
|
|
-- Ethernet DSU
|
|
constant CFG_DSU_ETH : integer := 1 + 0 + 0;
|
|
constant CFG_ETH_BUF : integer := 8;
|
|
constant CFG_ETH_IPM : integer := 16#C0A8#;
|
|
constant CFG_ETH_IPL : integer := 16#0033#;
|
|
constant CFG_ETH_ENM : integer := 16#020000#;
|
|
constant CFG_ETH_ENL : integer := 16#000000#;
|
|
-- LEON2 memory controller
|
|
constant CFG_MCTRL_LEON2 : integer := 1;
|
|
constant CFG_MCTRL_RAM8BIT : integer := 1;
|
|
constant CFG_MCTRL_RAM16BIT : integer := 0;
|
|
constant CFG_MCTRL_5CS : integer := 0;
|
|
constant CFG_MCTRL_SDEN : integer := 1;
|
|
constant CFG_MCTRL_SEPBUS : integer := 0;
|
|
constant CFG_MCTRL_INVCLK : integer := 0;
|
|
constant CFG_MCTRL_SD64 : integer := 0;
|
|
constant CFG_MCTRL_PAGE : integer := 0 + 0;
|
|
-- AHB status register
|
|
constant CFG_AHBSTAT : integer := 1;
|
|
constant CFG_AHBSTATN : integer := (1);
|
|
-- Spacewire interface
|
|
constant CFG_SPW_EN : integer := 0;
|
|
constant CFG_SPW_NUM : integer := 1;
|
|
constant CFG_SPW_AHBFIFO : integer := 4;
|
|
constant CFG_SPW_RXFIFO : integer := 16;
|
|
constant CFG_SPW_RMAP : integer := 0;
|
|
constant CFG_SPW_RMAPBUF : integer := 4;
|
|
constant CFG_SPW_RMAPCRC : integer := 0;
|
|
constant CFG_SPW_NETLIST : integer := 0;
|
|
constant CFG_SPW_FT : integer := 0;
|
|
constant CFG_SPW_GRSPW : integer := 2;
|
|
constant CFG_SPW_RXUNAL : integer := 0;
|
|
constant CFG_SPW_DMACHAN : integer := 1;
|
|
constant CFG_SPW_PORTS : integer := 1;
|
|
constant CFG_SPW_INPUT : integer := 2;
|
|
constant CFG_SPW_OUTPUT : integer := 0;
|
|
constant CFG_SPW_RTSAME : integer := 0;
|
|
-- Gaisler Ethernet core
|
|
constant CFG_GRETH : integer := 1;
|
|
constant CFG_GRETH1G : integer := 0;
|
|
constant CFG_ETH_FIFO : integer := 8;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-- SPI memory controller
|
|
constant CFG_SPIMCTRL : integer := 0;
|
|
constant CFG_SPIMCTRL_SDCARD : integer := 0;
|
|
constant CFG_SPIMCTRL_READCMD : integer := 16#0#;
|
|
constant CFG_SPIMCTRL_DUMMYBYTE : integer := 0;
|
|
constant CFG_SPIMCTRL_DUALOUTPUT : integer := 0;
|
|
constant CFG_SPIMCTRL_SCALER : integer := 1;
|
|
constant CFG_SPIMCTRL_ASCALER : integer := 1;
|
|
constant CFG_SPIMCTRL_PWRUPCNT : integer := 0;
|
|
constant CFG_SPIMCTRL_OFFSET : integer := 16#0#;
|
|
|
|
-- SPI controller
|
|
constant CFG_SPICTRL_ENABLE : integer := 1;
|
|
constant CFG_SPICTRL_NUM : integer := (1);
|
|
constant CFG_SPICTRL_SLVS : integer := (6);
|
|
constant CFG_SPICTRL_FIFO : integer := (4);
|
|
constant CFG_SPICTRL_SLVREG : integer := 1;
|
|
constant CFG_SPICTRL_ODMODE : integer := 0;
|
|
constant CFG_SPICTRL_AM : integer := 0;
|
|
constant CFG_SPICTRL_ASEL : integer := 0;
|
|
constant CFG_SPICTRL_TWEN : integer := 0;
|
|
constant CFG_SPICTRL_MAXWLEN : integer := (0);
|
|
constant CFG_SPICTRL_SYNCRAM : integer := 0;
|
|
constant CFG_SPICTRL_FT : integer := 0;
|
|
constant CFG_SPICTRL_PROT : integer := 0;
|
|
|
|
-- CAN 2.0 interface
|
|
constant CFG_CAN : integer := 0;
|
|
constant CFG_CAN_NUM : integer := 1;
|
|
constant CFG_CANIO : integer := 16#0#;
|
|
constant CFG_CANIRQ : integer := 0;
|
|
constant CFG_CANSEPIRQ: integer := 0;
|
|
constant CFG_CAN_SYNCRST : integer := 0;
|
|
constant CFG_CANFT : integer := 0;
|
|
|
|
-- UART 1
|
|
constant CFG_UART1_ENABLE : integer := 1;
|
|
constant CFG_UART1_FIFO : integer := 4;
|
|
|
|
-- UART 2
|
|
constant CFG_UART2_ENABLE : integer := 1;
|
|
constant CFG_UART2_FIFO : integer := 4;
|
|
|
|
-- LEON3 interrupt controller
|
|
constant CFG_IRQ3_ENABLE : integer := 1;
|
|
constant CFG_IRQ3_NSEC : integer := 0;
|
|
|
|
-- Modular timer
|
|
constant CFG_GPT_ENABLE : integer := 1;
|
|
constant CFG_GPT_NTIM : integer := (4);
|
|
constant CFG_GPT_SW : integer := (12);
|
|
constant CFG_GPT_TW : integer := (32);
|
|
constant CFG_GPT_IRQ : integer := (8);
|
|
constant CFG_GPT_SEPIRQ : integer := 0;
|
|
constant CFG_GPT_WDOGEN : integer := 1;
|
|
constant CFG_GPT_WDOG : integer := 16#FFFFF#;
|
|
|
|
-- GPIO port
|
|
constant CFG_GRGPIO_ENABLE : integer := 1;
|
|
constant CFG_GRGPIO_IMASK : integer := 16#FE#;
|
|
constant CFG_GRGPIO_WIDTH : integer := (16);
|
|
|
|
-- I2C master
|
|
constant CFG_I2C_ENABLE : integer := 1;
|
|
|
|
-- GRLIB debugging
|
|
constant CFG_DUART : integer := 0;
|
|
end;
|