We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm instantiating the macro for clock and it fails packing. This is my Verilog:
qlal4s3b_cell_macro u_qlal4s3b_cell_macro ( .Clk_C16 (clko), .Clk_C16_Rst (), .Clk_C21 (), .Clk_C21_Rst () );
The error I'm getting is:
Type: Blif file File: Toplevel.eblif Line: 1989 Message: Failed to find matching architecture model for 'qlal4s3b_cell_macro'
Versions:
root@eb74749d0141:/src# yosys --version Yosys 0.9+2406 (git sha1 d282be04, x86_64-conda_cos6-linux-gnu-gcc 1.24.0.133_b0863d8_dirty -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -fdebug-prefix-map=/home/runner/work/conda-eda/conda-eda/workdir/conda-env/conda-bld/quicklogic-yosys_1625138793175/work=/usr/local/src/conda/quicklogic-yosys-0.8.0_105_gd282be04 -fdebug-prefix-map=/usr/local/envs/eos-s3=/usr/local/src/conda-prefix -fPIC -Os) root@eb74749d0141:/src# root@eb74749d0141:/src# vpr --version VPR FPGA Placement and Routing. Version: 8.1.0-dev+e73e88940 Revision: 8.0.0-4023-ge73e88940 Compiled: 2021-07-01T11:51:56 Compiler: GNU 9.3.0 on Linux-4.15.0-1113-azure x86_64 Build Info: Release IPO PGO VTR_ASSERT_LEVEL=2
The text was updated successfully, but these errors were encountered:
Ping... any news about this? Might be related to https://symbiflow.slack.com/archives/CGCL3DBMM/p1639411001290300
Slack
Sorry, something went wrong.
Ping... any news about this? Might be related to https://symbiflow.slack.com/archives/CGCL3DBMM/p1639411001290300 Slack
Hello, did you resolve the issue? Also the link you suggest requires an account is it normal? Br
No branches or pull requests
I'm instantiating the macro for clock and it fails packing. This is my Verilog:
The error I'm getting is:
Versions:
The text was updated successfully, but these errors were encountered: