|
|
|
|
|
|
|
|
|
|
|
-----------------------------------------------------------------------------
|
|
|
-- LEON3 Demonstration design test bench configuration
|
|
|
-- Copyright (C) 2009 Aeroflex Gaisler
|
|
|
------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
library techmap;
|
|
|
use techmap.gencomp.all;
|
|
|
|
|
|
package config is
|
|
|
-- Technology and synthesis options
|
|
|
constant CFG_FABTECH : integer := spartan6;
|
|
|
constant CFG_MEMTECH : integer := spartan6;
|
|
|
constant CFG_PADTECH : integer := spartan6;
|
|
|
constant CFG_TRANSTECH : integer := GTP0;
|
|
|
constant CFG_NOASYNC : integer := 0;
|
|
|
constant CFG_SCAN : integer := 0;
|
|
|
-- Clock generator
|
|
|
constant CFG_CLKTECH : integer := spartan6;
|
|
|
constant CFG_CLKMUL : integer := (3);
|
|
|
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 := 2 + 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 := (2);
|
|
|
constant CFG_NOTAG : integer := 1;
|
|
|
constant CFG_NWP : integer := (0);
|
|
|
constant CFG_PWD : integer := 0*2;
|
|
|
constant CFG_FPU : integer := 0 + 16*0 + 32*0;
|
|
|
constant CFG_GRFPUSH : integer := 0;
|
|
|
constant CFG_ICEN : integer := 1;
|
|
|
constant CFG_ISETS : integer := 1;
|
|
|
constant CFG_ISETSZ : integer := 8;
|
|
|
constant CFG_ILINE : integer := 8;
|
|
|
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 := 1;
|
|
|
constant CFG_DSETSZ : integer := 8;
|
|
|
constant CFG_DLINE : integer := 8;
|
|
|
constant CFG_DREPL : integer := 0;
|
|
|
constant CFG_DLOCK : integer := 0;
|
|
|
constant CFG_DSNOOP : integer := 0 + 0*2 + 4*0;
|
|
|
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 := 8;
|
|
|
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 := 0 + 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 := 1;
|
|
|
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;
|
|
|
-- Xilinx MIG
|
|
|
constant CFG_MIG_DDR2 : integer := 1;
|
|
|
constant CFG_MIG_RANKS : integer := (1);
|
|
|
constant CFG_MIG_COLBITS : integer := (10);
|
|
|
constant CFG_MIG_ROWBITS : integer := (13);
|
|
|
constant CFG_MIG_BANKBITS: integer := (2);
|
|
|
constant CFG_MIG_HMASK : integer := 16#FC0#;
|
|
|
-- AHB ROM
|
|
|
constant CFG_AHBROMEN : integer := 1;
|
|
|
constant CFG_AHBROPIP : integer := 0;
|
|
|
constant CFG_AHBRODDR : integer := 16#000#;
|
|
|
constant CFG_ROMADDR : integer := 16#100#;
|
|
|
constant CFG_ROMMASK : integer := 16#E00# + 16#100#;
|
|
|
-- AHB RAM
|
|
|
constant CFG_AHBRAMEN : integer := 1;
|
|
|
constant CFG_AHBRSZ : integer := 4;
|
|
|
constant CFG_AHBRADDR : integer := 16#A00#;
|
|
|
constant CFG_AHBRPIPE : integer := 0;
|
|
|
-- UART 1
|
|
|
constant CFG_UART1_ENABLE : integer := 1;
|
|
|
constant CFG_UART1_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 := (2);
|
|
|
constant CFG_GPT_SW : integer := (8);
|
|
|
constant CFG_GPT_TW : integer := (32);
|
|
|
constant CFG_GPT_IRQ : integer := (8);
|
|
|
constant CFG_GPT_SEPIRQ : integer := 1;
|
|
|
constant CFG_GPT_WDOGEN : integer := 0;
|
|
|
constant CFG_GPT_WDOG : integer := 16#0#;
|
|
|
-- GPIO port
|
|
|
constant CFG_GRGPIO_ENABLE : integer := 1;
|
|
|
constant CFG_GRGPIO_IMASK : integer := 16#0000#;
|
|
|
constant CFG_GRGPIO_WIDTH : integer := 1;
|
|
|
|
|
|
-- SPI controller
|
|
|
constant CFG_SPICTRL_ENABLE : integer := 1;
|
|
|
constant CFG_SPICTRL_NUM : integer := (1);
|
|
|
constant CFG_SPICTRL_SLVS : integer := (1);
|
|
|
constant CFG_SPICTRL_FIFO : integer := (2);
|
|
|
constant CFG_SPICTRL_SLVREG : integer := 1;
|
|
|
constant CFG_SPICTRL_ODMODE : integer := 1;
|
|
|
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;
|
|
|
|
|
|
-- GRLIB debugging
|
|
|
constant CFG_DUART : integer := 0;
|
|
|
end;
|
|
|
|