Forum Discussion
Altera_Forum
Honored Contributor
19 years ago --- Quote Start --- originally posted by wombat@May 26 2005, 10:57 PM this thread may be long dead, but if you want to disable verification you can hack your nios2-download script to add the argument --no-verify when it calls nios2-gdb-server to actually do the work.
of course this is not recommended since as jesse said, if there is a verify failure then that probably means you got something wrong.
if you really are doing exceedingly clever stuff (for example with tightly coupled memories which aren't connected to the data master but are initialised from quartus ii) then you could use nios2-elf-objcopy to copy one elf file to another while removing the stuff you don't want to download. then download the elf file with the unverifiable data stripped out of it.
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=7259)
--- quote end ---
--- Quote End --- Can you tell me how to disable verification more clearly? Thanks!