Skip to content

Commit

Permalink
Update paths in python tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuanhao-wu committed Jan 11, 2020
1 parent 7e9be8d commit ec9446d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/verilog-conversion/llnl.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# TODO: we may not get the directory of the source folder
# need to add that in the script
_python_convert_template = 'python {} {{}}_hdl.txt'.format(os.environ['SYSTEMC_CLANG_BUILD_DIR'] + "../systemc-clang/plugins/xlat/convert.py")
_test_folder = os.environ['SYSTEMC_CLANG_BUILD_DIR'] + "../systemc-clang/tests/data/llnl-examples/"
_test_folder = os.environ['SYSTEMC_CLANG_BUILD_DIR'] + "/tests/data/verilog-conversion/llnl-examples/"
_test_cpp_file = _test_folder + "{}.cpp"
_golden_verilog_file = _test_folder + "handcrafted/{}.v"
_golden_sexp_file = _test_folder + "handcrafted/{}_hdl.txt"
Expand Down

0 comments on commit ec9446d

Please sign in to comment.