Guest
We are facing some problem with Multiple Module Instantiation in
Verilog. We are using ModelSim Editor for developing the simulation.
There isn't any compiler error. It is only when we are trying to load
the design that the tool is throwing an error of the form
# ERROR: /TestBench.V(111): Instantiation of 'PC' failed (design unit
not found).
# Region: /test_benchr
# Searched libraries:
# Datapath
PC is an instance of a module, which is being used multiple times.
Verilog. We are using ModelSim Editor for developing the simulation.
There isn't any compiler error. It is only when we are trying to load
the design that the tool is throwing an error of the form
# ERROR: /TestBench.V(111): Instantiation of 'PC' failed (design unit
not found).
# Region: /test_benchr
# Searched libraries:
# Datapath
PC is an instance of a module, which is being used multiple times.