/versions/

Action 1f09a6a770c51d0c0f276f8334ab0600254736ad37e527f18deee7d947e5d55d

Summary

state: not queued

kind: driver_ir_to_opt

subject: ir=a5bbf1fc34dc top=__float64__gt_2

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

Upstream Dependencies

RoleAction IDStateKindSubjectOutput
ir_action_ida5bbf1fc34dcb0bcf22ee57adbdd85f57f33bb64d2d9e01cc8f1ed0457d657acdonedriver_dslx_fn_to_irxls/dslx/stdlib/float64.x::gt_2ir_package_file payload/package.ir

Provenance

created_utc: 2026-02-19T19:05:04.613157039+00:00

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

output path: bvc-artifacts/artifacts/1f/09/1f09a6a770c51d0c0f276f8334ab0600254736ad37e527f18deee7d947e5d55d/payload/package.opt.ir

Dependencies
Action IDArtifact TypeRelpathPath
a5bbf1fc34dcb0bcf22ee57adbdd85f57f33bb64d2d9e01cc8f1ed0457d657acir_package_filepayload/package.irbvc-artifacts/artifacts/a5/bb/a5bbf1fc34dcb0bcf22ee57adbdd85f57f33bb64d2d9e01cc8f1ed0457d657ac/payload/package.ir
Suggested Next Actions
Action IDStateKindSubjectReason
93b601ba5db0d8ff6144ebf60b4e214e0bac6ca4ec1d8eb777326507a82f25fedonedriver_ir_equivlhs=a5bbf1fc34dc rhs=1f09a6a770c5 top=__float64__gt_2Check unoptimized vs optimized IR equivalence with DriverIrEquiv
8bf8e28d2181af9201598ee7903def1f9c8de7b1f252ef0855d3266ec63cc985donedriver_ir_to_delay_infoir=1f09a6a770c5 top=__float64__gt_2 model=asap7Compute optimized IR delay info with DriverIrToDelayInfo
9836852ebaac3abae055fc0290a81e4f640d92d7eadff7eb9c75ec7db84a188cdonedriver_ir_to_g8r_aigir=1f09a6a770c5 top=<auto> fraig=falseConvert optimized IR to AIG with DriverIrToG8rAig (fraig=false)
5d3e67a7b05817ad5296dc488aafbcbebfba61f9208a4e9538e5da27c3f1b916donedriver_ir_to_g8r_aigir=1f09a6a770c5 top=<auto> fraig=trueConvert optimized IR to AIG with DriverIrToG8rAig (fraig=true)
0fdc3a98c5fe02e4134fc41eb43d3332d1eba6a7391a792fc604bd2da748d797doneir_fn_to_combinational_verilogir=1f09a6a770c5 top=__float64__gt_2 system_verilog=falseConvert optimized IR to combinational Verilog with IrFnToCombinationalVerilog
Output Files
PathBytesSHA256
package.opt.ir5456b0de41977e353a922407c77fea51550b615c91046db0156f0e7d3c5df5ae5c87
Executed Commands
#ExitCommand
10
docker run --name xlsynth-bvc-run-irfnstructuralha-316550-132 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/a5/bb/a5bbf1fc34dcb0bcf22ee57adbdd85f57f33bb64d2d9e01cc8f1ed0457d657ac/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-316550-1771527902936885319-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float64__gt_2 -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": "d66cbc6e8e2f3128f2e8bfe792eec4d29a9a803cf6ce2d53a6960b937762abf7",
  "ir_top": "__float64__gt_2",
  "semantic_cache_hit": {
    "from_action_id": "19e9c119f1c538d80be622db6f49e28f57ed33636df96f8d1a1cd3b9d90653c9",
    "key": "ir_fn_structural_hash"
  },
  "xlsynth_version": "v0.35.0"
}

Action JSON

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