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.

correct syntax to write the port_pin_list needed

Status
Not open for further replies.

wakki1187

Newbie level 5
Joined
Feb 7, 2010
Messages
10
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,350
PrimeTime port pin list

Could anyone please tell me the correct syntax to write the port_pin_list?

What is it actually, anyway?
I just could not understand it even though I have read the tutorial.

Please help me...
 

Re: PrimeTime port pin list

you can read the PT example and get some basic idea for the setting!
 

Re: PrimeTime port pin list

Is this what you are asking about?

For example: syntax for set_input_delay is
set_input_delay <delay> <port_pin_list>

You can do it by either:
>set_input_delay 0 {U1/a U2/a}
>set_input_delay 0 "U1/a U2/a"
>set_input_delay 0 [get_pins "U1/a U2/a"]
and so on methods....
 

PrimeTime port pin list

ljxpjpjljx:
I didn't find any PT example showing how to write the pin list like the one that childs showed. That's why I asked here..

childs:
Oh.. So that's how it is..
Thank you for responding..

But what does the a in U1/a means?
Does it mean the input?

If I have 30 primary inputs, do I have to list down all the 30 inputs in that pin list?
 

Re: PrimeTime port pin list

U1/a is a pin name, for your case, maybe you can try with:
>set_input_delay [all_inputs]


p.s: I am also newbie in PT, hope any advance user can provide further correction or advices.
 

PrimeTime port pin list

For getting all input ports : all_inputs
all output ports : all_outputs
all ports : get_ports "*"
 

PrimeTime port pin list

Hye all.. Thank you for your answers.. They helped me a lot.. :)

but I now have problems with operating conditions.
Does anybody knows what analysis type is suitable to be used for a combinational circuit?
Is it single @ bc_wc?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top