From 01cfcc4630f06a8533fac1bea83cd68cb7cf1f3b Mon Sep 17 00:00:00 2001 From: Thorsten Knoll Date: Mon, 18 Jan 2021 08:09:59 +0100 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d56a78..74b92af 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ Use the Virtual Machine 1.5 from: ### Starting the Vexriscv Simulation Open console, change to folder 'vexriscv' and run -''' +``` sbt "runMain mupq.PQVexRiscvSim" -''' +``` ### Connecting openocd-vexriscv Open new console, change to folder 'vexriscv' and run