#/////////////////////////////////////////////////////////////////////////////
#/  Copyright (C) by RivieraWaves.
#/  This module is a confidential and proprietary property of RivieraWaves
#/  and a possession or use of this module requires written permission 
#/  from RivieraWaves.
#/----------------------------------------------------------------------------
#/ $Author: $
#/ Company          : RivieraWaves
#/----------------------------------------------------------------------------
#/ $Revision: $
#/ $Date: $
#/ ---------------------------------------------------------------------------
#/ Dependencies     : None
#/ Description      : Commands to be executed by ncsim
#/ Application Note :
#/ Terms & concepts :
#/ Bugs             :
#/ Open issues and future enhancements :
#/ References       :
#/ Revision History :
#/ ---------------------------------------------------------------------------
#/////////////////////////////////////////////////////////////////////////////

database -open waves -into waves.shm -default
probe -create -shm rw_he_top_cpu_tb -all -variables -tasks -functions -ports -depth all -database waves -waveform
assertion -summary -final
run
exit

#-------------------------------------------------------------------------------
#- End of file
#-------------------------------------------------------------------------------
