/versions/

Action 344996acee8be087abce116ae2ee5a5a116f358eb25127d5841f800985db8ed6

Summary

state: not queued

kind: driver_ir_to_opt

subject: ir=931439bc7214 top=__float32__max_normal_exp

crate:v0.29.0dso:v0.35.0driver:crate:v0.29.0

Upstream Dependencies

RoleAction IDStateKindSubjectOutput
ir_action_id931439bc72146e2d0f68a5e3f1f15b3c2c727cdd028de9550a8b11a14cf2e8b7donedriver_dslx_fn_to_irxls/dslx/stdlib/float32.x::max_normal_expir_package_file payload/package.ir

Provenance

created_utc: 2026-02-20T03:04:17.424038777+00:00

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

output path: bvc-artifacts/artifacts/34/49/344996acee8be087abce116ae2ee5a5a116f358eb25127d5841f800985db8ed6/payload/package.opt.ir

Dependencies
Action IDArtifact TypeRelpathPath
931439bc72146e2d0f68a5e3f1f15b3c2c727cdd028de9550a8b11a14cf2e8b7ir_package_filepayload/package.irbvc-artifacts/artifacts/93/14/931439bc72146e2d0f68a5e3f1f15b3c2c727cdd028de9550a8b11a14cf2e8b7/payload/package.ir
Suggested Next Actions
Action IDStateKindSubjectReason
597d68e079d0b068e39803859767034e1820c8daa8ed96821ef900af986126e1donedriver_ir_equivlhs=931439bc7214 rhs=344996acee8b top=__float32__max_normal_expCheck unoptimized vs optimized IR equivalence with DriverIrEquiv
1f5f2e525776d517e3b21db7d158c662eef6dc956498cdbf499384d68bf255bedonedriver_ir_to_delay_infoir=344996acee8b top=__float32__max_normal_exp model=asap7Compute optimized IR delay info with DriverIrToDelayInfo
2721d38650c4a40471e135f880c7148ec87a337411f2d9165389cef036064683donedriver_ir_to_g8r_aigir=344996acee8b top=<auto> fraig=falseConvert optimized IR to AIG with DriverIrToG8rAig (fraig=false)
bb82f7a1546473f6da4f371d1375325abd6727bc24a53b27c4037a861da65421donedriver_ir_to_g8r_aigir=344996acee8b top=<auto> fraig=trueConvert optimized IR to AIG with DriverIrToG8rAig (fraig=true)
cd1c08d4831fcd574295dfc672a338d0fdf62c37759040d1fa4f8263e2e7eff2doneir_fn_to_combinational_verilogir=344996acee8b top=__float32__max_normal_exp system_verilog=falseConvert optimized IR to combinational Verilog with IrFnToCombinationalVerilog
Output Files
PathBytesSHA256
package.opt.ir25641f0e4e9ea17d6bafa0c0a3125388cb26e7e93b391448ae06de2fa03b88d1831
Executed Commands
#ExitCommand
10
docker run --name xlsynth-bvc-run-irfnstructuralha-3016926-16007 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/93/14/931439bc72146e2d0f68a5e3f1f15b3c2c727cdd028de9550a8b11a14cf2e8b7/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-3016926-1771556638685825060-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float32__max_normal_exp -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.35.0 xlsynth-bvc-driver:0.29.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
20
docker run --name xlsynth-bvc-run-344996acee8be087-3016926-16041 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/93/14/931439bc72146e2d0f68a5e3f1f15b3c2c727cdd028de9550a8b11a14cf2e8b7/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/344996acee8be087abce116ae2ee5a5a116f358eb25127d5841f800985db8ed6-3016926-1771556638667931742/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float32__max_normal_exp -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.35.0 xlsynth-bvc-driver:0.29.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.29.0",
  "driver_runtime": {
    "docker_image": "xlsynth-bvc-driver:0.29.0",
    "dockerfile": "docker/xlsynth-driver.Dockerfile",
    "driver_version": "0.29.0",
    "release_platform": "ubuntu2004"
  },
  "dso_version_label": "dso:v0.35.0",
  "input_ir_fn_structural_hash": "f43c5161a8491e777d41baa232df4653c06dfd1889342e5017c6d3d697728c48",
  "ir_top": "__float32__max_normal_exp",
  "xlsynth_version": "v0.35.0"
}

Action JSON

{
  "action": "driver_ir_to_opt",
  "ir_action_id": "931439bc72146e2d0f68a5e3f1f15b3c2c727cdd028de9550a8b11a14cf2e8b7",
  "top_fn_name": "__float32__max_normal_exp",
  "version": "v0.35.0",
  "runtime": {
    "driver_version": "0.29.0",
    "release_platform": "ubuntu2004",
    "docker_image": "xlsynth-bvc-driver:0.29.0",
    "dockerfile": "docker/xlsynth-driver.Dockerfile"
  }
}