Skip to content
New issue

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

Nanoxplore synthesis does not works when using abc9 flow #4606

Open
samhanic opened this issue Sep 19, 2024 · 0 comments
Open

Nanoxplore synthesis does not works when using abc9 flow #4606

samhanic opened this issue Sep 19, 2024 · 0 comments
Labels
pending-verification This issue is pending verification and/or reproduction

Comments

@samhanic
Copy link

Version

Yosys 0.45 (git sha1 9ed031d, g++ 13.3.0 -fPIC -O3)

On which OS did this happen?

Linux

Reproduction Steps

Create any design.v file containing combinational logic.
Run command: yosys -p "read_verilog design.v; synth_nanoxplore -abc9 ; write_json design.json"

Expected Behavior

Design synthetises and outputs the design netlist in design.json file.

Actual Behavior

Yosys errors out at ABC9 step:

2.46.11. Executing ABC9_OPS pass (helper functions for ABC9).
ERROR: Module 'NX_LUT' with (* abc9_lut *) has no specify entries.
@samhanic samhanic added the pending-verification This issue is pending verification and/or reproduction label Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pending-verification This issue is pending verification and/or reproduction
Projects
None yet
Development

No branches or pull requests

1 participant