1. Files in eval directory:
   testbench/test_ts_ethmac_sim.v
   
   tests/stim_tx_mac_5.v

   simulation/scripts/ts_ethmac_eval.tcl 
   simulation/work/MTI compiled files 


2. Test environment:
   1) DUT: ts_ethmac_top (instance name: U1_top_ts_ethmac)
      configuration:
      - FETH_MODE:            true
      - MIIM_MODULE:          true
   

3. Sequence of opeartion:
       This test exercises the pause functionality of the 
       MAC.  Pause frames are received by the Rx MAC at the 
       GMII interface, which are then passed on to the 
       external FIFO.  The valid pause frames cause the
       Transmit MAC to stop transmission for the duration
       specified by the pause frame.

Evaluting the core using test vectors
=====================================

   To run the simulation:

   - Invoke the Modelsim simulator and change directory
     to eval/simulation/

   - Execute the Macro scripts/ts_ethmac_eval.do file



