Top secrets sources NedoPC pentevo

Rev

Rev 543 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed | ?url?

#!/bin/bash

vcom -novopt -f vcom.opt


if (( $#>0 ));
then
# SPITEST, NMITEST
        vlog +define+$1 -sv -novopt -incr -f vlog.opt
else
        vlog -sv -novopt -incr -f vlog.opt
fi