Forum Discussion
Altera_Forum
Honored Contributor
15 years agoI figured out a why to make it faster!
The device_ir and device_dr shift command will try to capture the current data in the registers before shifting the new data in. By invoking the -no_captured_ir_value and -no_captured_dr_value, I am able to get it to run at 100-200 KHz. What a difference! Thanks again for all your help!