-
Notifications
You must be signed in to change notification settings - Fork 115
Description
Take any .fasm file and try to generate BEL
e.g.
python3 fasm2bels.py /home/tpagarani/dev/symbiflow-arch-defs/build/quicklogic/tests/quicklogic_testsuite/and_gate/and_gate-ql-chandalar/ql-s3-ql-eos-s3-virt-ql-eos-s3-wlcsp/top.fasm --input-type fasm --vpr-db /home/tpagarani/dev/symbiflow-arch-defs/build/quicklogic/devices/ql-eos-s3-virt/db_vpr.pickle --output-verilog /home/tpagarani/dev/symbiflow-arch-defs/build/quicklogic/tests/quicklogic_testsuite/and_gate/and_gate-ql-chandalar/ql-s3-ql-eos-s3-virt-ql-eos-s3-wlcsp/top.v --package-name PU90
Ending up with following error
Traceback (most recent call last):
File "fasm2bels.py", line 536, in
f2b = Fasm2Bels(db, args.package_name)
File "fasm2bels.py", line 65, in init
self.io_to_fbio[package.loc] = name
AttributeError: 'list' object has no attribute 'loc'
Have attached an example .fasm
top.zip
Activity
[-]Error during FASM to BEL conversion[/-][+]Branch : Quicklogic : Error during FASM to BEL conversion[/+]kgugala commentedon Apr 15, 2020
@tpagarani the attribute error is now fixed (please grab the latest code)