/versions/

Action ad25bce59c7895c42e1746d5c583f0dcecd8f2458dcf69c6c8356598e6c2d7fe

Summary

state: not queued

kind: driver_ir_to_opt

subject: ir=0df6e5bb7bb4 top=__float32__eq_2

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

Upstream Dependencies

RoleAction IDStateKindSubjectOutput
ir_action_id0df6e5bb7bb41564c6a82298287afea3b4bf4efd92e4f16f90d261f673b16c7ddonedriver_dslx_fn_to_irxls/dslx/stdlib/float32.x::eq_2ir_package_file payload/package.ir

Provenance

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

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

output path: bvc-artifacts/artifacts/ad/25/ad25bce59c7895c42e1746d5c583f0dcecd8f2458dcf69c6c8356598e6c2d7fe/payload/package.opt.ir

Dependencies
Action IDArtifact TypeRelpathPath
0df6e5bb7bb41564c6a82298287afea3b4bf4efd92e4f16f90d261f673b16c7dir_package_filepayload/package.irbvc-artifacts/artifacts/0d/f6/0df6e5bb7bb41564c6a82298287afea3b4bf4efd92e4f16f90d261f673b16c7d/payload/package.ir
Suggested Next Actions
Action IDStateKindSubjectReason
7a94a47798556dfb4f15304d9af06a276950526df38e9a8c8911860db90c9e18donedriver_ir_equivlhs=0df6e5bb7bb4 rhs=ad25bce59c78 top=__float32__eq_2Check unoptimized vs optimized IR equivalence with DriverIrEquiv
f056f6ba06a56434abad21702a73e4797fde4bc0d43f19287c5ad2474b389291donedriver_ir_to_delay_infoir=ad25bce59c78 top=__float32__eq_2 model=asap7Compute optimized IR delay info with DriverIrToDelayInfo
84d1802aca9c827576afbdc778ca4154a9d95a65b484e377a8a55654206c6870donedriver_ir_to_g8r_aigir=ad25bce59c78 top=<auto> fraig=falseConvert optimized IR to AIG with DriverIrToG8rAig (fraig=false)
63b4b25c289b9b7685abb1d342b4a0acbcbe9f20369bb95c2f05e9854fcbf9e5donedriver_ir_to_g8r_aigir=ad25bce59c78 top=<auto> fraig=trueConvert optimized IR to AIG with DriverIrToG8rAig (fraig=true)
ce6a091ec8d06d7e392e69e729bd2967872dfeb4cf5d721629b8a192ff131188doneir_fn_to_combinational_verilogir=ad25bce59c78 top=__float32__eq_2 system_verilog=falseConvert optimized IR to combinational Verilog with IrFnToCombinationalVerilog
Output Files
PathBytesSHA256
package.opt.ir259155e8c78efe5384801982423f448e34988d69cb4ee7a26ac95030653c73d8a293
Executed Commands
#ExitCommand
10
docker run --name xlsynth-bvc-run-irfnstructuralha-316550-194 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/0d/f6/0df6e5bb7bb41564c6a82298287afea3b4bf4efd92e4f16f90d261f673b16c7d/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-316550-1771527926015880972-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float32__eq_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": "ac02aac401964866dc0c1801a3ec6d9401d2d1b7a037d01bb87f3d2cb7d505db",
  "ir_top": "__float32__eq_2",
  "semantic_cache_hit": {
    "from_action_id": "d43fd4bf58de2b181efd4afe8c50fc50b475441adb89a762ea243e60136879cb",
    "key": "ir_fn_structural_hash"
  },
  "xlsynth_version": "v0.35.0"
}

Action JSON

{
  "action": "driver_ir_to_opt",
  "ir_action_id": "0df6e5bb7bb41564c6a82298287afea3b4bf4efd92e4f16f90d261f673b16c7d",
  "top_fn_name": "__float32__eq_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"
  }
}