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

Subversion Repositories mdct

[/] [mdct/] [tags/] [MDCT_REL_B1_3/] [source/] [testbench/] [RUNSIM_TIMING.DO] - Rev 24

Compare with Previous | Blame | View Log

#-----------------------------------------------------------------------------#
#                                                                             #
#                         M A C R O    F I L E                                #
#                          COPYRIGHT (C) 2006                                 #
#                                                                             #
#-----------------------------------------------------------------------------#
#-
#- Title       : RUNSIM_TIMING.DO
#- Design      : MDCT Core
#- Author      : Michal Krepa
#-
#-----------------------------------------------------------------------------
#-
#- File        : RUNSIM_TIMING.DO
#- Created     : Sat Apr 12 2006
#-
#-----------------------------------------------------------------------------
#-
#-  Description : ModelSim macro for running simulation (timing)
#-
#-----------------------------------------------------------------------------

# -------------------------------------------------------------------------- #
# Start simulation                                                           #
# -------------------------------------------------------------------------- #
  #do SOURCE/TESTBENCH/COMPILE_TIMING.DO
  
  vsim -t ps -sdftyp /tb_mdct/u_mdct=SYNTHESIS/MDCT_TEMP_2/MDCT_OUT.SDF WORK.CONF_MDCT_TIMING   
  do SOURCE/TESTBENCH/WAVE.DO

  while {[exa testend_s] == "false"} {run 1 ms}
    
# -------------------------------------------------------------------------- #
# End of simulation                                                          #
# -------------------------------------------------------------------------- #

  #quit -sim     

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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