Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#=========================================================================
# Synopsys PT Timing Signoff
#=========================================================================
# Author : Alex Carsello
# Date : January 31, 2020
# Modified by : Allen Pan
# Date : March 13, 2022
name: synopsys-pt-timing-signoff
#-------------------------------------------------------------------------
# Inputs and Outputs
#-------------------------------------------------------------------------
# We will also get SPEF files for any blocks in the design.
# These will be added as inputs in construct.py.
inputs:
- adk
- design.vcs.v
- design.pt.sdc
- design.spef.gz
outputs:
- design.sdf
#-------------------------------------------------------------------------
# Commands
#-------------------------------------------------------------------------
commands:
- mkdir -p reports
- pt_shell -file pt.tcl
- mkdir -p outputs && cd outputs
- ln -sf ../design.sdf design.sdf
#-------------------------------------------------------------------------
# Parameters
#-------------------------------------------------------------------------
parameters:
design_name: undefined