From 24af705aad0b94d56a0ab6fe0cbdd3c723415bdb Mon Sep 17 00:00:00 2001 From: umarcor Date: Mon, 27 Sep 2021 14:19:05 +0200 Subject: [PATCH] readme: add section 'References' --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3d972a2..7716316 100644 --- a/README.md +++ b/README.md @@ -34,3 +34,9 @@ Make sure you have libwebsockets and verilator installed 5. Open a new terminal in the workspace and start a webserver `python3 -m http.server --directory fusesoc_libraries/vidbo/example` 6. Connect a browser to `localhost:8000` 7. Have fun! + +References +---------- + +- [[olofk/verilatio] A protocol for communicating with HDL simulations over websockets](https://github.com/olofk/verilatio) +- [[dbhi/vboard] Virtual development board for HDL design > References](https://github.com/dbhi/vboard#references)