qwerty Posted August 27, 2014 Report Posted August 27, 2014 Hi, I there a limitation to the number of registers that can be handled by uvm register model? if yes, whats the count. QW Quote
tudor.timi Posted August 27, 2014 Report Posted August 27, 2014 I don't think there is any hard limitation in place. You just instantiate as many registers as you want. There are no fixed size arrays for the registers to go into. You are, probably, limited by the hardware you're simulating on (i.e. memory), but this has nothing to do with UVM RAL itself. karandeep963 and David Black 2 Quote
uwes Posted September 8, 2014 Report Posted September 8, 2014 hi, there should be no limitations affecting you. there might be simulator limitations (size of arrays etc.) but even those are far away. the typical bounds for the register model are defined by the number of types (registers, registerfiles,...) and instances for compile/elab/simulation. these are soft (=handling) bounds (memory+time) rather then implementation bounds. /uwe karandeep963 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.