From dc0dec10022fa4589ab3b72fa3a5b6b56e713b5b Mon Sep 17 00:00:00 2001 From: whatmough <pwhatmough@seas.harvard.edu> Date: Sun, 5 Apr 2020 15:12:55 -0400 Subject: [PATCH] Update README.md --- tools/rtl-coding/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/tools/rtl-coding/README.md b/tools/rtl-coding/README.md index db92ee3..7795666 100644 --- a/tools/rtl-coding/README.md +++ b/tools/rtl-coding/README.md @@ -179,5 +179,19 @@ endmodule // my_module ``` +## References + + +### Open Source Hardware + +* [CHIPKIT: An agile, reusable open-source framework for rapid test chip development] (https://github.com/whatmough/CHIPKIT) +* [OH! Open Hardware for Chip Designers] (https://github.com/aolofsson/oh) +* [Pulp Platform] (https://github.com/pulp-platform) +* [BaseJump STL: A Standard Template Library for SystemVerilog] (https://github.com/bespoke-silicon-group/basejump_stl) + +### Tutorial Material + +* [Migrating from AHB to AXI based SoC Designs] (https://www.doulos.com/knowhow/arm/Migrating_from_AHB_to_AXI/) + -- GitLab