From: Matt Johnston Date: Thu, 13 Jan 2022 08:51:57 +0000 (+0800) Subject: orangecrab: Use litedram X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a8d9203c5d9c176a733ea93a8a3d5a376e5071dd;p=microwatt.git orangecrab: Use litedram Signed-off-by: Matt Johnston --- diff --git a/fpga/top-orangecrab0.2.vhdl b/fpga/top-orangecrab0.2.vhdl index 871dd37..523a82d 100644 --- a/fpga/top-orangecrab0.2.vhdl +++ b/fpga/top-orangecrab0.2.vhdl @@ -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;