Forum Discussion
BSuma
New Contributor
5 years agolocalparam and parameter values in Synthesis report
I am writing a parameterized Verilog module. In the module I calculate some localparam values using the parameter valued passed. Please seed the code below for example. I want to know the values cal...
cblixt1
New Contributor
2 hours agoThis is an old thread, but I found it because I have the same question. I may have a large number of localparams in a verilog module with complicated expressions. I would like to ensure that all of them are calculated as I expect, that I got operator precedence, rounding and such right.
Now since Quartus calculates all these localparams at some point, it would be very useful to be able to see the result in a report. I tried Parameter Settings by Entity Instance, but it only shows parameters, not localparams.
I would really not have to set up a simulation just to be able to see values that are already computed. Is there a way to see them? Would changing them from localparams to parameters (temporarily) do the trick?