From c6450ef18eff0533f0ecff3faa19441f37809216 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 5 Aug 2018 11:45:47 +0100 Subject: [PATCH] testing --- docs/AddingPeripherals.mdwn | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/AddingPeripherals.mdwn b/docs/AddingPeripherals.mdwn index a93f74c..263e7a2 100644 --- a/docs/AddingPeripherals.mdwn +++ b/docs/AddingPeripherals.mdwn @@ -1152,6 +1152,21 @@ src/bsv/Makefile.template and Makefile.peripherals.template: Really these should also be auto-generated. Testing through compiling can now take place. +## Compiling the BSV to verilog + +Here an additional repository is required, which can be cloned as follows: + + $ git clone gitolite3@libre-riscv.org:shakti-iclass.git + +or public: + + $ git clone git://libre-riscv.org/shakti-iclass.git + +This pulls in submodules automatically, and begins building the BSV, +using the following commands: + + $ ./bin/gitmoduleupdate.sh + $ make # Conclusion -- 2.30.2