projects
/
microwatt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbb95b2
)
fpga/top-orangecrab0.2.vhdl: -gEXTERNAL_CORE now works
author
Tobias Platen
<tplaten@posteo.de>
Fri, 1 Apr 2022 16:21:25 +0000
(18:21 +0200)
committer
Tobias Platen
<tplaten@posteo.de>
Fri, 1 Apr 2022 16:21:25 +0000
(18:21 +0200)
fpga/top-orangecrab0.2.vhdl
patch
|
blob
|
history
diff --git
a/fpga/top-orangecrab0.2.vhdl
b/fpga/top-orangecrab0.2.vhdl
index 8197f5148331e47462e3d81e83be8f9dbe3d0255..00135bc19a29d2c6126fc7aa3119d3b6077fa7df 100644
(file)
--- a/
fpga/top-orangecrab0.2.vhdl
+++ b/
fpga/top-orangecrab0.2.vhdl
@@
-15,6
+15,7
@@
entity toplevel is
HAS_FPU : boolean := true;
HAS_BTC : boolean := false;
USE_LITEDRAM : boolean := true;
+ EXTERNAL_CORE : boolean := false;
NO_BRAM : boolean := true;
SCLK_STARTUPE2 : boolean := false;
SPI_FLASH_OFFSET : integer := 4194304;
@@
-195,6
+196,7
@@
begin
HAS_UARTUSB => HAS_UARTUSB,
HAS_SD_CARD => USE_LITESDCARD,
ICACHE_NUM_LINES => ICACHE_NUM_LINES,
+ EXTERNAL_CORE => EXTERNAL_CORE,
HAS_SHORT_MULT => true,
NGPIO => NGPIO
)