/versions/

Action df9735f5c334d54d61a453a238eeba39ea5767f81341de95a47da995ace9953c

Summary

state: not queued

kind: driver_ir_to_opt

subject: ir=764449874285 top=__float32__sub

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

Upstream Dependencies

RoleAction IDStateKindSubjectOutput
ir_action_id7644498742855c426d64a35d9e3a6ba7179d50a403e3a7c8765874a4cb0d8e0bdonedriver_dslx_fn_to_irxls/dslx/stdlib/float32.x::subir_package_file payload/package.ir

Provenance

created_utc: 2026-02-19T19:10:08.786941448+00:00

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

output path: bvc-artifacts/artifacts/df/97/df9735f5c334d54d61a453a238eeba39ea5767f81341de95a47da995ace9953c/payload/package.opt.ir

Dependencies
Action IDArtifact TypeRelpathPath
7644498742855c426d64a35d9e3a6ba7179d50a403e3a7c8765874a4cb0d8e0bir_package_filepayload/package.irbvc-artifacts/artifacts/76/44/7644498742855c426d64a35d9e3a6ba7179d50a403e3a7c8765874a4cb0d8e0b/payload/package.ir
Suggested Next Actions
Action IDStateKindSubjectReason
0b00f8c33e86503866550e5a9c899b674a31cc97712e7577ff992cef40f41da3donedriver_ir_equivlhs=764449874285 rhs=df9735f5c334 top=__float32__subCheck unoptimized vs optimized IR equivalence with DriverIrEquiv
83de866ab55700a0e112a026ad162a285571158566ed8741dc63385b09174fdddonedriver_ir_to_delay_infoir=df9735f5c334 top=__float32__sub model=asap7Compute optimized IR delay info with DriverIrToDelayInfo
2f95a58fe8c8a3a066a95985820796951a62e436983c6ce12925063975815807donedriver_ir_to_g8r_aigir=df9735f5c334 top=<auto> fraig=falseConvert optimized IR to AIG with DriverIrToG8rAig (fraig=false)
fde08e993e972dfcff0ecf38d2c5e0a694cffdbb3403c319dcf6a61990f4837cdonedriver_ir_to_g8r_aigir=df9735f5c334 top=<auto> fraig=trueConvert optimized IR to AIG with DriverIrToG8rAig (fraig=true)
766355e7e4e61a783b3d42875cded773475ad4ff065b3df4cf0966379d5ed644doneir_fn_to_combinational_verilogir=df9735f5c334 top=__float32__sub system_verilog=falseConvert optimized IR to combinational Verilog with IrFnToCombinationalVerilog
Output Files
PathBytesSHA256
package.opt.ir487302a3f0a70c48338134e2ba8d118c76c2a5a8a2b260792540b54434d9435571cec
Executed Commands
#ExitCommand
10
docker run --name xlsynth-bvc-run-irfnstructuralha-316550-906 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/76/44/7644498742855c426d64a35d9e3a6ba7179d50a403e3a7c8765874a4cb0d8e0b/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-316550-1771528207052771686-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float32__sub -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": "8bcf4af6e464a8a173b39e3a11d142bcd83ff4363551e9b79b63808d12b2bf4a",
  "ir_top": "__float32__sub",
  "semantic_cache_hit": {
    "from_action_id": "e4e2552ed9a07e4cc20a94f95d15a71cef680785e94e6ce3f1629d95557e54d3",
    "key": "ir_fn_structural_hash"
  },
  "xlsynth_version": "v0.35.0"
}

Action JSON

{
  "action": "driver_ir_to_opt",
  "ir_action_id": "7644498742855c426d64a35d9e3a6ba7179d50a403e3a7c8765874a4cb0d8e0b",
  "top_fn_name": "__float32__sub",
  "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"
  }
}