Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- Could you tell me how to include? how to check? --- Quote End --- --- Quote Start --- I also met this problem. Have you fixed it? and How do you solve this problem? --- Quote End --- To resolve this problem you need to specify the right libraries when you are trying to simulate in ModelSim. The breif steps are 1. Compile the testbench code <testbench.v> , it gets included in your 'work' library. 2. Select 'Simulate' -> 'Start Simulation' from the menu. 3. Click on the 'Libraries' tab in the new popup window and press 'Add' to include the 'altera_mf_ver' library (if you are working with Verilog) to the 'Search Libraries First (-Lf)' 4. Finally, select your testbench from the 'Design' tab. The design should simulate now. I have included some screenshots for assistance.