/versions/

Action 17951b95d55336d5f0165e79f625431c97f66b6fa03d4212e6ea63e2eecfb652

Summary

state: not queued

kind: driver_ir_to_opt

subject: ir=747097ac25e6 top=__bfloat16__to_uint16

crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0

Upstream Dependencies

RoleAction IDStateKindSubjectOutput
ir_action_id747097ac25e65eceadc06dbdb7b13d11ac314ad08f684c2fd3190ea4bbdcf0bcdonedriver_dslx_fn_to_irxls/dslx/stdlib/bfloat16.x::to_uint16ir_package_file payload/package.ir

Provenance

created_utc: 2026-02-19T19:03:40.384112169+00:00

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

output path: bvc-artifacts/artifacts/17/95/17951b95d55336d5f0165e79f625431c97f66b6fa03d4212e6ea63e2eecfb652/payload/package.opt.ir

Dependencies
Action IDArtifact TypeRelpathPath
747097ac25e65eceadc06dbdb7b13d11ac314ad08f684c2fd3190ea4bbdcf0bcir_package_filepayload/package.irbvc-artifacts/artifacts/74/70/747097ac25e65eceadc06dbdb7b13d11ac314ad08f684c2fd3190ea4bbdcf0bc/payload/package.ir
Suggested Next Actions
Action IDStateKindSubjectReason
4ca865cd13ac1b056d01aee03d8ba3a6dd2d67907326d769ee848796bbb4412adonedriver_ir_equivlhs=747097ac25e6 rhs=17951b95d553 top=__bfloat16__to_uint16Check unoptimized vs optimized IR equivalence with DriverIrEquiv
32a8bcfe7689d4a068a12558876061d2f33097c8908ff1c430ee858a2705dbf4donedriver_ir_to_delay_infoir=17951b95d553 top=__bfloat16__to_uint16 model=asap7Compute optimized IR delay info with DriverIrToDelayInfo
abfd11bb993077a4b3145a32f7091aa42f3f26acb69cb1340045359f610cd42bdonedriver_ir_to_g8r_aigir=17951b95d553 top=<auto> fraig=falseConvert optimized IR to AIG with DriverIrToG8rAig (fraig=false)
001f3844b226f8191f5f129d6e6a12b3f4007c53daf24bd1c85ffa0b6fb6bdffdonedriver_ir_to_g8r_aigir=17951b95d553 top=<auto> fraig=trueConvert optimized IR to AIG with DriverIrToG8rAig (fraig=true)
53ab888422275a55b4f0a2e6352bcd7120568a3be9a2a35f0bf29eff9bd81d21doneir_fn_to_combinational_verilogir=17951b95d553 top=__bfloat16__to_uint16 system_verilog=falseConvert optimized IR to combinational Verilog with IrFnToCombinationalVerilog
Output Files
PathBytesSHA256
package.opt.ir5048607db757b2030b06e8332ad2fed0eb97235547dc9ee478cbdf5ab0af2daa3b23
Executed Commands
#ExitCommand
10
docker run --name xlsynth-bvc-run-irfnstructuralha-298443-14 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/74/70/747097ac25e65eceadc06dbdb7b13d11ac314ad08f684c2fd3190ea4bbdcf0bc/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-298443-1771527819326285139-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__bfloat16__to_uint16 -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.35.0 xlsynth-bvc-driver:0.31.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
Details JSON
{
  "crate_version_label": "crate:v0.31.0",
  "driver_runtime": {
    "docker_image": "xlsynth-bvc-driver:0.31.0",
    "dockerfile": "docker/xlsynth-driver.Dockerfile",
    "driver_version": "0.31.0",
    "release_platform": "ubuntu2004"
  },
  "dso_version_label": "dso:v0.35.0",
  "input_ir_fn_structural_hash": "f259b43a8c495ae2b04f38f0ab7fa08d0bd5a3c34cbb0fc29f5e11983cf4a7df",
  "ir_top": "__bfloat16__to_uint16",
  "semantic_cache_hit": {
    "from_action_id": "57da3ea2990dd9c7ce3eefb406f12e245e3328ffcba46e36aa6cbef986b30d3b",
    "key": "ir_fn_structural_hash"
  },
  "xlsynth_version": "v0.35.0"
}

Action JSON

{
  "action": "driver_ir_to_opt",
  "ir_action_id": "747097ac25e65eceadc06dbdb7b13d11ac314ad08f684c2fd3190ea4bbdcf0bc",
  "top_fn_name": "__bfloat16__to_uint16",
  "version": "v0.35.0",
  "runtime": {
    "driver_version": "0.31.0",
    "release_platform": "ubuntu2004",
    "docker_image": "xlsynth-bvc-driver:0.31.0",
    "dockerfile": "docker/xlsynth-driver.Dockerfile"
  }
}