From 0a39819f442ce54d3b280870eab0d3e398235f6c Mon Sep 17 00:00:00 2001 From: Zitao Fang Date: Sun, 19 Jul 2020 21:46:32 -0700 Subject: [PATCH] Add source file note --- docs/Customization/Custom-Core.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/Customization/Custom-Core.rst b/docs/Customization/Custom-Core.rst index fa14fff6..4f529efc 100644 --- a/docs/Customization/Custom-Core.rst +++ b/docs/Customization/Custom-Core.rst @@ -10,6 +10,11 @@ instructions on how to achieve this. RoCC is currently not supported by cores other than Rocket and BOOM. Please use Rocket or BOOM as the RoCC base core if you need to use RoCC. +.. note:: + + This page contains links to the files that contains important definitions in the Rocket chip repository, which is maintained separately + from Chipyard. If you find any discrepency between the code on this page and the code in the source file, please report it through + GitHub issues! Wrap Verilog Module with Blackbox (Optional) --------------------------------------------