diff options
Diffstat (limited to '_posts/2026-01-06-getting-started-with-verilog.md')
| -rw-r--r-- | _posts/2026-01-06-getting-started-with-verilog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2026-01-06-getting-started-with-verilog.md b/_posts/2026-01-06-getting-started-with-verilog.md index 8eaf5f4..994699b 100644 --- a/_posts/2026-01-06-getting-started-with-verilog.md +++ b/_posts/2026-01-06-getting-started-with-verilog.md @@ -4,6 +4,7 @@ title: Getting started with Verilog date: 2026-01-06 15:52 +0100 categories: tech lang: en +description: "First experiments with Verilog, mostly simuluated." --- After I got my [FPGA dev board]({% post_url 2025-12-26-fpga-dev-board %}), I @@ -45,4 +46,3 @@ syntax first, because I don't like the syntax nand2tetris introduces. That's not "proper assembler" for me. One of the special things of the architecture is that you can have multiple "destinations" for an operation, though - or none at all. To my shame, I used an LLM to get inspiration how the language could look like. - |
