blob: 8c8d9bca3273f2a66df63210c8fad564c6c6158a (
plain)
1
2
3
4
5
6
7
8
9
|
transcript on
if {[file exists rtl_work]} {
vdel -lib rtl_work -all
}
vlib rtl_work
vmap work rtl_work
vlog -vlog01compat -work work +incdir+C:/VERI/part_3/ex10 {C:/VERI/part_3/ex10/spi2dac.v}
|