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

Subversion Repositories mdct

[/] [mdct/] [tags/] [MDCT_REL_B1_3/] [source/] [testbench/] [RUNSIM.DO] - Blame information for rev 25

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 mikel262
#-----------------------------------------------------------------------------#
2
#                                                                             #
3
#                         M A C R O    F I L E                                #
4
#                          COPYRIGHT (C) 2006                                 #
5
#                                                                             #
6
#-----------------------------------------------------------------------------#
7
#-
8
#- Title       : RUNSIM.DO
9
#- Design      : MDCT Core
10
#- Author      : Michal Krepa
11
#-
12
#-----------------------------------------------------------------------------
13
#-
14
#- File        : RUNSIM.DO
15
#- Created     : Sat Mar 5 2006
16
#-
17
#-----------------------------------------------------------------------------
18
#-
19
#-  Description : ModelSim macro for running simulation
20
#-
21
#-----------------------------------------------------------------------------
22
 
23
 
24
# Start simulation
25
  do SOURCE/TESTBENCH/MDCT_TB.DO
26
 
27
  vsim -t ps -lib WORK CONF_MDCT
28
  do SOURCE/TESTBENCH/WAVE.DO
29
 
30
  while {[exa testend_s] == "false"} {run 1 ms}
31
 
32
# End of simulation
33
 
34
#quit -sim

powered by: WebSVN 2.1.0

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