<@U01819B63HP> <@U016EM8L91B> <@U016HSAA3RQ> <@U01...
# sky130
a
@User @User @User @User I'm currently working with a couple of interns at my end to build an analog environment on docker that would be similar to openlane philosophy allowing designers to do something like: make <design_name>_xschem and opens xschem for them. All tools in that environment would be appropriately linked and correctly versioned. make <design_name>_klayout. Opens klayout for editing the GDS and may be loading LVS based netlist. make <design_name>_drc run magic DRC on it. So on, so forth. I'm looking for ideas and contribution.
👍 1
m
@Amro Tork Great idea! You might want to look at the caravel
Makefile
. It has
make lvs-<design_name>
,
make lvs-gds-<design_name>
, and
make drc-<design_name>
targets.
a
@Mitch Bailey Definitely. Will take a look at that.