Skip to content

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

@tpagarani

Description

@tpagarani
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

Activity

changed the title [-]Error during FASM to BEL conversion[/-] [+]Branch : Quicklogic : Error during FASM to BEL conversion[/+] on Apr 9, 2020
transferred this issue fromSymbiFlow/yosyson Apr 9, 2020
self-assigned this
on Apr 15, 2020
kgugala

kgugala commented on Apr 15, 2020

@kgugala
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @kgugala@tpagarani

      Issue actions

        Branch : Quicklogic : Error during FASM to BEL conversion · Issue #1409 · f4pga/f4pga-arch-defs