/versions/

Action 65175a9f5f74e36abb7ff4aa8526d2c0d8edcd9d317ff220e1da6f6ad1e726a6

Summary

state: not queued

kind: driver_ir_to_opt

subject: ir=b8da1486f483 top=__bfloat16__one

crate:v0.29.0dso:v0.35.0driver:crate:v0.29.0

Upstream Dependencies

RoleAction IDStateKindSubjectOutput
ir_action_idb8da1486f483beca38ac7aa2c77be37f1d7013b11265e0860582b1a054d43219donedriver_dslx_fn_to_irxls/dslx/stdlib/bfloat16.x::oneir_package_file payload/package.ir

Provenance

created_utc: 2026-02-20T03:09:39.589316123+00:00

output artifact: ir_package_file relpath=payload/package.opt.ir

output path: bvc-artifacts/artifacts/65/17/65175a9f5f74e36abb7ff4aa8526d2c0d8edcd9d317ff220e1da6f6ad1e726a6/payload/package.opt.ir

Dependencies
Action IDArtifact TypeRelpathPath
b8da1486f483beca38ac7aa2c77be37f1d7013b11265e0860582b1a054d43219ir_package_filepayload/package.irbvc-artifacts/artifacts/b8/da/b8da1486f483beca38ac7aa2c77be37f1d7013b11265e0860582b1a054d43219/payload/package.ir
Suggested Next Actions
Action IDStateKindSubjectReason
0e2b96893ea71e0646feb820876474aca88e5fca74a5b6a234998947b600da20donedriver_ir_equivlhs=b8da1486f483 rhs=65175a9f5f74 top=__bfloat16__oneCheck unoptimized vs optimized IR equivalence with DriverIrEquiv
2bb6e96a38d4eb2923d1109d94fbcaa45308311863e387aab28b4c6b41dccbd9donedriver_ir_to_delay_infoir=65175a9f5f74 top=__bfloat16__one model=asap7Compute optimized IR delay info with DriverIrToDelayInfo
72cec731750c7ca89c0fe296c440e1a47202693a94416c3303af9e6825568665donedriver_ir_to_g8r_aigir=65175a9f5f74 top=<auto> fraig=falseConvert optimized IR to AIG with DriverIrToG8rAig (fraig=false)
42b989b904f67c98ce00e3d0d831c378a252143bb48b5352f5f3091c4931b524donedriver_ir_to_g8r_aigir=65175a9f5f74 top=<auto> fraig=trueConvert optimized IR to AIG with DriverIrToG8rAig (fraig=true)
df0086d91b065435aace5582950dceee86158b20e68f143a83cd43b918dd2068doneir_fn_to_combinational_verilogir=65175a9f5f74 top=__bfloat16__one system_verilog=falseConvert optimized IR to combinational Verilog with IrFnToCombinationalVerilog
Output Files
PathBytesSHA256
package.opt.ir532512a4b8ae0c2410b844ca20da29d0334fd2162fe44091df9359e42fd4f81d4e8
Executed Commands
#ExitCommand
10
docker run --name xlsynth-bvc-run-irfnstructuralha-3016926-17096 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/b8/da/b8da1486f483beca38ac7aa2c77be37f1d7013b11265e0860582b1a054d43219/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-3016926-1771556964141242832-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__bfloat16__one -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.35.0 xlsynth-bvc-driver:0.29.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-fn-structural-hash /inputs/input.ir --top "${IR_TOP}" --json true > /scratch/structural_hash.json
test -s /scratch/structural_hash.json
20
docker run --name xlsynth-bvc-run-65175a9f5f74e36a-3016926-17127 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/b8/da/b8da1486f483beca38ac7aa2c77be37f1d7013b11265e0860582b1a054d43219/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/65175a9f5f74e36abb7ff4aa8526d2c0d8edcd9d317ff220e1da6f6ad1e726a6-3016926-1771556964117198560/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__bfloat16__one -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.35.0 xlsynth-bvc-driver:0.29.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 ir2opt /inputs/input.ir --top "${IR_TOP}" > /outputs/package.opt.ir
Details JSON
{
  "crate_version_label": "crate:v0.29.0",
  "driver_runtime": {
    "docker_image": "xlsynth-bvc-driver:0.29.0",
    "dockerfile": "docker/xlsynth-driver.Dockerfile",
    "driver_version": "0.29.0",
    "release_platform": "ubuntu2004"
  },
  "dso_version_label": "dso:v0.35.0",
  "input_ir_fn_structural_hash": "8f603757a71ff2d0763cd6846e8474abb5fc463efe366bcfa3e05adaa755a920",
  "ir_top": "__bfloat16__one",
  "xlsynth_version": "v0.35.0"
}

Action JSON

{
  "action": "driver_ir_to_opt",
  "ir_action_id": "b8da1486f483beca38ac7aa2c77be37f1d7013b11265e0860582b1a054d43219",
  "top_fn_name": "__bfloat16__one",
  "version": "v0.35.0",
  "runtime": {
    "driver_version": "0.29.0",
    "release_platform": "ubuntu2004",
    "docker_image": "xlsynth-bvc-driver:0.29.0",
    "dockerfile": "docker/xlsynth-driver.Dockerfile"
  }
}