Forum Discussion
Altera_Forum
Honored Contributor
22 years agoCode Uploader
Any chance of altera doing the following: 1) write an upload stub which when it goes to upload a program it downloads the stub via jtag into memory and starts executing. 2) the stub simply...
Altera_Forum
Honored Contributor
22 years agoIf you have a lot of look up tables why not store them into a secondary memory location (like flash for example) and make sure that it does not get reset everytime you dump new software out onto the board (i.e. allocate the memory yourself).
Also what kind of times are we talking here, anything under a minute I would say is acceptible (anything more means you just need to be checking your work more and reducing the number of compiles like hardware developers do (I think you can guess what I do)).