1
0
mirror of https://github.com/olofk/serv.git synced 2026-02-27 00:39:48 +00:00

Update README.md

Correct a typo in `fusesoc library add fusesoc_cores https://github.com/fusesoc/fusesoc_cores`  to `fusesoc library add fusesoc_cores https://github.com/fusesoc/fusesoc-cores`
This commit is contained in:
Jansen Arruda
2020-12-17 16:09:13 -03:00
committed by Olof Kindgren
parent acab804a31
commit 9a920438fa

View File

@@ -19,7 +19,7 @@ Install FuseSoC
Add the FuseSoC standard library
`fusesoc library add fusesoc_cores https://github.com/fusesoc/fusesoc_cores`
`fusesoc library add fusesoc_cores https://github.com/fusesoc/fusesoc-cores`
The FuseSoC standard library already contain a version of SERV, but if we want to make changes to SERV, run the bundled example or use the Zephyr support, it is better to add SERV as a separate library into the workspace