/versions/

Action 0fecb51a9f0cdc3a8f8738c242146cb87cceef1f09ea18a081abaf347144911e

Summary

state: not queued

kind: driver_ir_to_opt

subject: ir=48f4953cb9de top=__hfloat16__fma

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

Upstream Dependencies

RoleAction IDStateKindSubjectOutput
ir_action_id48f4953cb9de8325520ba5abc7ba77ec05c9741cd32023f3832eee29e6c7c414donedriver_dslx_fn_to_irxls/dslx/stdlib/hfloat16.x::fmair_package_file payload/package.ir

Provenance

created_utc: 2026-02-20T02:59:06.144637267+00:00

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

output path: bvc-artifacts/artifacts/0f/ec/0fecb51a9f0cdc3a8f8738c242146cb87cceef1f09ea18a081abaf347144911e/payload/package.opt.ir

Dependencies
Action IDArtifact TypeRelpathPath
48f4953cb9de8325520ba5abc7ba77ec05c9741cd32023f3832eee29e6c7c414ir_package_filepayload/package.irbvc-artifacts/artifacts/48/f4/48f4953cb9de8325520ba5abc7ba77ec05c9741cd32023f3832eee29e6c7c414/payload/package.ir
Suggested Next Actions
Action IDStateKindSubjectReason
8efc32a8825028c5e7bb7bbd9ca914229864291aa75d6cfff83829775ca1c348not queueddriver_ir_equivlhs=48f4953cb9de rhs=0fecb51a9f0c top=__hfloat16__fmaCheck unoptimized vs optimized IR equivalence with DriverIrEquiv
96595d7b8513426794167881d1222a1f4ff16ede02a837d25e658b2c2169b2aedonedriver_ir_to_delay_infoir=0fecb51a9f0c top=__hfloat16__fma model=asap7Compute optimized IR delay info with DriverIrToDelayInfo
c4f4286b3fc9441f16e9d8cf6b8e0d3e4540a9ba2f32fcc0671b19a06f18e122donedriver_ir_to_g8r_aigir=0fecb51a9f0c top=<auto> fraig=falseConvert optimized IR to AIG with DriverIrToG8rAig (fraig=false)
f483fb78df46ba422e7b60d436d90bc0429097465ab90a0ceba1f9453c08e2e4donedriver_ir_to_g8r_aigir=0fecb51a9f0c top=<auto> fraig=trueConvert optimized IR to AIG with DriverIrToG8rAig (fraig=true)
3a281ba061fb918c890ca7c268011d630d2c8445f8744bcb2385aca4100c23bbdoneir_fn_to_combinational_verilogir=0fecb51a9f0c top=__hfloat16__fma system_verilog=falseConvert optimized IR to combinational Verilog with IrFnToCombinationalVerilog
Output Files
PathBytesSHA256
package.opt.ir2580878120fcbf0810556bd351b479d7a19e8bc75cf3e5efdfe7afc3d880822a53903
Executed Commands
#ExitCommand
10
docker run --name xlsynth-bvc-run-irfnstructuralha-3016926-14952 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/48/f4/48f4953cb9de8325520ba5abc7ba77ec05c9741cd32023f3832eee29e6c7c414/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-3016926-1771556326907369497-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__hfloat16__fma -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-0fecb51a9f0cdc3a-3016926-14984 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/48/f4/48f4953cb9de8325520ba5abc7ba77ec05c9741cd32023f3832eee29e6c7c414/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/0fecb51a9f0cdc3a8f8738c242146cb87cceef1f09ea18a081abaf347144911e-3016926-1771556326884601197/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__hfloat16__fma -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": "ffa8fd5e31259d61b6c1c96ee206ce633d17092b2b0aea3f59a483d6ad4fc7fd",
  "ir_top": "__hfloat16__fma",
  "xlsynth_version": "v0.35.0"
}

Action JSON

{
  "action": "driver_ir_to_opt",
  "ir_action_id": "48f4953cb9de8325520ba5abc7ba77ec05c9741cd32023f3832eee29e6c7c414",
  "top_fn_name": "__hfloat16__fma",
  "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"
  }
}