Xiaochen Ni
09/01/2022, 11:26 PMtech sky130A
to tech sky130B
in the .mag files work fine?Xiaochen Ni
09/01/2022, 11:37 PMTim Edwards
09/02/2022, 1:20 AMtech sky130A
or else tech sky130B
as the 2nd line of every file. Change all the .mag files, and you've just switched from one technology variant to the other.
The quick way to do this is, for example to switch from A to B to make it compatible for tapeout:
(1) Start magic with the technology file for B
(2) Read the design using load <filename> -force
to tell it to ignore the tech declared in the file
(3) Write out the whole design with writeall force
. This will change the technology declared in all the files.Xiaochen Ni
09/02/2022, 3:51 AM