Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[question]: synopsys dc constraint to cadence gfc

Status
Not open for further replies.

iamczx

Member level 3
Joined
Oct 27, 2004
Messages
67
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
581
I use the pearl cmd:
Code:
read_dc_script -log aa.log -hpin_log aa_hp.log -retain DAC.dc top_con.cmd
write_gcf top_con.gcf

to convert the dc constraint script to cadence's constraint. But it seems the pearl can't recognize the set_input_delay and set_output_delay command.
so I must modify the gcf by hand. AND I think the set_input_delay should according the arrived_time, set_output_delay according required_time,isn't it?

But I don't know the detail fomat,and the gcfcheck always say the modified gcf invalid..

part of modified gcf
Code:
 (CELL ()
    (SUBSET TIMING
      (ENVIRONMENT
        (CLOCK "CLK"
          clk )
        (ARRIVAL (? )   **[b]here I don't know how to descripe[/b]
	7.000 8.700  7.000 8.700 D[15:0] )
        (REQUIRED (?)   **[b]here I don't know how to descripe[/b]
	6.000 8.000 6.000 8.000 dout[63:0] )
        (INPUT_SLEW * 2.900 * 2.900
          rst_n )
        (INPUT_SLEW * 2.900 * 2.900
          din[0] )
        (INPUT_SLEW * 2.900 * 2.900
          din[13] )
        (INPUT_SLEW * 2.900 * 2.900
          test_en )
        (INPUT_SLEW * 2.900 * 2.900
          din[8] )
        (INPUT_SLEW * 2.900 * 2.900
          order_mode )
        (INPUT_SLEW * 2.900 * 2.900
          din[5] )

plz give some advice.
Thanks in advance.[/b]
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top