The Verilog module I want to write has a parameter that is an integer, and I need to create an array of integers whose length is the ceiling of (smallest integer greater than or equal to) the log (base two) of that parameter. Does anyone know how I can do that in Verilog?
So why not simply writing a log_2() function in verilog and use this in the declaration of the integer array? There are plenty examples for doing so, e.g. https://www.edaboard.com/showthread.php?177879-how-to-calculate-log2(n)-in-verilog
Please log in before posting. Registration is free and takes only a minute.
Existing account
Do you have a Google/GoogleMail account? No registration required!
Log in with Google account
Log in with Google account
No account? Register here.