/versions/

Action e2a407cac89027163ce7720d4393b63e76e0d14a2f77ab8542288f5e0dcfde63

Summary

state: not queued

kind: driver_ir_equiv

subject: lhs=8c41cb59aa87 rhs=029d86599fa9 top=__fixed_point__num_nonzero_integer_bits

crate:v0.11.0dso:v0.12.0driver:crate:v0.11.0

Upstream Dependencies

RoleAction IDStateKindSubjectOutput
lhs_ir_action_id8c41cb59aa87e2f9998e0436f3c5018833804fb8ade2b59b8183d3320dcf0c4cdonedriver_dslx_fn_to_irxls/dslx/stdlib/fixed_point.x::num_nonzero_integer_bitsir_package_file payload/package.ir
rhs_ir_action_id029d86599fa9f61ce39addc8a2c1d9c3dca336322e5bdea35779228824edeea2donedriver_ir_to_optir=8c41cb59aa87 top=__fixed_point__num_nonzero_integer_bitsir_package_file payload/package.opt.ir

Provenance

created_utc: 2026-02-20T02:30:33.003451973+00:00

output artifact: equiv_report_file relpath=payload/ir_equiv.json

output path: bvc-artifacts/artifacts/e2/a4/e2a407cac89027163ce7720d4393b63e76e0d14a2f77ab8542288f5e0dcfde63/payload/ir_equiv.json

Dependencies
Action IDArtifact TypeRelpathPath
8c41cb59aa87e2f9998e0436f3c5018833804fb8ade2b59b8183d3320dcf0c4cir_package_filepayload/package.irbvc-artifacts/artifacts/8c/41/8c41cb59aa87e2f9998e0436f3c5018833804fb8ade2b59b8183d3320dcf0c4c/payload/package.ir
029d86599fa9f61ce39addc8a2c1d9c3dca336322e5bdea35779228824edeea2ir_package_filepayload/package.opt.irbvc-artifacts/artifacts/02/9d/029d86599fa9f61ce39addc8a2c1d9c3dca336322e5bdea35779228824edeea2/payload/package.opt.ir
Output Files
PathBytesSHA256
ir_equiv.json57427d2eec0830808f4c9f8fcf20a56432d706c80b1b3d6375a66b0815f1b5c262
Executed Commands
#ExitCommand
10
docker run --name xlsynth-bvc-run-e2a407cac8902716-3016926-9996 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/8c/41/8c41cb59aa87e2f9998e0436f3c5018833804fb8ade2b59b8183d3320dcf0c4c/payload/package.ir:/inputs/lhs.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/02/9d/029d86599fa9f61ce39addc8a2c1d9c3dca336322e5bdea35779228824edeea2/payload/package.opt.ir:/inputs/rhs.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/e2a407cac89027163ce7720d4393b63e76e0d14a2f77ab8542288f5e0dcfde63-3016926-1771554617365512455/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__fixed_point__num_nonzero_integer_bits -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.12.0 xlsynth-bvc-driver:0.11.0 bash -lc set -euo pipefail

cache_dir="/cache/${XLSYNTH_VERSION}/${XLSYNTH_PLATFORM}"
if [ ! -d "${cache_dir}" ]; then
  echo "missing cached xlsynth release at ${cache_dir}" >&2
  exit 1
fi
rm -rf /tmp/xlsynth-release
mkdir -p /tmp/xlsynth-release
cp -a "${cache_dir}/." /tmp/xlsynth-release/
for ext in so dylib; do
  if [ -f "/tmp/xlsynth-release/libxls-${XLSYNTH_PLATFORM}.${ext}" ]; then
    ln -sf "/tmp/xlsynth-release/libxls-${XLSYNTH_PLATFORM}.${ext}" "/tmp/xlsynth-release/libxls-${XLSYNTH_VERSION}-${XLSYNTH_PLATFORM}.${ext}"
  fi
done
export XLSYNTH_TOOLS=/tmp/xlsynth-release
export LD_LIBRARY_PATH="/tmp/xlsynth-release:${LD_LIBRARY_PATH:-}"

cat > /tmp/xlsynth-toolchain.toml <<'TOML'
[toolchain]
tool_path = "/tmp/xlsynth-release"
TOML
xlsynth-driver --toolchain /tmp/xlsynth-toolchain.toml ir-equiv /inputs/lhs.ir /inputs/rhs.ir --top "${IR_TOP}" --solver auto --output_json /outputs/ir_equiv.json
test -s /outputs/ir_equiv.json
Details JSON
{
  "crate_version_label": "crate:v0.11.0",
  "driver_runtime": {
    "docker_image": "xlsynth-bvc-driver:0.11.0",
    "dockerfile": "docker/xlsynth-driver.Dockerfile",
    "driver_version": "0.11.0",
    "release_platform": "ubuntu2004"
  },
  "driver_subcommand": "ir-equiv",
  "dso_version_label": "dso:v0.12.0",
  "ir_top": "__fixed_point__num_nonzero_integer_bits",
  "xlsynth_version": "v0.12.0"
}

Action JSON

{
  "action": "driver_ir_equiv",
  "lhs_ir_action_id": "8c41cb59aa87e2f9998e0436f3c5018833804fb8ade2b59b8183d3320dcf0c4c",
  "rhs_ir_action_id": "029d86599fa9f61ce39addc8a2c1d9c3dca336322e5bdea35779228824edeea2",
  "top_fn_name": "__fixed_point__num_nonzero_integer_bits",
  "version": "v0.12.0",
  "runtime": {
    "driver_version": "0.11.0",
    "release_platform": "ubuntu2004",
    "docker_image": "xlsynth-bvc-driver:0.11.0",
    "dockerfile": "docker/xlsynth-driver.Dockerfile"
  }
}