/versions/

Action 9e93ce234c257f2b3a95b672913eb182e0667ecb21865131d8e93e69bcfd95c2

Summary

state: not queued

kind: driver_ir_to_opt

subject: ir=df71e4d5b7a6 top=__bfloat16__normalize

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

Upstream Dependencies

RoleAction IDStateKindSubjectOutput
ir_action_iddf71e4d5b7a67bc4ca4f01bfedf530cebdf2e99651751b26e86f6a71a19d2282donedriver_dslx_fn_to_irxls/dslx/stdlib/bfloat16.x::normalizeir_package_file payload/package.ir

Provenance

created_utc: 2026-02-20T03:17:59.346686282+00:00

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

output path: bvc-artifacts/artifacts/9e/93/9e93ce234c257f2b3a95b672913eb182e0667ecb21865131d8e93e69bcfd95c2/payload/package.opt.ir

Dependencies
Action IDArtifact TypeRelpathPath
df71e4d5b7a67bc4ca4f01bfedf530cebdf2e99651751b26e86f6a71a19d2282ir_package_filepayload/package.irbvc-artifacts/artifacts/df/71/df71e4d5b7a67bc4ca4f01bfedf530cebdf2e99651751b26e86f6a71a19d2282/payload/package.ir
Suggested Next Actions
Action IDStateKindSubjectReason
d7b81442de5c931af379c83849d42e7150ae0f8698d9493b0428393422aefe33donedriver_ir_equivlhs=df71e4d5b7a6 rhs=9e93ce234c25 top=__bfloat16__normalizeCheck unoptimized vs optimized IR equivalence with DriverIrEquiv
c8996c6d312b27d263b80e70b37f214483b4b4bb179910369d42c1703f269b54donedriver_ir_to_delay_infoir=9e93ce234c25 top=__bfloat16__normalize model=asap7Compute optimized IR delay info with DriverIrToDelayInfo
2132ae558895e58e517e081bcb431ebf7fe15d4f658c39e991054aff4fde6e8edonedriver_ir_to_g8r_aigir=9e93ce234c25 top=<auto> fraig=falseConvert optimized IR to AIG with DriverIrToG8rAig (fraig=false)
bcf32af07ae4d3c864a3c4ee46e22ea47ecec66e2c6e23052594eed4bb9dcca7donedriver_ir_to_g8r_aigir=9e93ce234c25 top=<auto> fraig=trueConvert optimized IR to AIG with DriverIrToG8rAig (fraig=true)
1957591f5ae6e85716fa325625de2207e3a77a826e5e0241864b0a41d7345d22doneir_fn_to_combinational_verilogir=9e93ce234c25 top=__bfloat16__normalize system_verilog=falseConvert optimized IR to combinational Verilog with IrFnToCombinationalVerilog
Output Files
PathBytesSHA256
package.opt.ir1712fc7a4b35404f658e0f1302e45c72dfc979d9db856eb9d7f670cd65a39f1b0412
Executed Commands
#ExitCommand
10
docker run --name xlsynth-bvc-run-irfnstructuralha-3016926-18745 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/df/71/df71e4d5b7a67bc4ca4f01bfedf530cebdf2e99651751b26e86f6a71a19d2282/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-3016926-1771557462895660884-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__bfloat16__normalize -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-9e93ce234c257f2b-3016926-18773 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/df/71/df71e4d5b7a67bc4ca4f01bfedf530cebdf2e99651751b26e86f6a71a19d2282/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/9e93ce234c257f2b3a95b672913eb182e0667ecb21865131d8e93e69bcfd95c2-3016926-1771557462878176608/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__bfloat16__normalize -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": "d4f3012f19021b7a8edd4d5ae49206d6824e85dc1b10ddeed879ded25056ac63",
  "ir_top": "__bfloat16__normalize",
  "xlsynth_version": "v0.35.0"
}

Action JSON

{
  "action": "driver_ir_to_opt",
  "ir_action_id": "df71e4d5b7a67bc4ca4f01bfedf530cebdf2e99651751b26e86f6a71a19d2282",
  "top_fn_name": "__bfloat16__normalize",
  "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"
  }
}