From a200430e9a88c949c32f2b4c297404265b6ec2cb Mon Sep 17 00:00:00 2001 From: Luthfi Harwidjaya <72150868+harwHarw03@users.noreply.github.com> Date: Thu, 16 Oct 2025 08:52:26 +0700 Subject: [PATCH] Add 'Software-Defined Radio for Engineers' to Misc on free-programming-books-subjects.md (#12509) * Add 'Software-Defined Radio for Engineers' book link * Add SystemVerilog resource to verilog list * Fix SystemVerilog entry alphabetical ordering error --- books/free-programming-books-langs.md | 1 + books/free-programming-books-subjects.md | 1 + 2 files changed, 2 insertions(+) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index cf1c4e3d6..8cc5ead49 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -2657,6 +2657,7 @@ Books on general-purpose programming that don't focus on a specific language are ### Verilog +* [SystemVerilog](https://systemverilog.dev) - Keyi Zhang (HTML) * [Verilog, Formal Verification and Verilator Beginner's Tutorial](https://zipcpu.com/tutorial/) - Daniel E. Gisselquist * [Verilog Quick Reference Guide - Sutherland HDL](http://sutherland-hdl.com/pdfs/verilog_2001_ref_guide.pdf) (PDF) * [Verilog Tutorial](http://www.asic-world.com/verilog/veritut.html) diff --git a/books/free-programming-books-subjects.md b/books/free-programming-books-subjects.md index 282c64f22..a3cacc7b3 100644 --- a/books/free-programming-books-subjects.md +++ b/books/free-programming-books-subjects.md @@ -688,6 +688,7 @@ Books that cover a specific programming language can be found in the [BY PROGRAM * [Signal Computing: Digital Signals in the Software Domain](http://faculty.washington.edu/stiber/pubs/Signal-Computing/Signal%20Computing.pdf) - Michael Stiber, Bilin Zhang Stiber, Eric C. Larson (PDF) * [Site Reliability Engineering - How Google run production systems](https://sre.google/sre-book/table-of-contents/) - Betsy Beyer, Chris Jones, Jennifer Petoff, Niall Murphy (HTML) * [Small Memory Software](https://smallmemory.charlesweir.com/book.html) - Charles Weir, James Noble (HTML) +* [Software-Defined Radio for Engineers](https://www.analog.com/media/en/training-seminars/design-handbooks/Software-Defined-Radio-for-Engineers-2018/SDR4Engineers.pdf) - Travis Collins, et al. (PDF) * [Software Technical Writing: A Guidebook](https://jamesg.blog/book.pdf) - James Gallagher (PDF) * [The Art of High Perfomance Computing - Volume 1: The Science of Computing](https://theartofhpc.com/istc/index.html) - Victor Eijkhout (HTML) * [The Art of High Perfomance Computing - Volume 2: Parallel Programming for Science Engineering](https://theartofhpc.com/pcse/index.html) - Victor Eijkhout (HTML)