/versions/

Action 5874a758561fc4d011114e9b4b59ad943243f419cd709f0f1918c4eb5419a1b7

Summary

state: not queued

kind: driver_ir_to_opt

subject: ir=d08b31393b14 top=__hfloat16__add

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

Upstream Dependencies

RoleAction IDStateKindSubjectOutput
ir_action_idd08b31393b149ea11128cc028ddbed6986edff5d0d28f2306932a1e0460b98b9donedriver_dslx_fn_to_irxls/dslx/stdlib/hfloat16.x::addir_package_file payload/package.ir

Provenance

created_utc: 2026-02-19T19:08:18.702447122+00:00

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

output path: bvc-artifacts/artifacts/58/74/5874a758561fc4d011114e9b4b59ad943243f419cd709f0f1918c4eb5419a1b7/payload/package.opt.ir

Dependencies
Action IDArtifact TypeRelpathPath
d08b31393b149ea11128cc028ddbed6986edff5d0d28f2306932a1e0460b98b9ir_package_filepayload/package.irbvc-artifacts/artifacts/d0/8b/d08b31393b149ea11128cc028ddbed6986edff5d0d28f2306932a1e0460b98b9/payload/package.ir
Suggested Next Actions
Action IDStateKindSubjectReason
a1b9248f5f6d644cc631b03694194d379849c8834a258bf4e4675c381102cc67donedriver_ir_equivlhs=d08b31393b14 rhs=5874a758561f top=__hfloat16__addCheck unoptimized vs optimized IR equivalence with DriverIrEquiv
58e598818d0f274f6e393abd1d5929201403701e1a5c52a7484c3b800ad41080donedriver_ir_to_delay_infoir=5874a758561f top=__hfloat16__add model=asap7Compute optimized IR delay info with DriverIrToDelayInfo
2d59aa1016fe41224cf221cf044efac890e634b05f18ce37231d46b8a0f36c73donedriver_ir_to_g8r_aigir=5874a758561f top=<auto> fraig=falseConvert optimized IR to AIG with DriverIrToG8rAig (fraig=false)
d190969102a071f637cf661338675201e7676acdf23c8b8ecb137bf356674152donedriver_ir_to_g8r_aigir=5874a758561f top=<auto> fraig=trueConvert optimized IR to AIG with DriverIrToG8rAig (fraig=true)
238e0e25ef187bfede60d8f65bc1334a2bd038a7ae89d77a301fa40e9bac2398doneir_fn_to_combinational_verilogir=5874a758561f top=__hfloat16__add system_verilog=falseConvert optimized IR to combinational Verilog with IrFnToCombinationalVerilog
Output Files
PathBytesSHA256
package.opt.ir292417b48837bf3966fea62ef31aa119a540546b49196740f972e88dea46a62f3c543
Executed Commands
#ExitCommand
10
docker run --name xlsynth-bvc-run-irfnstructuralha-316550-632 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/d0/8b/d08b31393b149ea11128cc028ddbed6986edff5d0d28f2306932a1e0460b98b9/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-316550-1771528097084472767-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__hfloat16__add -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": "5c00e96d51526a81707b0f8041da98b1978be9750ace33b12a15f308ddb17dc1",
  "ir_top": "__hfloat16__add",
  "semantic_cache_hit": {
    "from_action_id": "e0b4b7cea8c70e8b1847e4109658eddd5987803683cbb141f721f6984a109019",
    "key": "ir_fn_structural_hash"
  },
  "xlsynth_version": "v0.35.0"
}

Action JSON

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