vjkr / openlane-inverter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# openlane-inverter aborted after short success

Work completed with all documentation image

Magic tool is not installation, referring Nickson Jose repsotory for fixes https://github.com/vjkr/openlane_build_script redirecting to Kunal Ghosh repository https://github.com/kunalg123/vsdflow.git for vsdflow. Hoping the workshop i attended AdvancedPhysicalDesign workshop will be beneficial now

This should look like this image

:)

Seems there was an easier way for installing tools using VSDFLOW. Now 2 versions of installations are in progress. Lets check the shortcomings in either of them referring to YouTube resources. As workshop videos arent freely available.

Completed VSDFLOW installation- Update though success message is displayed. qflow didnt get installed. There are errors in the terminal window saying disk full. Checking storage shows storage is almost full. 20GB is not Enough!!!!!!!!!!!!!!

I will delete whole VSDFLOW FOLDER as it is hampering smooth operation of VM. Hoping to learn sky130 using youtube resources image

Planning to release completed installation as an ISO file

# openlane-inverter (stepwise study) NEW vsdflow installation inverter testing successful. Only verilog file and config.json file are input!!!! All steps completed without errors or warnings!

image

Learning stepwise following other workshop participants' repos

https://gitlab.com/gab13c/openlane-workshop

1. Invoke openlane using 'make mount' and interactive flow

image

start openlane, prep design

2. prep design throwing error. Maybe prep was specifically for vsd workshop.

3. Understanding config file.

new installation of openlane designs have config.json files. These files look similar to config.tcl. ./flow.tcl -design invconfig completes RTL2GDS flow. But editing json file with 0 die area thorws below error!!! image

4. Trying to learn step by step!

5. Synthesis

I could run only synthesis step by referring an interesting issue in openlane The-OpenROAD-Project/OpenLane#805

image

About