Subversion Repositories pentevo

Rev

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

  1. #!/bin/bash
  2.  
  3. vcom -novopt -f vcom.opt
  4.  
  5.  
  6. if (( $#>0 ));
  7. then
  8. # SPITEST, NMITEST
  9.         vlog +define+$1 -sv -novopt -incr -f vlog.opt
  10. else
  11.         vlog -sv -novopt -incr -f vlog.opt
  12. fi
  13.  
  14.