From bbf13f443951b0253a175b029dd6c481e615d465 Mon Sep 17 00:00:00 2001 From: Ilia Sergachev Date: Wed, 19 Jan 2022 02:41:11 +0100 Subject: [PATCH] zedboard: remove a hack --- litex_boards/targets/digilent_zedboard.py | 1 - 1 file changed, 1 deletion(-) diff --git a/litex_boards/targets/digilent_zedboard.py b/litex_boards/targets/digilent_zedboard.py index 651df4e..8b3b94b 100755 --- a/litex_boards/targets/digilent_zedboard.py +++ b/litex_boards/targets/digilent_zedboard.py @@ -84,7 +84,6 @@ class BaseSoC(SoCCore): size=256 * 1024 * 1024 // 8, linker=True) ) - self.cpu.use_rom = True self.constants['CONFIG_CLOCK_FREQUENCY'] = 666666687 use_ps7_clk = True