forked from OpenTimer/OpenTimer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoptimizer.sdc
54 lines (54 loc) · 3.31 KB
/
optimizer.sdc
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
43
44
45
46
47
48
49
50
51
52
53
54
create_clock -period 1 -name clk_net [get_ports clk_net]
set_input_delay 0 -min -rise [get_ports G1] -clock clk_net
set_input_delay 0 -min -fall [get_ports G1] -clock clk_net
set_input_delay 0 -max -rise [get_ports G1] -clock clk_net
set_input_delay 0 -max -fall [get_ports G1] -clock clk_net
set_input_transition 5 -min -rise [get_ports G1] -clock clk_net
set_input_transition 5 -min -fall [get_ports G1] -clock clk_net
set_input_transition 5 -max -rise [get_ports G1] -clock clk_net
set_input_transition 5 -max -fall [get_ports G1] -clock clk_net
set_input_delay 0 -min -rise [get_ports G2] -clock clk_net
set_input_delay 0 -min -fall [get_ports G2] -clock clk_net
set_input_delay 0 -max -rise [get_ports G2] -clock clk_net
set_input_delay 0 -max -fall [get_ports G2] -clock clk_net
set_input_transition 5 -min -rise [get_ports G2] -clock clk_net
set_input_transition 5 -min -fall [get_ports G2] -clock clk_net
set_input_transition 5 -max -rise [get_ports G2] -clock clk_net
set_input_transition 5 -max -fall [get_ports G2] -clock clk_net
set_input_delay 0 -min -rise [get_ports clk_net] -clock clk_net
set_input_delay 0 -min -fall [get_ports clk_net] -clock clk_net
set_input_delay 0 -max -rise [get_ports clk_net] -clock clk_net
set_input_delay 0 -max -fall [get_ports clk_net] -clock clk_net
set_input_transition 5 -min -rise [get_ports clk_net] -clock clk_net
set_input_transition 5 -min -fall [get_ports clk_net] -clock clk_net
set_input_transition 5 -max -rise [get_ports clk_net] -clock clk_net
set_input_transition 5 -max -fall [get_ports clk_net] -clock clk_net
set_input_delay 0 -min -rise [get_ports reset_net] -clock clk_net
set_input_delay 0 -min -fall [get_ports reset_net] -clock clk_net
set_input_delay 0 -max -rise [get_ports reset_net] -clock clk_net
set_input_delay 0 -max -fall [get_ports reset_net] -clock clk_net
set_input_transition 5 -min -rise [get_ports reset_net] -clock clk_net
set_input_transition 5 -min -fall [get_ports reset_net] -clock clk_net
set_input_transition 5 -max -rise [get_ports reset_net] -clock clk_net
set_input_transition 5 -max -fall [get_ports reset_net] -clock clk_net
set_input_delay 0 -min -rise [get_ports G3] -clock clk_net
set_input_delay 0 -min -fall [get_ports G3] -clock clk_net
set_input_delay 0 -max -rise [get_ports G3] -clock clk_net
set_input_delay 0 -max -fall [get_ports G3] -clock clk_net
set_input_transition 5 -min -rise [get_ports G3] -clock clk_net
set_input_transition 5 -min -fall [get_ports G3] -clock clk_net
set_input_transition 5 -max -rise [get_ports G3] -clock clk_net
set_input_transition 5 -max -fall [get_ports G3] -clock clk_net
set_input_delay 0 -min -rise [get_ports G0] -clock clk_net
set_input_delay 0 -min -fall [get_ports G0] -clock clk_net
set_input_delay 0 -max -rise [get_ports G0] -clock clk_net
set_input_delay 0 -max -fall [get_ports G0] -clock clk_net
set_input_transition 5 -min -rise [get_ports G0] -clock clk_net
set_input_transition 5 -min -fall [get_ports G0] -clock clk_net
set_input_transition 5 -max -rise [get_ports G0] -clock clk_net
set_input_transition 5 -max -fall [get_ports G0] -clock clk_net
set_output_delay 2.1 -min -rise [get_ports G17] -clock clk_net
set_output_delay 2.1 -min -fall [get_ports G17] -clock clk_net
set_output_delay 2.2 -max -rise [get_ports G17] -clock clk_net
set_output_delay 2.2 -max -fall [get_ports G17] -clock clk_net
set_load -pin_load 4 [get_ports G17]