4d8008e64c
The round function from tcl is a rounding to nearest. Using it in address width calculation produces incorrect values. e.g. round(log(0xAF000000)/log(2)) will produce 31 instead of 32 The fix is to replace the rounding function with ceiling that guarantees rounding up. |
||
---|---|---|
.. | ||
bd.tcl |