OpenCores
URL https://opencores.org/ocsvn/pcie_ds_dma/pcie_ds_dma/trunk

Subversion Repositories pcie_ds_dma

[/] [pcie_ds_dma/] [trunk/] [projects/] [ml605_lx240t_core/] [src/] [testbench/] [modelsim/] [zz_do/] [delete.do] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 dsmv
#
2
# Define req:
3
#
4
quietly set LIBS [ list work ]
5
 
6
quietly set LOG_0_FILES [glob -nocomplain -type f trans_*]
7
quietly set LOG_1_FILES [glob -nocomplain -type f *.log]
8
quietly set DAT_FILES   [glob -nocomplain -type f *.dat]
9
quietly set LOG_VAWES   [glob -nocomplain -type f vsim_*]
10
 
11
 
12
 
13
 
14
#
15
# Define PROC:
16
#
17
proc delete {arg} {
18
        foreach item $arg {
19
                if {[file exists $item]} {
20
                        file delete -force $item
21
                }
22
        }
23
}
24
 
25
 
26
#
27
# RUN:
28
#
29
delete $LIBS
30
delete $LOG_0_FILES
31
delete $LOG_1_FILES
32
delete $DAT_FILES
33
delete $LOG_VAWES
34
 
35
#
36
# MSG and EXIT:
37
#
38
echo Timestamp for DS_DMA Libs delete:
39
set val [clock format [clock seconds] -format "%A %B %d %H:%M:%S"]
40
exit

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.