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

Subversion Repositories funbase_ip_library

[/] [funbase_ip_library/] [trunk/] [TUT/] [ip.hwp.communication/] [basic_tester/] [1.0/] [sim/] [test_rx.txt] - Rev 145

Compare with Previous | Blame | View Log

# This is an input file for basci tester's tx unit
# Comments start with #
# Each line has 3 or 4 integer values:
#  delay_in_cycles addr data cmd(optional) 
# The values are in hexadecimal format

# Unlike in tx side, here one can define 
# don't care values. Setting any value to 
# 0xF...F (=-1 in decimal) will be interpreted as don't care.
# The receiver checks that something arrives but not its
# contents.
# Moreover, comm (last param) can simply be omitted 
# and then no checking is done.

0025   00000030 00000100  02
0050   00000031 00000101  02
0012   00000032 00000102  03
# There can be empty lines as shown below

# Address 0...0 means that it must not change from previous transfer
0008   00000000 00000103  

# Values can be separated with tabs as shown below. 
# Note the omission of the command (same as 0xFF)
0008    00000000 00000104

# This is intentional error with data value 
# so that you can see how errors are reported in simulation
0008  00000000   0000BABE  FF

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.