Skip to content

Branch : Quicklogic : In symbiflow, AssertionError reported  #70

@rakeshm75

Description

@rakeshm75

In symbiflow, AssertionError reported:

make camif-ql-chandalar_jlink

Following error reported:
AssertionError: ('gpmc_ad(0)', 'FBIO_20')
make[3]: *** [quicklogic/tests/quicklogic_testsuite/camif/camif-ql-chandalar/ql-s3-ql-eos-s3-virt-ql-eos-s3-wlcsp/top_iomux.jlink] Error 1
make[3]: *** Deleting file `quicklogic/tests/quicklogic_testsuite/camif/camif-ql-chandalar/ql-s3-ql-eos-s3-virt-ql-eos-s3-wlcsp/top_iomux.jlink'
make[2]: *** [quicklogic/tests/quicklogic_testsuite/camif/CMakeFiles/camif-ql-chandalar_jlink.dir/all] Error 2
make[1]: *** [quicklogic/tests/quicklogic_testsuite/camif/CMakeFiles/camif-ql-chandalar_jlink.dir/rule] Error 2
make: *** [quicklogic/tests/quicklogic_testsuite/camif/CMakeFiles/camif-ql-chandalar_jlink.dir/rule] Error 2
rtl.zip

Activity

kgugala

kgugala commented on Apr 8, 2020

@kgugala
Member

this is an assert in the jlink script generator. The bitstream itself is generated correctly. We'll take a look on the script

kgugala

kgugala commented on Apr 8, 2020

@kgugala
Member
tpagarani

tpagarani commented on Apr 8, 2020

@tpagarani

@kgugala , Thanks for providing this fix. While reviewing this script, we noticed that you are using the "mode" setting to set bit 5 and bit 11 on Pad config register. Actually for IOs used by FPGA, there is no need to set bit 5 and bit 11. They are only applicable when IO is not used by FPGA. In case of FPGA, OEN and REN are directly routed to FPGA interface. @rakeshm75 will send you a document to explain this. So you can skip setting these bits if ctrl_sel is Fabric.

rakeshm75

rakeshm75 commented on Apr 9, 2020

@rakeshm75
Author

This issue is resolved, so closing the issue.

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

Metadata

Metadata

Assignees

No one assigned

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

        Issue actions

          Branch : Quicklogic : In symbiflow, AssertionError reported · Issue #70 · SymbiFlow/yosys