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] - Blame information for rev 145

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 145 lanttu
# This is an input file for basci tester's tx unit
2
# Comments start with #
3
# Each line has 3 or 4 integer values:
4
#  delay_in_cycles addr data cmd(optional)
5
# The values are in hexadecimal format
6
 
7
# Unlike in tx side, here one can define
8
# don't care values. Setting any value to
9
# 0xF...F (=-1 in decimal) will be interpreted as don't care.
10
# The receiver checks that something arrives but not its
11
# contents.
12
# Moreover, comm (last param) can simply be omitted
13
# and then no checking is done.
14
 
15
0025   00000030 00000100  02
16
0050   00000031 00000101  02
17
0012   00000032 00000102  03
18
# There can be empty lines as shown below
19
 
20
# Address 0...0 means that it must not change from previous transfer
21
0008   00000000 00000103
22
 
23
# Values can be separated with tabs as shown below.
24
# Note the omission of the command (same as 0xFF)
25
0008    00000000 00000104
26
 
27
# This is intentional error with data value
28
# so that you can see how errors are reported in simulation
29
0008  00000000   0000BABE  FF

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.