Design
- An Agile Approach to Building RISC-V Microprocessors by Yunsup Lee et al., IEEE Micro, 2016
- Agile and Open-Source Hardware Special Issue, IEEE Micro, 2020
- A Philosophy of Software Design by John Ousterhout, 2021 (fantastic book, many of the principles carry over since generators are software that makes hardware)
- Pro Git by Scott Chacon and Ben Straub, 2014 (available on the web, great resource on
git
)