mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 21:07:34 -04:00
Fix FPGA part number for Arty A7-100T
For some reason the part number between the Arty A7-35T and the Arty A7-100T differs by 1 letter (TICSG vs TCSG). This patch fixes the part number for the Arty A7-100T to remove the "i". Signed-off-by: Stephano Cetola <scetola@linuxfoundation.org>
This commit is contained in:
parent
b22fca7bbe
commit
bfba13bbf3
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -66,7 +66,7 @@ build-arty-35: sw-led
|
|||
.PHONY: build-arty-100
|
||||
build-arty-100: sw-led
|
||||
fusesoc --cores-root=. run --target=synth --setup --build \
|
||||
lowrisc:ibex:top_artya7 --part xc7a100ticsg324-1
|
||||
lowrisc:ibex:top_artya7 --part xc7a100tcsg324-1
|
||||
|
||||
.PHONY: program-arty
|
||||
program-arty:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue