mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-04-21 23:49:18 -04:00
Increase ROM to 8K
This commit is contained in:
parent
e046b7ad0f
commit
9fabff90cb
@ -32,7 +32,7 @@ TARGET_FREQ ?= 21
|
||||
|
||||
# Size in 32-bit words, must be divisible by 256 (pairs of EBRs, because 16
|
||||
# bits wide; an EBR is 128 32-bits words)
|
||||
BRAM_FW_SIZE ?= 1536
|
||||
BRAM_FW_SIZE ?= 2048
|
||||
|
||||
PIN_FILE ?= application_fpga_tk1.pcf
|
||||
|
||||
@ -47,7 +47,7 @@ CFLAGS = \
|
||||
-mabi=ilp32 \
|
||||
-static \
|
||||
-std=gnu99 \
|
||||
-O2 \
|
||||
-Os \
|
||||
-ffast-math \
|
||||
-fno-common \
|
||||
-fno-builtin-printf \
|
||||
|
Loading…
x
Reference in New Issue
Block a user