SymbiFlow / yosys

SymbiFlow WIP changes for Yosys Open SYnthesis Suite
http://www.clifford.at/yosys/
ISC License
37 stars 9 forks source link

Branch: Quicklogic : Yosys optimizes the design completely #63

Closed rakeshm75 closed 4 years ago

rakeshm75 commented 4 years ago

Steps to reproduce the issue

  1. Synthesize the attached design using yosys
  2. 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.
  3. Un-comment //`define USE_DEBUG_PORT in the AL4S3B_FPGA_Top.v file, we are enabling the debug pins
  4. Synthesize the attached design using yosys Now Yosys synthesizes the design correctly.

Attached the design. Test_Design3.zip

glatosinski commented 4 years ago

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.

GitHub
antmicro/yosys
Yosys Open SYnthesis Suite. Contribute to antmicro/yosys development by creating an account on GitHub.
rakeshm75 commented 4 years ago

The issue is fixed. So closing the issue.

Thanks & Best Regards, Rakesh