Here is the massage I got:
--- Quote Start ---
run -a
# 0: INFO: qsys_system_bfm_master_tb.dut.bfm_master.__hello: - Hello from altera_avalon_mm_master_bfm
# 0: INFO: qsys_system_bfm_master_tb.dut.bfm_master.__hello: - $Revision:# 1 $
# 0: INFO: qsys_system_bfm_master_tb.dut.bfm_master.__hello: - $Date: 2014/02/16 $
# 0: INFO: qsys_system_bfm_master_tb.dut.bfm_master.__hello: - AV_ADDRESS_W = 32
# 0: INFO: qsys_system_bfm_master_tb.dut.bfm_master.__hello: - AV_SYMBOL_W = 8
# 0: INFO: qsys_system_bfm_master_tb.dut.bfm_master.__hello: - AV_NUMSYMBOLS = 4
# 0: INFO: qsys_system_bfm_master_tb.dut.bfm_master.__hello: - AV_BURSTCOUNT_W = 3
# 0: INFO: qsys_system_bfm_master_tb.dut.bfm_master.__hello: - REGISTER_WAITREQUEST = 0
# 0: INFO: qsys_system_bfm_master_tb.dut.bfm_master.__hello: - AV_FIX_READ_LATENCY = 1
# 0: INFO: qsys_system_bfm_master_tb.dut.bfm_master.__hello: - AV_MAX_PENDING_READS = 0
# 0: INFO: qsys_system_bfm_master_tb.dut.bfm_master.__hello: - AV_MAX_PENDING_WRITES = 0
# 0: INFO: qsys_system_bfm_master_tb.dut.bfm_master.__hello: - USE_READ = 1
# 0: INFO: qsys_system_bfm_master_tb.dut.bfm_master.__hello: - USE_WRITE = 1
# 0: INFO: qsys_system_bfm_master_tb.dut.bfm_master.__hello: - USE_ADDRESS = 1
# 0: INFO: qsys_system_bfm_master_tb.dut.bfm_master.__hello: - USE_BYTE_ENABLE = 1
# 0: INFO: qsys_system_bfm_master_tb.dut.bfm_master.__hello: - USE_BURSTCOUNT = 0
# 0: INFO: qsys_system_bfm_master_tb.dut.bfm_master.__hello: - USE_READ_DATA = 1
# 0: INFO: qsys_system_bfm_master_tb.dut.bfm_master.__hello: - USE_READ_DATA_VALID = 1
# 0: INFO: qsys_system_bfm_master_tb.dut.bfm_master.__hello: - USE_WRITE_DATA = 1
# 0: INFO: qsys_system_bfm_master_tb.dut.bfm_master.__hello: - USE_BEGIN_TRANSFER = 0
# 0: INFO: qsys_system_bfm_master_tb.dut.bfm_master.__hello: - USE_BEGIN_BURST_TRANSFER = 0
# 0: INFO: qsys_system_bfm_master_tb.dut.bfm_master.__hello: - USE_WAIT_REQUEST = 1
# 0: INFO: qsys_system_bfm_master_tb.dut.bfm_master.__hello: - USE_LOCK = 0
# 0: INFO: qsys_system_bfm_master_tb.dut.bfm_master.__hello: - USE_DEBUGACCESS = 0
# 0: INFO: qsys_system_bfm_master_tb.dut.bfm_master.__hello: - USE_TRANSACTIONID = 0
# 0: INFO: qsys_system_bfm_master_tb.dut.bfm_master.__hello: - USE_WRITERESPONSE = 0
# 0: INFO: qsys_system_bfm_master_tb.dut.bfm_master.__hello: - USE_READRESPONSE = 0
# 0: INFO: qsys_system_bfm_master_tb.dut.bfm_master.__hello: - USE_CLKEN = 0
# 0: INFO: ------------------------------------------------------------
--- Quote End ---
and then the simulation results:
--- Quote Start ---
===============================================================
# JTAG-to-Avalon-MM SOPC System Testbench (using the BFM master)
# ===============================================================
#
# 0: verbosity_pkg.set_verbosity: Setting Verbosity level=4 (VERBOSITY_INFO)
# * Deassert reset
#
# -----------------------------------------------
# 1: Test the LEDs.
# -----------------------------------------------
# * Write 0xAA to the LEDs
# - LED register value = aah
# - LED port value = aah
# * Walking 1's test
# - LED port value = 01h
# - LED port value = 02h
# - LED port value = 04h
# - LED port value = 08h
# - LED port value = 10h
# - LED port value = 20h
# - LED port value = 40h
# - LED port value = 80h
#
# -----------------------------------------------
# 2: Test the push buttons.
# -----------------------------------------------
# * Push button value = 55h
# * Walking 1's test
# - Push button value = 01h
# - Push button value = 02h
# - Push button value = 04h
# - Push button value = 08h
# - Push button value = 10h
# - Push button value = 20h
# - Push button value = 40h
# - Push button value = 80h
#
# -----------------------------------------------
# 3: Test the GCD.
# -----------------------------------------------
# * Write 25 to the GCD
# 2330000: ERROR: qsys_system_bfm_master_tb.dut.bfm_master.__check_transaction_index: Cycle index 1 exceeds MAX_BURST_SIZE-1 0
# 2330000: FAILURE: verbosity_pkg.abort_simulation: Abort the simulation due to fatal error incident.
# ** Note: $finish : ./..//submodules/verbosity_pkg.sv(185)
# Time: 2330 ns Iteration: 1 Instance: /qsys_system_bfm_master_tb/dut/bfm_master
# 1
# Break in Function abort_simulation at ./..//submodules/verbosity_pkg.sv line 185
--- Quote End ---