google / globalfoundries-pdk-libs-gf180mcu_fd_pv

Apache License 2.0
12 stars 5 forks source link

Create the testcase programmatically #35

Open proppy opened 1 year ago

proppy commented 1 year ago

Currently it looks like the testcase are created manually using klayout UI driven flow which make them difficult to version and review.

It would be nice to generate them from python using either:

So that we can version the layout of the testcase and the testing of the rule from one python file.

proppy commented 1 year ago

We could also generate the them using ruby/pcells if we wanted to stay within the same language of the DRC rules themselves.