ql_symbiflow complie post_verilog error

Post Reply
phil_quik
Posts: 36
Joined: Mon May 18, 2020 12:33 am

[plin@mahanadi counter_16bit]$ ql_symbiflow -compile -src $PWD -d ql-eos-s3 -t top -v counter_16bit.v -p counter_16bit.pcf -k PD64 -o post_verilog
-----------------

-compile
-src
/home/plin/Symbiflow/symbiflow-arch-defs/quicklogic/tests/counter_16bit
-d
ql-eos-s3
-t
top
-v
counter_16bit.v
-p
counter_16bit.pcf
-k
PD64
-o
post_verilog
verilog list counter_16bit.v
cd build && write_bitstream -f top.fasm -k PD64 -b top.bit
Writing bitstream ...
Generating bit file
Generating bit.jlink
Generating jlink file
cd build && write_fasm2bels -e top.eblif -d ql-eos-s3 -p /home/plin/Symbiflow/symbiflow-arch-defs/quicklogic/tests/counter_16bit/counter_16bit.pcf -n top.net -k PD64
Generating post verilog file ...
Traceback (most recent call last):
File "/home/plin/test/symbiflow-arch-defs/quicklogic/utils/fasm2bels.py", line 576, in <module>
f2b = Fasm2Bels(db, args.package_name)
File "/home/plin/test/symbiflow-arch-defs/quicklogic/utils/fasm2bels.py", line 63, in __init__
for name, package in db['package_pinmaps'][self.package_name
KeyError: 'PD64'
make: *** [build/top.post_v] Error 1
kkumar
Posts: 12
Joined: Wed May 27, 2020 6:33 am

Hi,
The option of -o output file has now been changed to -dump post_verilog, based on Tim's recommendation.
Please use the latest build:
https://teams.microsoft.com/_#/files/FO ... _Installer

21st build.
Post Reply