Skip to content

Latest commit

 

History

History
54 lines (53 loc) · 1.62 KB

File metadata and controls

54 lines (53 loc) · 1.62 KB

IHP__OPA3488 structure

📁 IHP__OPA3488/
├── 📁 dependencies/
├── 📁 doc/
│   ├── Datasheet.md
│   ├── info.json
│   ├── Specification.md
│   └── TRL-Analog.md
├── 📁 OPA3488-main/
│   ├── 📁 layout/
│   │   ├── 📁 def/
│   │   ├── 📁 klayout/
│   │   ├── 📁 lef/
│   │   └── 📁 magic/
│   ├── 📁 model/
│   │   ├── 📁 spice/
│   │   └── 📁 verilog-A/
│   ├── 📁 netlist/
│   │   ├── 📁 layout/
│   │   ├── 📁 pex/
│   │   ├── 📁 rcx/
│   │   └── 📁 schematic/
│   ├── 📁 schematic/
│   │   ├── 📁 qucs-s/
│   │   └── 📁 xschem/
│   ├── 📁 testbenches/
│   │   ├── 📁 ac/
│   │   │   ├── 📁 qucs-s/
│   │   │   └── 📁 xschem/
│   │   ├── 📁 corners/
│   │   │   ├── 📁 qucs-s/
│   │   │   └── 📁 xschem/
│   │   ├── 📁 noise/
│   │   │   ├── 📁 qucs-s/
│   │   │   └── 📁 xschem/
│   │   └── 📁 tran/
│   │       ├── 📁 qucs-s/
│   │       └── 📁 xschem/
│   ├── 📁 verification/
│   │   ├── 📁 drc/
│   │   └── 📁 lvs/
│   └── README.md
├── 📁 measurements/
│   └── 📁 v.1.0.0/
├── 📁 release/
│   └── 📁 v.1.0.0/
│       ├── 📁 doc/
│       ├── 📁 gds/
│       ├── 📁 netlist/
│       └── ReleaseNote.md
└── README.md