- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
For some reason, I'm getting this as an unconstrained clock inside the JTAG to Avalon master bridge I'm using in Qsys for System Console access:
u_flash_control|j2a_master|j2a_master|transacto|p2m|address[10] Why would an address signal inside an IP be considered as an unconstrained base clock? It doesn't seem to affect my design.Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
After running TimeQuest type:
create_clock -name bad_clk {u_flash_control|j2a_master|j2a_master|transacto|p2 m|address[10]} report_timing -setup -npaths 10 -detail full_path -to_clock bad_clk -panel_name "-> bad_clk" report_timing -setup -npaths 10 -detail full_path -from_clock bad_clk -panel_name "bad_clk -> " If something gets reported, analyze how that address[10] is used as a clock in the Path details.
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