X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=grlib-gpl-1.0.22-b4095%2Fdesigns%2Fleon3-gr-xc3s-1500-mjpeg%2Fconfig.vhd;fp=grlib-gpl-1.0.22-b4095%2Fdesigns%2Fleon3-gr-xc3s-1500-mjpeg%2Fconfig.vhd;h=8e5515fd6c88e2442db1b1a89c8af8a2a639eec0;hb=943fe7f27cc63fbcb931dde63638bf83af0be4bf;hp=fa7b61a0beac1f5d23648d9241db006e88920b85;hpb=0f66c03430e5b64b8f5375e9434359025646d731;p=fpga-leon-mjpeg%2Fleon-mjpeg.git diff --git a/grlib-gpl-1.0.22-b4095/designs/leon3-gr-xc3s-1500-mjpeg/config.vhd b/grlib-gpl-1.0.22-b4095/designs/leon3-gr-xc3s-1500-mjpeg/config.vhd index fa7b61a0..8e5515fd 100644 --- a/grlib-gpl-1.0.22-b4095/designs/leon3-gr-xc3s-1500-mjpeg/config.vhd +++ b/grlib-gpl-1.0.22-b4095/designs/leon3-gr-xc3s-1500-mjpeg/config.vhd @@ -30,7 +30,7 @@ package config is constant CFG_LEON3 : integer := 1; constant CFG_NCPU : integer := (1); constant CFG_NWIN : integer := (8); - constant CFG_V8 : integer := 16#32#; + constant CFG_V8 : integer := 0; constant CFG_MAC : integer := 0; constant CFG_BP : integer := 0; constant CFG_SVT : integer := 0; @@ -41,10 +41,10 @@ package config is constant CFG_FPU : integer := 0 + 16*0; constant CFG_GRFPUSH : integer := 0; constant CFG_ICEN : integer := 1; - constant CFG_ISETS : integer := 1; + constant CFG_ISETS : integer := 2; constant CFG_ISETSZ : integer := 4; - constant CFG_ILINE : integer := 4; - constant CFG_IREPL : integer := 0; + constant CFG_ILINE : integer := 8; + constant CFG_IREPL : integer := 2; constant CFG_ILOCK : integer := 0; constant CFG_ILRAMEN : integer := 0; constant CFG_ILRAMADDR: integer := 16#8E#; @@ -88,7 +88,7 @@ package config is constant CFG_AHB_MONERR : integer := 0; constant CFG_AHB_MONWAR : integer := 0; -- DSU UART - constant CFG_AHB_UART : integer := 1; + constant CFG_AHB_UART : integer := 0; -- JTAG based DSU interface constant CFG_AHB_JTAG : integer := 0; -- USB DSU @@ -230,7 +230,7 @@ package config is constant CFG_SPW_OUTPUT : integer := 0; constant CFG_SPW_RTSAME : integer := 0; -- VGA and PS2/ interface - constant CFG_KBD_ENABLE : integer := 1; + constant CFG_KBD_ENABLE : integer := 0; constant CFG_VGA_ENABLE : integer := 0; constant CFG_SVGA_ENABLE : integer := 1;