Top secrets sources NedoPC pentevo

Rev

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

#!/bin/bash

#vcom -novopt -f vcom.opt
vcom -vopt -O5 -f vcom.opt


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