From cbb02197bb2a3b762f7cada98c936fd593036d5a Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Mon, 2 Jan 2023 09:00:05 +0000 Subject: [PATCH] Autosave: 2023-01-02 09:00:05 --- Computer_Architecture/Hardware_simulation.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Computer_Architecture/Hardware_simulation.md b/Computer_Architecture/Hardware_simulation.md index 0380bde..2d05168 100644 --- a/Computer_Architecture/Hardware_simulation.md +++ b/Computer_Architecture/Hardware_simulation.md @@ -55,11 +55,3 @@ compare-to Xor.cmp output-list a, b, out; set ... ``` - -## Relation to _Nand to Tetris_ projects - -You are provided with: - -- An `.hdl` stub file that will specify the interface but leave the implementation up to you -- A completed `.tst` file that you will load as a script to run alongside your program -- A completed `.cmp` file that is invoked by the test file and which will run alongside it, throwing errors if there is a variance in prescribed output.