OpenLane
OpenLane copied to clipboard
OpenLane is an automated RTL to GDSII flow based on several components including OpenROAD, Yosys, Magic, Netgen and custom methodology scripts for design exploration and optimization.
### Prompt I was watching @mattvenn 's interview with @dineshannayya (https://www.youtube.com/watch?v=lFVnicPhTI0) where Dinesh says that he can't control io pin placement. ### Proposal OR has controls for io pin placement...
### Description During the implementation of any design, OpenLane will create a `reports` folder. This `reports` folder has, among others, an area report. The area report displays both raw area,...
### Prompt running make user_project_wrapper generates 100k lines of logs ### Proposal show only errors and top level information. Each tool can log into the log directories as before.
### Prompt A clear and concise description of what shortcoming you feel OpenLane has. I used to be able to use klayout to open def files, but now the tmp-merged.lef...
### Prompt OpenLane is currently missing scan-chain insertion capabilities during synthesis. ### Proposal The tool https://github.com/Cloud-V/Fault was developed earlier for exactly such a purpose. It needs some minor tweaking to...
### Description When running a flow interactively on the OpenLane, at the run_magic_spice_export stage, I have faced an error like; [ERROR]: There are illegal overlaps (e.g., routes over obstructions) in...
In run_placement scripts/tcl_commands/placement.tcl run_resizer_design if { [info exists ::env(DONT_BUFFER_PORTS) ]} { remove_buffers } This undoes any buffers inserted for long wire, max slew, max cap design rule repair done by...
Hello, Below is a screenshot of a synthesis exploration that I have done on spm. According to the OpenLane documentation, there is a SYNTH_STRATEGY variable that can be used in...
### Description run_synthesis failed while executing abc.script ### Environment ``` Kernel: Linux v3.10.0-1160.49.1.el7.x86_64 Distribution: centos 7 Python: v3.6.8 (OK) Critical Alert: No Docker or Docker-compatible container engine was found: {e}....
### Description If I run gcd with sky130hs (using #905 ) I get: ``` [WARNING STA-0328] port 'DIODE' not found. [ERROR GRT-0069] Diode not found. Error: groute.tcl, 74 GRT-0069 ```...