Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17054 Discussions

Unconstrained clock inside J2A Master?

Altera_Forum
Honored Contributor II
1,423 Views

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.
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
498 Views

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.
0 Kudos
Reply