Add commands to genreate the SIMD_ADD cpu

This commit is contained in:
Charles Papon 2017-08-08 18:44:32 +02:00
parent 1653548140
commit 37f2674d5b
1 changed files with 3 additions and 0 deletions

View File

@ -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.