/versions/

Action bc34c604fc5633d7890be1da64cd8771a8e004dc9ce7fc594f51af136fce44d5

Summary

state: not queued

kind: driver_ir_to_opt

subject: ir=792565d1cc6e top=__float64__max_normal_exp

crate:v0.6.0dso:v0.7.0driver:crate:v0.6.0

Upstream Dependencies

RoleAction IDStateKindSubjectOutput
ir_action_id792565d1cc6ed8bb53304507f01009e653bd6b6f55ff90116ccbb3e17eb4197ddonedriver_dslx_fn_to_irxls/dslx/stdlib/float64.x::max_normal_expir_package_file payload/package.ir

Provenance

created_utc: 2026-02-19T23:11:51.867202997+00:00

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

output path: bvc-artifacts/artifacts/bc/34/bc34c604fc5633d7890be1da64cd8771a8e004dc9ce7fc594f51af136fce44d5/payload/package.opt.ir

Dependencies
Action IDArtifact TypeRelpathPath
792565d1cc6ed8bb53304507f01009e653bd6b6f55ff90116ccbb3e17eb4197dir_package_filepayload/package.irbvc-artifacts/artifacts/79/25/792565d1cc6ed8bb53304507f01009e653bd6b6f55ff90116ccbb3e17eb4197d/payload/package.ir
Suggested Next Actions
Action IDStateKindSubjectReason
93613add342513c47a92bd8830fb23a8ec26b6ae2b0b0948f793515b45592376donedriver_ir_equivlhs=792565d1cc6e rhs=bc34c604fc56 top=__float64__max_normal_expCheck unoptimized vs optimized IR equivalence with DriverIrEquiv
635431b85b07e758ead222d56086f0a530a63c43f29a0e203377a08559af8b81donedriver_ir_to_delay_infoir=bc34c604fc56 top=__float64__max_normal_exp model=asap7Compute optimized IR delay info with DriverIrToDelayInfo
0c114ab0f50df5566e1ceac7980f0de353e5163c06ae17491c6acbe3c546b4e5donedriver_ir_to_g8r_aigir=bc34c604fc56 top=<auto> fraig=falseConvert optimized IR to AIG with DriverIrToG8rAig (fraig=false)
218cfb32ca1d67f6b912089e7dabb9fe21a37bb91ed33d0fd4997ad981145f5fdonedriver_ir_to_g8r_aigir=bc34c604fc56 top=<auto> fraig=trueConvert optimized IR to AIG with DriverIrToG8rAig (fraig=true)
3d323ae22438c07ca1180c9b8991ea31380af3fcb148d8cd6f71d59a70de52f0doneir_fn_to_combinational_verilogir=bc34c604fc56 top=__float64__max_normal_exp system_verilog=falseConvert optimized IR to combinational Verilog with IrFnToCombinationalVerilog
Output Files
PathBytesSHA256
package.opt.ir259a626a1b491b7bf577012f76e78f947336a9892f15808ba6a539d0fbec5f00435
Executed Commands
#ExitCommand
10
docker run --name xlsynth-bvc-run-bc34c604fc5633d7-1374217-8717 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/79/25/792565d1cc6ed8bb53304507f01009e653bd6b6f55ff90116ccbb3e17eb4197d/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/bc34c604fc5633d7890be1da64cd8771a8e004dc9ce7fc594f51af136fce44d5-1374217-1771542709281398597/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float64__max_normal_exp -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.7.0 xlsynth-bvc-driver:0.6.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 ir2opt /inputs/input.ir --top "${IR_TOP}" > /outputs/package.opt.ir
Details JSON
{
  "crate_version_label": "crate:v0.6.0",
  "driver_runtime": {
    "docker_image": "xlsynth-bvc-driver:0.6.0",
    "dockerfile": "docker/xlsynth-driver.Dockerfile",
    "driver_version": "0.6.0",
    "release_platform": "ubuntu2004"
  },
  "dso_version_label": "dso:v0.7.0",
  "input_ir_fn_structural_hash_error": "docker run failed (exit=Some(2)): error: unrecognized subcommand 'ir-fn-structural-hash'\nstdout:\n\nstderr:\nerror: unrecognized subcommand 'ir-fn-structural-hash'\n\n  tip: a similar subcommand exists: 'ir-fn-eval'\n\nUsage: xlsynth-driver [OPTIONS] [COMMAND]\n\nFor more information, try '--help'.\n",
  "ir_top": "__float64__max_normal_exp",
  "xlsynth_version": "v0.7.0"
}

Action JSON

{
  "action": "driver_ir_to_opt",
  "ir_action_id": "792565d1cc6ed8bb53304507f01009e653bd6b6f55ff90116ccbb3e17eb4197d",
  "top_fn_name": "__float64__max_normal_exp",
  "version": "v0.7.0",
  "runtime": {
    "driver_version": "0.6.0",
    "release_platform": "ubuntu2004",
    "docker_image": "xlsynth-bvc-driver:0.6.0",
    "dockerfile": "docker/xlsynth-driver.Dockerfile"
  }
}