Open gowreddysuresh opened 3 months ago
The version of open_pdks used in building the PDK does not match the version OpenLane was tested on (installed: 06898d0576a1820a131f58b05b6af5f504f080d9, tested: bdc9412b3e468c102d01b7cf6337be06ec6e9c9a)
can you share how you installed the PDK?
echo "Get the open_pdks installer and build Sky130 and GF180MCU" git clone https://github.com/RTimothyEdwards/open_pdks cd open_pdks ./configure --enable-sky130-pdk --enable-sram-sky130 make sudo make install make veryclean ./configure --enable-gf180mcu-pdk --enable-osu-sc-gf180mcu make sudo make install make veryclean make distclean cd ~/gits
Is there any particular reason you didn't run the environment report script in the issue template?
Description
I encountered an error when trying to switch the technology node from SKY130nm to GF180mcu in OpenLane. Despite changing the configuration file, the tool fails to run and shows a version mismatch error and a KeyError for 'magic'
Expected Behavior
The tool should recognize the GF180mcu technology node after the configuration change and proceed without any version mismatch errors or KeyErrors. It should successfully run the flow for the specified design
Environment report
Reproduction material
Changed the technology node path in Makefile from SKY130nm to GF180mcu.
Relevant log output