Solved
Forum Discussion
roeekalinsky
Contributor
5 years agoGladly.
For the workaround, instead of assigning the value to a constant, assign it to a variable, with the assignment done in the body of the function. See attached.
Note that the assignment of the value to the variable must be done in the body of the function, must not be done as an initial value assignment in the declarative part of the function, as the latter results in the same crash as setting a constant.
roeekalinsky
Contributor
5 years agoAlso, oops, just noticed an error in my original post.
quartus -t example.tcl
Should have been:
quartus_sh -t example.tcl
to run Quartus in shell mode for the example provided. No need to bring up the GUI.