Forum Discussion
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- Did you guys have any experience in using the wrapper in VHDL test bench? If you can share the experience, I would like to have an example in showing correct usage of it. --- Quote End --- The VHDL wrapper is pretty much useless. Its missing all the VHDL procedures needed to implement the API. If you have a mixed language simulator (Modelsim full-edition), then you can just use SystemVerilog to test your VHDL device. The other issue with using the Verification IP suite is that the checking logic uses System Verilog Assertions, so the bus monitors only work with a full version of Modelsim too. Cheers, Dave