2022-12-29 12:00:12 +00:00
---
categories:
- Computer Architecture
- Hardware
tags: [HDL, nand-to-tetris]
---
# Hardware simulation
2022-12-31 12:00:05 +00:00
In order to test our [HDL ](/Computer_Architecture/Hardware_Description_Language.md ) files we load them into the hardware simulator program shown below:
< img src = "/home/thomas/repos/computer_science/_img/hardware-simulator.png" width = "500" >
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)