f4pga-examples
f4pga-examples copied to clipboard
ERROR: set_property IO_LOC_PAIRS: Incorrect number of arguments.
Generating bitstream by following the steps mentioned in this Makefile: https://github.com/Talha-Ahmed-1/picofoxy/blob/main/fpga/Makefile
It got stuck at the time of synthesis and giving such error.
TARGET="arty_35" make -C fpga
make[1]: Entering directory '/home/tahmed/TalhaUpdated/picofoxy/fpga'
mkdir -p build/arty_35
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
All of my IO ports are mapped in .xdc file. Design resources: https://github.com/Talha-Ahmed-1/picofoxy/tree/main/fpga
The error is ERROR: set_property IO_LOC_PAIRS: Incorrect number of arguments.
.
My first guess is that something in your .xdc
file is currently unsupported by the symbiflow tooling.
@tmichalak Might know what is going on?
Poke @tmichalak ?
Sure, I am looking into it
@Talha-Ahmed-1 I am not able to reproduce the problem. Can you double check if the xdc and design are up to date?
I believe I get this error when I have had a missing signal in my .xdc file...