Nikola Babić
10/21/2024, 3:37 PMMitch Bailey
10/21/2024, 3:49 PMNikola Babić
10/21/2024, 3:51 PMVijayan Krishnan
10/21/2024, 4:02 PMNikola Babić
10/21/2024, 4:04 PMMitch Bailey
10/21/2024, 4:14 PM/home/nikolababic/FP_Adder/openlane/user_proj_example/../../verilog/rtl/addRecFN.v:138: Warning: Range [2:1] select out of bounds on signal `\alignDist': Setting 1 MSB bits to undef.
Nikola Babić
10/21/2024, 4:16 PMMitch Bailey
10/21/2024, 4:35 PMverilog/rtl/addRecFN.v
?Nikola Babić
10/21/2024, 4:40 PMVijayan Krishnan
10/21/2024, 4:58 PMNikola Babić
10/21/2024, 4:59 PMVijayan Krishnan
10/21/2024, 5:01 PMVijayan Krishnan
10/21/2024, 5:23 PMAnton Maurovic (efabless support)
10/22/2024, 8:06 PM$display(...)
statement below line 68 to see what value is being resolved for sigWidth, alignDistWidth, and any others. The output from $display will go into the synthesis log (so make it a string you can search for easily like "`@@@ LOOK HERE FOR sigWidth: ...`") and it should also get displayed when you run your simulation.Nikola Babić
10/27/2024, 11:08 PM