testing
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 5 Aug 2018 10:45:47 +0000 (11:45 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 5 Aug 2018 10:45:47 +0000 (11:45 +0100)
docs/AddingPeripherals.mdwn

index a93f74cb21ff161162d3fdb921b95fd637ad4940..263e7a25e874b3c70c5a673b65de2af81edae6a0 100644 (file)
@@ -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