yosys-f4pga-plugins icon indicating copy to clipboard operation
yosys-f4pga-plugins copied to clipboard

ERROR: set_property IO_LOC_PAIRS: Incorrect number of arguments.

Open Talha-Ahmed-1 opened this issue 3 years ago • 2 comments

Can anyone figure out this.

TARGET="arty_35" make -C fpga
make[1]: Entering directory '/home/tahmed/TalhaUpdated/picofoxy/fpga'
cd build/arty_35 && symbiflow_synth -t Picofoxy -v /home/tahmed/TalhaUpdated/picofoxy/fpga/Picofoxy.v /home/tahmed/TalhaUpdated/picofoxy/fpga/PLL_8MHz.v /home/tahmed/TalhaUpdated/picofoxy/fpga/clk_wiz_0_clk_wiz.v   -d artix7 -p xc7a35tcsg324-1 -x ~/picofoxy/fpga/arty.xdc 2>&1 > /dev/null
ERROR: set_property IO_LOC_PAIRS: Incorrect number of arguments.
make[1]: *** [Makefile:53: build/arty_35/Picofoxy.eblif] Error 1
make[1]: Leaving directory '/home/tahmed/TalhaUpdated/picofoxy/fpga'
make: *** [Makefile:22: bitstream] Error 2

Talha-Ahmed-1 avatar Oct 06 '21 19:10 Talha-Ahmed-1

hi @Talha-Ahmed-1 can you link to the design you're trying to build?

kgugala avatar Oct 06 '21 19:10 kgugala

I am following this repo: https://github.com/Talha-Ahmed-1/picofoxy My design resources are in this directory: https://github.com/Talha-Ahmed-1/picofoxy/tree/main/fpga

GitHub
Pipelined In-order Core for Artix-7 Arty-35T board - GitHub - Talha-Ahmed-1/picofoxy: Pipelined In-order Core for Artix-7 Arty-35T board

Talha-Ahmed-1 avatar Oct 06 '21 19:10 Talha-Ahmed-1