Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Branch : Quicklogic : Error during FASM to BEL conversion #1409

Closed
tpagarani opened this issue Apr 9, 2020 · 1 comment
Closed

Branch : Quicklogic : Error during FASM to BEL conversion #1409

tpagarani opened this issue Apr 9, 2020 · 1 comment
Assignees

Comments

@tpagarani
Copy link
Contributor

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

@tpagarani tpagarani changed the title Error during FASM to BEL conversion Branch : Quicklogic : Error during FASM to BEL conversion Apr 9, 2020
@mithro mithro transferred this issue from SymbiFlow/yosys Apr 9, 2020
@kgugala kgugala self-assigned this Apr 15, 2020
@kgugala
Copy link
Contributor

kgugala commented Apr 15, 2020

@tpagarani the attribute error is now fixed (please grab the latest code)

@kgugala kgugala closed this as completed May 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants