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
I'm running deisgn genericfir using openlane
I've tried some arguments listed in the Flow Configuration Variables but the synthesized netlist seems weird compared with a synthesized reference.
The genericfir design only maps to sky130_fd_sc_hd__conb_1 cells.
It seems that we do not have the tapk module so that's the reason why I guess?
If it's not solvable, is there any way to reuse the synthesize one to do the PnR flow just skip the synthesis stage?
Thanks in advance.
Expected Behavior
The files are the reference and the problem one genericfir.zip
Environment report
Failed to get distribution info.
Kernel: Linux v5.15.0-127-generic
Python: v3.11.9 (OK)
Critical Alert: No Docker or Docker-compatible container engine was found.
OpenLane Git Version: 3876562d27af3f6825a823941b1cab36f7eb6dc3
python-venv: INSTALLED
---
PDK Version Verification Status: OK
---
Git Log (Last 3 Commits)
3876562 2024-10-05T02:47:02+03:00 hotfix: main branch hashes not being pushed to dockerhub - Mohamed Gaber - (grafted, HEAD -> master, tag: 1.1.1, origin/master, origin/HEAD)
---
Git Remotes
origin https://github.com/The-OpenROAD-Project/OpenLane.git (fetch)
origin https://github.com/The-OpenROAD-Project/OpenLane.git (push)
Reproduction material
As the designs are opencores so the verilog code can be found on the github, I used the one: genericfir.v
The config used in genericfir/config.json
63. Printing statistics.
=== genericfir ===
Number of wires: 7
Number of wire bits: 59
Number of public wires: 7
Number of public wire bits: 59
Number of memories: 0
Number of memory bits: 0
Number of processes: 0
Number of cells: 31
sky130_fd_sc_hd__conb_1 31
Chip area for module '\genericfir': 116.361600
64. Executing Verilog backend.
Dumping module `\genericfir'.65. Executing JSON backend.Warnings: 18 unique messages, 18 totalEnd of script. Logfile hash: 6c300f20c7, CPU: user 15.14s system 0.28s, MEM: 946.61 MB peakYosys 0.38 (git sha1 543faed9c8c, clang++ 17.0.6 -fPIC -Os)Time spent: 33% 276x opt_clean (5 sec), 25% 277x opt_expr (3 sec), ...
The text was updated successfully, but these errors were encountered:
Description
I'm running deisgn
genericfir
using openlaneI've tried some arguments listed in the Flow Configuration Variables but the synthesized netlist seems weird compared with a synthesized reference.
The
genericfir
design only maps tosky130_fd_sc_hd__conb_1
cells.It seems that we do not have the tapk module so that's the reason why I guess?
If it's not solvable, is there any way to reuse the synthesize one to do the PnR flow just skip the synthesis stage?
Thanks in advance.
Expected Behavior
The files are the reference and the problem one genericfir.zip
Environment report
Failed to get distribution info. Kernel: Linux v5.15.0-127-generic Python: v3.11.9 (OK) Critical Alert: No Docker or Docker-compatible container engine was found. OpenLane Git Version: 3876562d27af3f6825a823941b1cab36f7eb6dc3 python-venv: INSTALLED --- PDK Version Verification Status: OK --- Git Log (Last 3 Commits) 3876562 2024-10-05T02:47:02+03:00 hotfix: main branch hashes not being pushed to dockerhub - Mohamed Gaber - (grafted, HEAD -> master, tag: 1.1.1, origin/master, origin/HEAD) --- Git Remotes origin https://github.com/The-OpenROAD-Project/OpenLane.git (fetch) origin https://github.com/The-OpenROAD-Project/OpenLane.git (push)
Reproduction material
As the designs are opencores so the verilog code can be found on the github, I used the one: genericfir.v
The config used in genericfir/config.json
Relevant log output
The text was updated successfully, but these errors were encountered: