Cannot pass virtual interface with default parameters to a class constructor (vsim-8754)

In reply to tonyle:

Try explicitly setting the parameters to #(32,2,32) see if it matches then. Also, it a good idea to write #() to take all the defaults to show your intent to take all the defaults, not that you forgot to specify them.