google / skywater-pdk

Open source process design kit for usage with SkyWater Technology Foundry's 130nm node.
https://skywater-pdk.rtfd.io
Apache License 2.0
2.96k stars 388 forks source link

Publish script which generates verilog files #63

Open mithro opened 4 years ago

mithro commented 4 years ago

A large number of the verilog files in the standard cells are automatically generated from a definition.json file.

Non-generated files

Modules

Wrappers

Test bench

Example

Example definition.json for the sky130_fd_sc_hd__a2111o cell;

The following verilog files are not generated;

mithro commented 4 years ago

FYI - @RTimothyEdwards