projects
/
pinmux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b73e531
)
testing
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 5 Aug 2018 10:45:47 +0000
(11:45 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 5 Aug 2018 10:45:47 +0000
(11:45 +0100)
docs/AddingPeripherals.mdwn
patch
|
blob
|
history
diff --git
a/docs/AddingPeripherals.mdwn
b/docs/AddingPeripherals.mdwn
index a93f74cb21ff161162d3fdb921b95fd637ad4940..263e7a25e874b3c70c5a673b65de2af81edae6a0 100644
(file)
--- 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