Skip to content

Latest commit

 

History

History
51 lines (50 loc) · 1.5 KB

File metadata and controls

51 lines (50 loc) · 1.5 KB

IHP__MCU4057 structure

📁 IHP__MCU4057/
├── 📁 dependencies/
├── 📁 doc/
│   ├── Datasheet.md
│   ├── info.json
│   ├── Specification.md
│   └── TRL-Digital-Hard-IP.md
├── 📁 MCU4057-main/
│   ├── 📁 constraints/
│   │   └── 📁 sdc/
│   ├── 📁 Flow/
│   │   └── 📁 scripts/
│   │       ├── 📁 LibreLane/
│   │       └── 📁 ORFS/
│   ├── 📁 PlaceAndRoute/
│   │   ├── 📁 def/
│   │   ├── 📁 gds/
│   │   ├── 📁 lef/
│   │   ├── 📁 netlist/
│   │   ├── 📁 parasitics/
│   │   │   └── 📁 spef/
│   │   └── 📁 timing/
│   │       ├── 📁 lib/
│   │       └── 📁 sdf/
│   ├── 📁 rtl/
│   ├── 📁 synthesis/
│   │   ├── 📁 netlist/
│   │   ├── 📁 reports/
│   │   └── 📁 sdf/
│   ├── 📁 testbenches/
│   ├── 📁 verification/
│   │   ├── 📁 cdc/
│   │   ├── 📁 drc/
│   │   ├── 📁 lec/
│   │   ├── 📁 lint/
│   │   ├── 📁 lvs/
│   │   └── 📁 sta/
│   └── README.md
├── 📁 measurements/
│   └── 📁 v.1.0.0/
├── 📁 release/
│   └── 📁 v.1.0.0/
│       ├── 📁 doc/
│       ├── 📁 gds/
│       ├── 📁 netlist/
│       └── ReleaseNote.md
└── README.md