Pranav Lulu
04/12/2023, 11:22 AMTim Edwards
04/12/2023, 12:26 PMproperty GDS_FILE ""
). Then you can make changes. That makes sure that all the GDS is preserved as-is except for the cell you want to modify.Pranav Lulu
04/12/2023, 1:20 PMPranav Lulu
04/12/2023, 2:25 PMMitch Bailey
04/12/2023, 3:28 PMuser_analog_project_wrapper
read in your gds file
rename your top cell to user_analog_proj_example
place it and add wiring to the top ports in user_analog_project_wrapper
then
load user_analog_proj_example
property LEFview true
property GDS_FILE <gds_path>/<your_gds_file_name>
property GDS_START 0
load the top level and
write the gds file.Mitch Bailey
04/12/2023, 3:28 PMPranav Lulu
04/12/2023, 3:35 PMPranav Lulu
04/12/2023, 3:39 PMMitch Bailey
04/12/2023, 3:59 PMuser_analog_proj_example
gds, you could probably use that to create user_analog_project_wrapper
with openlane and then manually fix the wiring.Tim Edwards
04/12/2023, 4:08 PMPranav Lulu
04/12/2023, 4:16 PMPranav Lulu
04/12/2023, 4:25 PMPranav Lulu
04/12/2023, 4:30 PMTim Edwards
04/12/2023, 4:52 PMuser_analog_project_wrapper
.Tim Edwards
04/12/2023, 4:53 PMPranav Lulu
04/12/2023, 4:58 PMPranav Lulu
04/12/2023, 5:00 PM