Subversion Repositories ngs

Rev

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

  1. #!/bin/bash
  2.  
  3. FILES=""
  4. FILES="${FILES} ../top.v"
  5. FILES="${FILES} ../zxbus/zxbus.v"
  6. FILES="${FILES} ../reset/reset.v"
  7. FILES="${FILES} ../rom/rom.v"
  8.  
  9. BENCH="tb.v"
  10.  
  11. vlog -sv -novopt -incr $FILES $BENCH
  12.  
  13.