From 373a3fcb909c3df6c03421b21f73f83b44cb5cc6 Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Sat, 21 Jul 2018 09:08:29 -0700 Subject: [PATCH] README: Small improvement to text. Fixes #31. --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 74881b2..6791b4c 100644 --- a/README.md +++ b/README.md @@ -308,11 +308,14 @@ To generate the Murax SoC Hardware : # To generate the SoC without any content in the ram sbt "run-main vexriscv.demo.Murax" -# To generate the SoC with a demo program in the SoC -# Will blink led and echo UART RX to UART TX (in the verilator sim, type some text and press enter to send UART frames to the Murax RX pin) +# To generate the SoC with a demo program already in ram sbt "run-main vexriscv.demo.MuraxWithRamInit" ``` +The demo program included by default with `MuraxWithRamInit` will blink the +LEDs and echo characters received on the UART back to the user. To see this +when running the Verilator sim, type some text and press enter. + Then go in src/test/cpp/murax and run the simulation with : ```sh