]> rtime.felk.cvut.cz Git - fpga/lx-cpu1/lx-dad.git/blob - build-and-run.sh
Testbed updated -g option to work with latest GHDL.
[fpga/lx-cpu1/lx-dad.git] / build-and-run.sh
1 #!/bin/sh
2
3 ( cd sw && make ) || exit 1
4 ( cd host && make ) || exit 1
5 ( cd hw && make ) || exit 1
6
7 ./sdram-load-and-run.sh || exit 1