From e6ff6874d411351b3477517d050f157d555e8595 Mon Sep 17 00:00:00 2001 From: Howard Mao Date: Wed, 15 Apr 2020 14:21:12 -0700 Subject: [PATCH] add link to libgloss-htif README --- docs/Software/Baremetal.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Software/Baremetal.rst b/docs/Software/Baremetal.rst index 2f0961e9..4bfeaef4 100644 --- a/docs/Software/Baremetal.rst +++ b/docs/Software/Baremetal.rst @@ -23,3 +23,5 @@ To build baremetal RISC-V programs to run in simulation, we use the riscv64-unkn Hello, World! For more examples, look at the `tests/ directory `_ in the chipyard repository. + +For more information about the libgloss port, take a look at `its README `_.