Just started using Xilinx XST as my synthesis tool and I'm just looking for the command line instruction (or GUI) to set the design frequency, I was using precision where it was "setup_design - frequency=66".
Anyone know the equivalent command for XST?
My eyes cant seem to find it in the documentation! :-(
Cheers,
Rob.
Didn't find your answer? Ask the community — no account required.
M
Mike Treseler
To learn the tool, just give ISE a known good synchronous hdl design file. It will tell you what Fmax is, and draw you an rtl schematic.
Then read the docs and the command files it made.
-- Mike Treseler
H
HT-Lab
UCF file?
NET "clk" TNM_NET = "clk"; TIMESPEC "TS_clk" = PERIOD "clk" 0.025 us;
Hans
formatting link
B
Brian Davis
XST timing constraints are set up in the .xcf file
In the 9.2i XST user manual %xilinx%\doc\usenglish\books\docs\xst\xst.pdf
The XST command line field is described in the first section listed above.
In the ISE GUI, you add this file to the flow by:
- right click on the "Synthesis - XST " line of the processes window, and select "Properties"
- in the "Synthesis Options" category: - set "Property Display Level" to "Advanced" - check the "Use Synthesis Constraints" button - fill in the "Synthesis Constraints File" field
If you want XST to forward annotate these to P&R tools, also check the "Write Timing Constraints" option.
Brian
Join the Discussion
Have something to add? Share your thoughts — no account required.
Didn't find your answer?
Ask the community — no account required
Report Content
You are reporting this content to the moderators. They will look at it
ASAP.