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

Subversion Repositories funbase_ip_library

[/] [funbase_ip_library/] [trunk/] [TUT/] [soc/] [basic_tester_example/] [1.0/] [sim/] [test_rx.txt] - Rev 150

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   00000003 00000100  02
0050   00000003 00000101  02
0012   00000003 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

0008  00000000   00000105  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.