1
\$\begingroup\$

When I connect several vhdl components to create one design, how do I ensure that the fpga's internal (ex. register to register) setup and hold timing is not violated?

Ex. Data bus between components is sampled correctly on rising clk edge.

asked Jun 6, 2013 at 14:43
\$\endgroup\$
3
  • \$\begingroup\$ All FPGA tools have some way to set and verify timing constraints. Just use those tools. \$\endgroup\$ Commented Jun 6, 2013 at 14:46
  • \$\begingroup\$ I probably missing something, but all the timing are related to clk vs. output/input pins. \$\endgroup\$ Commented Jun 6, 2013 at 15:00
  • \$\begingroup\$ You are missing something. Look for clock frequency/period constraints. \$\endgroup\$ Commented Jun 6, 2013 at 15:25

1 Answer 1

3
\$\begingroup\$

When you create a constraint for your clocks, the synthesis and P&R tools of the FPGA use that as the guideline to route your design.

It is not only for the In/Out signals, but for every flip flop in your entire project.

If you have multiple clocks in your design and you have regions where signal cross different clock domains, you have to explicitly tell your P&R tool to either ignore those path (make them FALSE_PATH) or create a multi_cycle path between these 2 clock domains.

answered Jun 7, 2013 at 8:03
\$\endgroup\$

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.