/versions/

Action d60a3509000be46a4c7fcd992ac70faf502b99d211edd20237224285d4474555

Summary

state: not queued

kind: driver_ir_to_opt

subject: ir=8c4e97c8141e top=__float32__ceil_with_denorms

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

Upstream Dependencies

RoleAction IDStateKindSubjectOutput
ir_action_id8c4e97c8141e203080fe5373194ca4815f6158285ead87209a80933b64132b30donedriver_dslx_fn_to_irxls/dslx/stdlib/float32.x::ceil_with_denormsir_package_file payload/package.ir

Provenance

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

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

output path: bvc-artifacts/artifacts/d6/0a/d60a3509000be46a4c7fcd992ac70faf502b99d211edd20237224285d4474555/payload/package.opt.ir

Dependencies
Action IDArtifact TypeRelpathPath
8c4e97c8141e203080fe5373194ca4815f6158285ead87209a80933b64132b30ir_package_filepayload/package.irbvc-artifacts/artifacts/8c/4e/8c4e97c8141e203080fe5373194ca4815f6158285ead87209a80933b64132b30/payload/package.ir
Suggested Next Actions
Action IDStateKindSubjectReason
3378df3fb365c1078325849a7a76354a9a836ad50b39b3bb6b25b6c8f3d29713donedriver_ir_equivlhs=8c4e97c8141e rhs=d60a3509000b top=__float32__ceil_with_denormsCheck unoptimized vs optimized IR equivalence with DriverIrEquiv
b53ab122272ed265cfbe44f231e2f0b91c846b03ea1e49034cd636af647d1f6ddonedriver_ir_to_delay_infoir=d60a3509000b top=__float32__ceil_with_denorms model=asap7Compute optimized IR delay info with DriverIrToDelayInfo
df4acac1f91b419809364a0eb8e8465f6ba20d32193e8abda91e09dfa430ad44donedriver_ir_to_g8r_aigir=d60a3509000b top=<auto> fraig=falseConvert optimized IR to AIG with DriverIrToG8rAig (fraig=false)
75c72995945060d20df9765e3f4407c5960a792f136cf68055c2b522dd10caaadonedriver_ir_to_g8r_aigir=d60a3509000b top=<auto> fraig=trueConvert optimized IR to AIG with DriverIrToG8rAig (fraig=true)
49656d148f602fe310b73c3014db09e9d439cb77cdb0068d30dd8c6e2ba0c179doneir_fn_to_combinational_verilogir=d60a3509000b top=__float32__ceil_with_denorms system_verilog=falseConvert optimized IR to combinational Verilog with IrFnToCombinationalVerilog
Output Files
PathBytesSHA256
package.opt.ir62343b95dee265aea279fb044e539079357689a0fb98e51b65670885042aae4f69c4
Executed Commands
#ExitCommand
10
docker run --name xlsynth-bvc-run-irfnstructuralha-316550-732 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/8c/4e/8c4e97c8141e203080fe5373194ca4815f6158285ead87209a80933b64132b30/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-316550-1771528138311477612-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float32__ceil_with_denorms -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": "3a594c074769e6cbd3854dcc3fa1472b1ed9bb85350f3ebe1b04a56ebe0e4436",
  "ir_top": "__float32__ceil_with_denorms",
  "semantic_cache_hit": {
    "from_action_id": "8d346d9971787d5233f679992e85e28d65eec5ed96d401a5dd503867e5a3e490",
    "key": "ir_fn_structural_hash"
  },
  "xlsynth_version": "v0.35.0"
}

Action JSON

{
  "action": "driver_ir_to_opt",
  "ir_action_id": "8c4e97c8141e203080fe5373194ca4815f6158285ead87209a80933b64132b30",
  "top_fn_name": "__float32__ceil_with_denorms",
  "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"
  }
}