Subversion Repositories pentevo

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
684 lvd 1
#!/bin/bash
2
 
3
vcom -novopt -f vcom.opt
4
vlog -sv -novopt -incr +define+C35MHZ=1 +define+CCONTEND=1 +define+M48K=1 \
5
     +define+START_LOAD=1 +define+START_ADDR=25000 +define+START_LEN=40500 \
6
     '+define+START_NAME="dw5.bin"' \
7
     -f vlog.opt
8