Altera_Forum
Honored Contributor
14 years ago"The design unit was not found" error in Modelsim
Hi all. A basic problem I think. I am returning to Altera Quartus after many years doing other things. I am trying to pick up some old designs written in AHDL and modify them. I can compile, program & test OK (on physical devices) but when I try to simulate in Modelsim (Altera free version) I get the following messages:
Loading work.Oversample# ** Error: (vsim-3033) Oversample.vo(66): Instantiation of 'maxii_io' failed. The design unit was not found.# Region: /Oversample# Searched libraries:# C:\altera design\Lein\Oversample1\simulation\modelsim\gate_work# ** Error: (vsim-3033) Oversample.vo(97): Instantiation of 'maxii_lcell' failed. The design unit was not found.# Region: /Oversample# Searched libraries:# C:\altera design\Lein\Oversample1\simulation\modelsim\gate_work# ** Error: (vsim-3033) Oversample.vo(112): Instantiation of 'maxii_io' failed. The design unit was not found.# Region: /Oversample# Searched libraries:# C:\altera design\Lein\Oversample1\simulation\modelsim\gate_work I can see the list of libraries when entering Modelsim but I guess I am missing something simple for it to use them. Any help would be appreciated. Thanks. Keith.