diff options
| author | uvok cheetah | 2026-02-27 18:00:07 +0100 |
|---|---|---|
| committer | uvok cheetah | 2026-02-27 18:00:07 +0100 |
| commit | 8e478c5fbc4b97f9538cead8ae9667a45c5c8ede (patch) | |
| tree | c0f46b9915b4c2b7d30249a2e84e6fd76ae22ef5 /_posts/2026-01-06-getting-started-with-verilog.md | |
| parent | bbc98edad16c3f3321c03faa173d8cb9135aaf01 (diff) | |
Add description tags
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. - |
