Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
17 years ago

Problem with .Jam files!

Hello,

I have a problem playing a jam file by the jam player on windows:

I'm not able to disable the verify procedure on a verify action.

this is an exctract of my jam file (generated by quartus):

ACTION PROGRAM = L0, DO_BLANK_CHECK OPTIONAL, DO_VERIFY RECOMMENDED,

DO_SECURE OPTIONAL,

DO_DISABLE_ISP_CLAMP OPTIONAL,

DO_BYPASS_CFM OPTIONAL, DO_BYPASS_UFM OPTIONAL, DO_REAL_TIME_ISP OPTIONAL,

DO_READ_USERCODE OPTIONAL,

DO_INIT_CONFIGURATION OPTIONAL,

L27;

when i use the options -ddo_verify=0, Jam player still verify!!

(if i place "do_blank_check recommended", i'm able to disable the blank check procedure, so i thnik the problem is quartus in generating jam file.)

Any ideas ??

Thanks
No RepliesBe the first to reply