Generate Murax with the flashy program.

This commit is contained in:
Tim 'mithro' Ansell 2018-07-20 19:04:59 -07:00
parent acbce9fb57
commit 1c5ee779ef
1 changed files with 2 additions and 2 deletions

View File

@ -3,10 +3,10 @@
VERILOG = ../../../Murax.v toplevel.v
generate :
(cd ../../..; sbt "run-main vexriscv.demo.Murax")
(cd ../../..; sbt "run-main vexriscv.demo.MuraxWithRamInit")
../../../Murax.v :
(cd ../../..; sbt "run-main vexriscv.demo.Murax")
(cd ../../..; sbt "run-main vexriscv.demo.MuraxWithRamInit")
../../../Murax.v*.bin: