LIB_OPTS = -y /home/tools/ibm_sa27e/current/synthesis/synopsys_dw/src_ver \
	   -y ../../../components \
	   +libext+.v

PLI_OPTS = -P mypli.tab get_stim.c +acc

vcs:
	vcs -Mupdate -f alu.files $(LIB_OPTS) $(PLI_OPTS)

xvcs:
	vcs -Mupdate -RI -line -f alu.files $(LIB_OPTS) $(PLI_OPTS)

clean:
	$(RM) -r csrc simv.daidir vcs.key simv
