From a40fbb874e226bf5368c8e5435fc322aa5d41a70 Mon Sep 17 00:00:00 2001 From: uvok cheetah Date: Sun, 14 Jun 2026 18:40:15 +0200 Subject: Rename verilog series include --- _includes/series_verilog.md | 12 ++++++++++++ _includes/verilog.md | 12 ------------ 2 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 _includes/series_verilog.md delete mode 100644 _includes/verilog.md (limited to '_includes') diff --git a/_includes/series_verilog.md b/_includes/series_verilog.md new file mode 100644 index 0000000..fbc1659 --- /dev/null +++ b/_includes/series_verilog.md @@ -0,0 +1,12 @@ + +--- +{: .spaced.top } + +## Verilog series + +0. [Presenting my FPGA dev board]({% post_url 2025-12-26-fpga-dev-board %}) +1. [Getting Started with Verilog]({% post_url 2026-01-06-getting-started-with-verilog %}) +2. [How does a CPU actually work?]({% post_url 2026-03-22-verilog-how-does-a-cpu-actually-work %}) + +--- +{: .spaced.bottom } diff --git a/_includes/verilog.md b/_includes/verilog.md deleted file mode 100644 index fbc1659..0000000 --- a/_includes/verilog.md +++ /dev/null @@ -1,12 +0,0 @@ - ---- -{: .spaced.top } - -## Verilog series - -0. [Presenting my FPGA dev board]({% post_url 2025-12-26-fpga-dev-board %}) -1. [Getting Started with Verilog]({% post_url 2026-01-06-getting-started-with-verilog %}) -2. [How does a CPU actually work?]({% post_url 2026-03-22-verilog-how-does-a-cpu-actually-work %}) - ---- -{: .spaced.bottom } -- cgit v1.2.3