Oak-Development-Technologies / RPGA-Feather

Home of everything RPGA! From schematics and board files to buildable examples!
MIT License
13 stars 3 forks source link

Makefile change required #1

Closed develone closed 3 months ago

develone commented 3 months ago

git diff Makefile diff --git a/Makefile b/Makefile index b5fccda..a455266 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ pcf_file=$(PCF_DIR)/io.pcf build: yosys -p "synth_ice40 -top top -json $(filename).json" $(filename).v nextpnr-ice40 --u4k --package sg48 --json $(filename).json --pcf $(pcf_file) --asc $(filename).asc

make build 7 warnings, 0 errors

Info: Program finished normally. icepack src/top.asc src/top.bin

skerr92 commented 3 months ago

Thanks for reporting this, I'll get that fixed up 👍🏻

skerr92 commented 3 months ago

Alrighty, this issue is fixed and part of main. Let me know if you have any other issues :)