From 37f2674d5bd9742ee3c45034c5f659f2d50ffd84 Mon Sep 17 00:00:00 2001 From: Charles Papon Date: Tue, 8 Aug 2017 18:44:32 +0200 Subject: [PATCH] Add commands to genreate the SIMD_ADD cpu --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5aa8daa..3f3f750 100644 --- a/README.md +++ b/README.md @@ -477,6 +477,9 @@ This example is a very simple one, but each plugin can really have access to the As a demonstrator, this SimdAddPlugin was integrated in the src/main/scala/vexriscv/demo/GenCustomSimdAdd.scala CPU configuration and is self tested by the src/test/cpp/custom/simd_add application by running the following commands : ```sh +# Generate the CPU +sbt "run-main vexriscv.demo.GenCustomSimdAdd" + cd src/test/cpp/regression/ # Optionally add TRACE=yes if you want to get the VCD waveform from the simulation.