Unit 1b

Introduction to ModelSim tool:

Simulating the Logical Sub-Block

The ModelSim Simulator

Now that we have created a design unit which has a clearly defined behavior, we need to verify that we have correctly specified that behavior in the VHDL code. We will do this using Packaged Power's simulation tool, ModelSim.

ModelSim is a very powerful and versatile HDL simulation tool which has been tightly integrated with Renoir. As a result, there are several methods by which we could go about verifying our design ranging from loading the bare design unit into the simulator and watching the outputs as we force the input signals into different states to creating a VHDL Test Bench which will automate this process for us. For our introduction to ModelSim, we will be using the first approach to get a feel for some of what the simulator can do.