/versions/

Action f88156b490698d4d82aebf99ba82ddf6743abff0ea4042ca12d049e73bdb3eeb

Summary

state: not queued

kind: driver_ir_to_opt

subject: ir=e140585d6a61 top=__bfloat16__qnan

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

Upstream Dependencies

RoleAction IDStateKindSubjectOutput
ir_action_ide140585d6a61992c7e22dc04ecec7d804e849bcc6339c01d48c4f8aecea1d042donedriver_dslx_fn_to_irxls/dslx/stdlib/bfloat16.x::qnanir_package_file payload/package.ir

Provenance

created_utc: 2026-02-20T03:25:33.662040014+00:00

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

output path: bvc-artifacts/artifacts/f8/81/f88156b490698d4d82aebf99ba82ddf6743abff0ea4042ca12d049e73bdb3eeb/payload/package.opt.ir

Dependencies
Action IDArtifact TypeRelpathPath
e140585d6a61992c7e22dc04ecec7d804e849bcc6339c01d48c4f8aecea1d042ir_package_filepayload/package.irbvc-artifacts/artifacts/e1/40/e140585d6a61992c7e22dc04ecec7d804e849bcc6339c01d48c4f8aecea1d042/payload/package.ir
Suggested Next Actions
Action IDStateKindSubjectReason
e4c333d8f129f41a4ffcbeb7385a0b8394dd4bec89b7725faa3142e37edfb922donedriver_ir_equivlhs=e140585d6a61 rhs=f88156b49069 top=__bfloat16__qnanCheck unoptimized vs optimized IR equivalence with DriverIrEquiv
402382e6ef538e8cc5495f967b9db31823c30c32c5573e99e39e9b13d5ae33aadonedriver_ir_to_delay_infoir=f88156b49069 top=__bfloat16__qnan model=asap7Compute optimized IR delay info with DriverIrToDelayInfo
7a78b492dd047c232b5848bb16d60bd5c194bc7ca2617fbf6135fbec7fd4bae6donedriver_ir_to_g8r_aigir=f88156b49069 top=<auto> fraig=falseConvert optimized IR to AIG with DriverIrToG8rAig (fraig=false)
17960825c3b2738761d87977182e77ef9965236cf5908020d5ec654f9e324600donedriver_ir_to_g8r_aigir=f88156b49069 top=<auto> fraig=trueConvert optimized IR to AIG with DriverIrToG8rAig (fraig=true)
bbf40b0c6a67c0346060a9f1e0f2a752fcc9070e0a855cde3f74e8af547525e5doneir_fn_to_combinational_verilogir=f88156b49069 top=__bfloat16__qnan system_verilog=falseConvert optimized IR to combinational Verilog with IrFnToCombinationalVerilog
Output Files
PathBytesSHA256
package.opt.ir352ad6e3bb2b3cc7a262dc4a8e9820fd8d9da48d9903e5b59270c5de8892deba968
Executed Commands
#ExitCommand
10
docker run --name xlsynth-bvc-run-irfnstructuralha-3016926-20286 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/e1/40/e140585d6a61992c7e22dc04ecec7d804e849bcc6339c01d48c4f8aecea1d042/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-3016926-1771557922304219763-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__bfloat16__qnan -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-f88156b490698d4d-3016926-20309 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/e1/40/e140585d6a61992c7e22dc04ecec7d804e849bcc6339c01d48c4f8aecea1d042/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/f88156b490698d4d82aebf99ba82ddf6743abff0ea4042ca12d049e73bdb3eeb-3016926-1771557922282599924/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__bfloat16__qnan -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": "16820aaa90659c6df8db278e1aba4057063cc9088f4093a1c8de4bc5ceaa004f",
  "ir_top": "__bfloat16__qnan",
  "xlsynth_version": "v0.35.0"
}

Action JSON

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