Skip to content

Commit 2438b35

Browse files
committed
rename
1 parent 63e4ab0 commit 2438b35

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/thread_stream_axi_stream/test_thread_stream_axi_stream.py renamed to examples/thread_stream_axi_stream_fifo/test_thread_stream_axi_stream_fifo.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33

44
import os
55
import veriloggen
6-
import thread_stream_axi_stream
6+
import thread_stream_axi_stream_fifo
77

88

99
def test(request):
1010
veriloggen.reset()
1111

1212
simtype = request.config.getoption('--sim')
1313

14-
rslt = thread_stream_axi_stream.run(filename=None, simtype=simtype,
15-
outputfile=os.path.splitext(os.path.basename(__file__))[0] + '.out')
14+
rslt = thread_stream_axi_stream_fifo.run(filename=None, simtype=simtype,
15+
outputfile=os.path.splitext(os.path.basename(__file__))[0] + '.out')
1616

1717
verify_rslt = rslt.splitlines()[-1]
1818
assert(verify_rslt == '# verify: PASSED')

0 commit comments

Comments
 (0)