590 B
590 B
categories | tags | ||||
---|---|---|---|---|---|
|
|
Hardware simulation
In order to test our HDL files we load them into the hardware simulator program shown below:

There are several simulation options:
- interactive
- script-based (where we load a test script into the simulator along with the HDL file
- comparative (running the HDL program against our intended output specified in the
.out
file)