Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions evaluation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ Flow scripts for library characterization are located in the *libgen* directory.
- **Synopsys Library Compiler:** DB file generation (L-2016.06-SP3)

```bash
# Step 0 — Signoff
# Inputs: GDS, tech file (*.tf)
# Outputs: pass/fail report
make signoff

# Step 1 — LVS and PEX
# Inputs: GDS, CDL, and cell list
# Outputs: RC-extracted spice netlists (*.sp)
Expand Down
Loading