OpenCores
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

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.