head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2001.12.05.05.56.31; author samg; state Exp; branches; next 1.1; 1.1 date 2001.10.26.21.56.53; author samg; state Exp; branches; next ; desc @@ 1.2 log @changed run script name and added instructions @ text @#! /bin/sh iverilog -Wall -v -orun_sim -stest_sxp test_sxp.v echo " " echo "type \"run_sim\" to run simulation" @ 1.1 log @icarus compile script @ text @d2 3 a4 1 iverilog -Wall -v -otest_sxp -stest_sxp test_sxp.v @