We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b1b4f8 commit 1289e7cCopy full SHA for 1289e7c
xls/contrib/xlscc/integration_tests/artifact_analyzability_test.py
@@ -21,7 +21,7 @@
21
from xls.common import runfiles
22
from xls.ir import xls_ir_interface_pb2
23
24
-_INTEGRATION_TESTS_DIR = "xls/contrib/xlscc/integration_tests/"
+_INTEGRATION_TESTS_DIR = "xls/contrib/xlscc/integration_tests"
25
_INPUT_UNSIGNED_LOOP_IR_FILE = f"{_INTEGRATION_TESTS_DIR}/simple_unsigned_pipelined_loop_fsm.ir.interface.binpb"
26
_OUTPUT_UNSIGNED_LOOP_IR_FILE = f"{_INTEGRATION_TESTS_DIR}/simple_unsigned_pipelined_loop_fsm.opt.ir.interface.binpb"
27
_INPUT_UNSIGNED_NESTED_LOOP_IR_FILE = f"{_INTEGRATION_TESTS_DIR}/simple_unsigned_nested_pipelined_loop_fsm.ir.interface.binpb"
0 commit comments