RTimothyEdwards / open_pdks

PDK installer for open-source EDA tools and toolchains. Distributed with setups for the SkyWater 130nm and Global Foundries 180nm open processes.
http://opencircuitdesign.com/open_pdks
Apache License 2.0
289 stars 86 forks source link

magicrc log change suggestion #412

Open d-m-bailey opened 11 months ago

d-m-bailey commented 11 months ago

The $PDK.magicrc files currently have

puts stdout "Sourcing design .magicrc for technology sky130A ..."

Which is not actually true. Would something like this be possible?

puts stdout "Sourcing design [info script] for technology sky130A ..."
RTimothyEdwards commented 11 months ago

Should work, yes.