Forum Discussion
6 Replies
- Altera_Forum
Honored Contributor
Do you want to change some design constants? Your design would have to use FPGA memory blocks to store these constants, and then to change them "live" you could use the ISMCE.
You cannot however then change the configuration bitstream with these new values without an edit to you code and a recompile. - Altera_Forum
Honored Contributor
I asked that because ISMCE constants are tuned locally (i mean plugged the final system).
You say I must change those values in the design and then recompile. Fortunately, it takes 10 min to recompile. I see there is no hope. Perhaps a feature to create. Thanks. - Altera_Forum
Honored Contributor
If "constants" are tuned in the field then you'll have to store them in flash memory, perhaps using the configuration flash (outside where the config bitstream is stored)
- Altera_Forum
Honored Contributor
How to do that, please ?
NB : I don't use NIOS2, neither SOPC builder. And no flash (except EPCS), no configuration flash like Altera's Devboard. Sorry for my english, i'm french. - Altera_Forum
Honored Contributor
nios would probably be the easiest solution and EPCS (same thing as config flash), but i havnt done it and am not sure of the details.
Alternatively you could find a small eprom device (eg.from Dallas Semi), you'd just have to write an interface to that. thats assuming you dont have mega bits of constants to store. - Altera_Forum
Honored Contributor
Thanks for the idea, it would be useful for future systems.
It's better, easier, less expensive for me to recompile the project with good constants. Have a good day !