From 04bccd3e0892b5f142c89a2e1cda962ae6427a3a Mon Sep 17 00:00:00 2001 From: David Harris Date: Fri, 6 Jun 2025 06:47:29 -0700 Subject: [PATCH] Started errata page --- errata.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 errata.md diff --git a/errata.md b/errata.md new file mode 100644 index 000000000..35236eab5 --- /dev/null +++ b/errata.md @@ -0,0 +1,11 @@ +# Textbook Errata + +This document contains errata for [RISC-V System-on-Chip Design](https://www.amazon.com/RISC-V-Microprocessor-System-Chip-Design/dp/0323994989) published by Elsevier. + +Please contribute by making a pull request to modify this document on GitHub. Sort the errata by page number. Keep the correction as succinct as possible. + +Sample Errata + +| Page | Location | Error | Correction | Contributor | +| ---- | -------- | ----- | ----------- | ----------- | +| 42 | Fig 1.42 | foobar | FooBar | Ben Bitdiddle, Claremont, CA | \ No newline at end of file