You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Convert Yosys EDIF file to SpDE complaint format
Yosys completely optimizes the design but when we enable the debug pins then it synthesizes the design correctly.
Un-comment //`define USE_DEBUG_PORT in the AL4S3B_FPGA_Top.v file, we are enabling the debug pins
Synthesize the attached design using yosys
Now Yosys synthesizes the design correctly.
I updated https://github.com/antmicro/yosys/tree/quicklogic fork, where the support for QuickLogic devices currently resides. Now the qlal4s3b_cell_macro module has attribute keep that will preserve this cell, and communication with it.
Steps to reproduce the issue
Yosys completely optimizes the design but when we enable the debug pins then it synthesizes the design correctly.
Now Yosys synthesizes the design correctly.
Attached the design.
Test_Design3.zip
The text was updated successfully, but these errors were encountered: