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

changing the jagClock

Altera_Forum
Honored Contributor II
2,084 Views

hi all,  

 

I'm trying to change the clk of my jtag. The problem is this command works perfectly fine: 

"jtagconfig --getparams 1 JtagClock"  

 

the output is "6M" 

 

 

but when I try to change it by: 

"jtagconfig --setparams 1 JtagClock 24M"  

 

it says "no parameter named JtagClock"  

 

do you have any idea what the problem might be?  

I'm using the latest version of Quartus on Linux 

 

Thanks,
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
919 Views

It's --setparam, not --setparams.

0 Kudos
JSuet
Beginner
919 Views

This doesn't work neither!

jtagconfig --setparam 1 JtagClock 24M

Reply