google / globalfoundries-pdk-libs-gf180mcu_fd_pr

Primitives for GF180MCU provided by GlobalFoundries.
https://gf180mcu-pdk.rtfd.io
Apache License 2.0
47 stars 25 forks source link

Removing `os.system` from all files #25

Open mohanad0mohamed opened 2 years ago

mohanad0mohamed commented 2 years ago

Fixes #21

os.system is replaced with subprocess

mithro commented 2 years ago

This pull request needs work - also take a look at https://github.com/google/globalfoundries-pdk-libs-gf180mcu_fd_pr/pull/51 which is highly related.