now, I want to use the parameter ‘N’ during the verification of the module. I want to take that number (20) from aaninterface. I want it to as generic as possible, meant not write it directly, but took it from the rtls’ parameter.
How can I assign variable from the interface to the rtl, so I’ll have the right number (20 and not 32)?
Thanks!
It is very hard to follow what you are asking. Where is this interface in relation to the code shown? What are looking to do with the parameter N? Please show as much code as possible that recreates your situation.