URL
https://opencores.org/ocsvn/ssbcc/ssbcc/trunk
Subversion Repositories ssbcc
[/] [ssbcc/] [trunk/] [example/] [i2c/] [TMP100/] [tb/] [make.iverilog] - Rev 5
Compare with Previous | Blame | View Log
#!/bin/bash
NAME=i2c_tmp100
( cd ../uc; ssbcc -P monitor_stack ${NAME}.9x8 ) || { echo "FATAL ERROR: SSBCC failed." > /dev/stderr; exit 1; }
iverilog -o tb tb.v ../uc/${NAME}.v || { echo "FATAL ERRO: Compile failed." > /dev/stderr; exit 1; }
time ./tb -lx2