From 9f65a21f3e73f528257910fd69cf3bd8eeced558 Mon Sep 17 00:00:00 2001 From: Charles Papon Date: Fri, 4 Aug 2017 00:17:29 +0200 Subject: [PATCH] Readme add information about the Murax with a demo program in ROM --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7d595fb..69204c3 100644 --- a/README.md +++ b/README.md @@ -251,7 +251,12 @@ You can find its implementation there : src/main/scala/vexriscv/demo/Murax.scala To generate the Murax SoC Hardware : ```sh +# 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) +sbt "run-main vexriscv.demo.MuraxWithRamInit" ``` Then go in src/test/cpp/murax and run the simulation with :