From 63baf02c66e12ffc00e14965af28bc1d770877b7 Mon Sep 17 00:00:00 2001 From: wtf <52765606+openpowerwtf@users.noreply.ggithub.com> Date: Tue, 2 Nov 2021 12:45:00 -0500 Subject: [PATCH] populate --- rtl/l2mc/readme.md | 10 +++++++--- rtl/noc/readme.md | 9 +++++++++ 2 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 rtl/noc/readme.md diff --git a/rtl/l2mc/readme.md b/rtl/l2mc/readme.md index cca70d3..5c3d920 100644 --- a/rtl/l2mc/readme.md +++ b/rtl/l2mc/readme.md @@ -1,10 +1,14 @@ # L2 Multicore -* WB bridge for multiple cores +* Multicore bridge to WB - * generate 1-4 core interfaces (slave WB-I, slave WB-D, OPMC extension (opcode/WIMG/...)) + * generate 1-4 core interfaces (possibly mixed) - * configurable load and store queues per interface (if pipelined buses) + * slave WB-I, slave WB-D, OPMC extension (opcode/WIMG/...) + + * a2i/a2o out-of-order/credits/... style + + * configurable load and store queues per interface (if pipelined/credited interfaces) * point-of-coherency/snoop/sync/... logic diff --git a/rtl/noc/readme.md b/rtl/noc/readme.md new file mode 100644 index 0000000..5314f29 --- /dev/null +++ b/rtl/noc/readme.md @@ -0,0 +1,9 @@ +# Network-on-chip + +* serial interface (configurable width) for + + * core-core message passing + + * high-level signal passing (config/mode/status/...), debug, other sideband info + +