From: Luke Kenneth Casson Leighton Date: Sun, 5 Aug 2018 10:45:47 +0000 (+0100) Subject: testing X-Git-Url: https://git.libre-soc.org/?p=pinmux.git;a=commitdiff_plain;h=c6450ef18eff0533f0ecff3faa19441f37809216 testing --- 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