Provenance
created_utc: 2026-02-20T03:14:10.183480382+00:00
output artifact: equiv_report_file relpath=payload/ir_equiv.json
output path: bvc-artifacts/artifacts/d0/d9/d0d9127a015d28c5d17aaad1e5d3d040d8d2b39f3a83b21bf108001d84dc8d21/payload/ir_equiv.json
Dependencies
Output Files
Executed Commands
| # | Exit | Command |
|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-d0d9127a015d28c5-3016926-17985 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/12/2e/122e2025f24063a979cdd9eb860b5533a81b15a38697d52e8b676cbb2fdaa2fa/payload/package.ir:/inputs/lhs.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/58/c0/58c0cd9718778bb87516383633f9c75488169d1c5094193342e5e26a7a048af8/payload/package.opt.ir:/inputs/rhs.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/d0d9127a015d28c5d17aaad1e5d3d040d8d2b39f3a83b21bf108001d84dc8d21-3016926-1771557242254385074/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__fixed_point__most_significant_bit_position -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.35.0 xlsynth-bvc-driver:0.28.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.28.0",
"driver_runtime": {
"docker_image": "xlsynth-bvc-driver:0.28.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile",
"driver_version": "0.28.0",
"release_platform": "ubuntu2004"
},
"driver_subcommand": "ir-equiv",
"dso_version_label": "dso:v0.35.0",
"ir_top": "__fixed_point__most_significant_bit_position",
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_equiv",
"lhs_ir_action_id": "122e2025f24063a979cdd9eb860b5533a81b15a38697d52e8b676cbb2fdaa2fa",
"rhs_ir_action_id": "58c0cd9718778bb87516383633f9c75488169d1c5094193342e5e26a7a048af8",
"top_fn_name": "__fixed_point__most_significant_bit_position",
"version": "v0.35.0",
"runtime": {
"driver_version": "0.28.0",
"release_platform": "ubuntu2004",
"docker_image": "xlsynth-bvc-driver:0.28.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile"
}
}