- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm pretty new to TimeQuest Timing Analyzer and Constraining Nets, so any advice would be appreciated.
I have two clocks clk_50M (launch) and clk_125M (latch) that flags a slack error (-2.377). The data comes across the 50Mhz VME bus and clocked on the 125Mhz system clock to be used. Should I place a multicyle constraint on these nets? --code sample ---------------------------------------------------------------------- --write to selected register if reg_write is high if reset = '1' then data <= "0000"; elsif clk_50 = '1' and clk_50' event then data <= VME_data(3 downto 0); end if; Thanks!Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The safest way is to use dc fifo to bridge data across.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page