Skip to content

Commit b4af27c

Browse files
committed
test fix
1 parent fde7d94 commit b4af27c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/extension/thread_/stream_mul_semi_signed/test_thread_stream_mul_semi_signed.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_mul_signed
6+
import thread_stream_mul_semi_signed
77

88

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

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

14-
rslt = thread_stream_mul_signed.run(filename=None, simtype=simtype,
15-
outputfile=os.path.splitext(os.path.basename(__file__))[0] + '.out')
14+
rslt = thread_stream_mul_semi_signed.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)