/versions/

Action fbd0ea98832e95a7c28f8cd0d84460073f8b820edf0d78edb132036075b65f8d

Summary

state: not queued

kind: driver_ir_to_opt

subject: ir=ae0b28424d83 top=__float32__lt_2

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

Upstream Dependencies

RoleAction IDStateKindSubjectOutput
ir_action_idae0b28424d832f9ae1fd3d38840121543e5c41f978856706d9e7746b3126cf80donedriver_dslx_fn_to_irxls/dslx/stdlib/float32.x::lt_2ir_package_file payload/package.ir

Provenance

created_utc: 2026-02-19T19:13:54.151955286+00:00

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

output path: bvc-artifacts/artifacts/fb/d0/fbd0ea98832e95a7c28f8cd0d84460073f8b820edf0d78edb132036075b65f8d/payload/package.opt.ir

Dependencies
Action IDArtifact TypeRelpathPath
ae0b28424d832f9ae1fd3d38840121543e5c41f978856706d9e7746b3126cf80ir_package_filepayload/package.irbvc-artifacts/artifacts/ae/0b/ae0b28424d832f9ae1fd3d38840121543e5c41f978856706d9e7746b3126cf80/payload/package.ir
Suggested Next Actions
Action IDStateKindSubjectReason
b59d3ed0800981fba8a3459b9f5d42325ebc353a29123db0e11bf16c772af84adonedriver_ir_equivlhs=ae0b28424d83 rhs=fbd0ea98832e top=__float32__lt_2Check unoptimized vs optimized IR equivalence with DriverIrEquiv
88bea11a2043bc7da43ffe3744b821c9e692481529f257c6763c19c1e7578f5ddonedriver_ir_to_delay_infoir=fbd0ea98832e top=__float32__lt_2 model=asap7Compute optimized IR delay info with DriverIrToDelayInfo
720822e3cb72d88677876bac39522a18d63aafc77cf9bf32ffa1c26eec015d62donedriver_ir_to_g8r_aigir=fbd0ea98832e top=<auto> fraig=falseConvert optimized IR to AIG with DriverIrToG8rAig (fraig=false)
c1d734a96796203a0bc44ff3c106166285313bc90af0cbd1a3631a7e1b335927donedriver_ir_to_g8r_aigir=fbd0ea98832e top=<auto> fraig=trueConvert optimized IR to AIG with DriverIrToG8rAig (fraig=true)
a4581c0c06bc63484c531f2480b3731c20d75d320c442e08c03608635537f0b9doneir_fn_to_combinational_verilogir=fbd0ea98832e top=__float32__lt_2 system_verilog=falseConvert optimized IR to combinational Verilog with IrFnToCombinationalVerilog
Output Files
PathBytesSHA256
package.opt.ir6699175dc3a457fc2ab0f5f4e59d882a666d3713a1e8787b35eb662fbb5494fa4806
Executed Commands
#ExitCommand
10
docker run --name xlsynth-bvc-run-irfnstructuralha-316550-1502 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/ae/0b/ae0b28424d832f9ae1fd3d38840121543e5c41f978856706d9e7746b3126cf80/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-316550-1771528431874376823-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float32__lt_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": "63ee4ac3760667229c6e46c80db4969a6a70074d8dac7f56aca1599e38dbb0e3",
  "ir_top": "__float32__lt_2",
  "semantic_cache_hit": {
    "from_action_id": "b9fd0acdb47f41e72ba3b2f6d9294ea367f34991ca250a72c9baff78b4525f46",
    "key": "ir_fn_structural_hash"
  },
  "xlsynth_version": "v0.35.0"
}

Action JSON

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