From 31f3b617a93e8ec70ce2811409d8ffb80c1d77f4 Mon Sep 17 00:00:00 2001 From: Dolu1990 Date: Thu, 3 Jan 2019 20:04:08 +0100 Subject: [PATCH] fix readme run-main into runMain --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8f2681d..6715bfc 100644 --- a/README.md +++ b/README.md @@ -58,13 +58,13 @@ Open a terminal in the root of it and run "sbt run". At the first execution, the cd SpinalTemplateSbt //If you want to generate the Verilog of your design -sbt "run-main mylib.MyTopLevelVerilog" +sbt "runMain mylib.MyTopLevelVerilog" //If you want to generate the VHDL of your design -sbt "run-main mylib.MyTopLevelVhdl" +sbt "runMain mylib.MyTopLevelVhdl" //If you want to run the scala written testbench -sbt "run-main mylib.MyTopLevelSim" +sbt "runMain mylib.MyTopLevelSim" ``` The top level spinal code is defined into src\main\scala\mylib