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.

Need help - vhdl synplify

Status
Not open for further replies.

nge

Junior Member level 1
Joined
Mar 31, 2003
Messages
16
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
95
How can I specify timing constraint in vhdl code as attributes? I don't want to use constraint file, I want to put them in vhdl code as attributes. I know how to do that for pin assignments. But I have a problem with timing constraints. This is a piece constraints from .ucf file. I am trying to synthesise with Synplify Pro. Any help will be great. Thanks.

NET "clk" TNM_NET = "TNM_CLK";
TIMEGRP "CLK_PAD" = "pads(clk)";
NET "clk" MAXDELAY = 3.0ns;
TIMESPEC TS_CLK_FFS_FFS = PERIOD "TNM_CLK" 20.0ns HIGH 50%;

TIMEGRP "LD_PADS" OFFSET = OUT 14.5ns AFTER "clk";
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top