orangecrab: Use litedram
authorMatt Johnston <matt@codeconstruct.com.au>
Thu, 13 Jan 2022 08:51:57 +0000 (16:51 +0800)
committerMatt Johnston <matt@codeconstruct.com.au>
Mon, 17 Jan 2022 04:55:14 +0000 (12:55 +0800)
Signed-off-by: Matt Johnston <matt@codeconstruct.com.au>
fpga/top-orangecrab0.2.vhdl

index 871dd3752372ecad6359fdeaf203ad9a5141cde5..523a82df04ba873bbe2356efa9b9f1b86adc83f4 100644 (file)
@@ -14,8 +14,8 @@ entity toplevel is
         CLK_FREQUENCY      : positive := 100000000;
         HAS_FPU            : boolean  := true;
         HAS_BTC            : boolean  := true;
-        USE_LITEDRAM       : boolean  := false;
-        NO_BRAM            : boolean  := false;
+        USE_LITEDRAM       : boolean  := true;
+        NO_BRAM            : boolean  := true;
         SCLK_STARTUPE2     : boolean := false;
         SPI_FLASH_OFFSET   : integer := 4194304;
         SPI_FLASH_DEF_CKDV : natural := 1;