/versions/

Action 951102e185e10fa7235514986e6603a467f3d4d61c6c9433659b2e2182b9ec64

Summary

state: not queued

kind: driver_ir_to_opt

subject: ir=67b7bd977fd5 top=__hfloat16__is_zero_or_subnormal

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

Upstream Dependencies

RoleAction IDStateKindSubjectOutput
ir_action_id67b7bd977fd5d52088153162aa0856a1915b0643f352395948b654c8fc7f15cddonedriver_dslx_fn_to_irxls/dslx/stdlib/hfloat16.x::is_zero_or_subnormalir_package_file payload/package.ir

Provenance

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

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

output path: bvc-artifacts/artifacts/95/11/951102e185e10fa7235514986e6603a467f3d4d61c6c9433659b2e2182b9ec64/payload/package.opt.ir

Dependencies
Action IDArtifact TypeRelpathPath
67b7bd977fd5d52088153162aa0856a1915b0643f352395948b654c8fc7f15cdir_package_filepayload/package.irbvc-artifacts/artifacts/67/b7/67b7bd977fd5d52088153162aa0856a1915b0643f352395948b654c8fc7f15cd/payload/package.ir
Suggested Next Actions
Action IDStateKindSubjectReason
77161b3c894270abf95612f0dc6d0fecba07a173652a75b79da08fc10d31c8c5donedriver_ir_equivlhs=67b7bd977fd5 rhs=951102e185e1 top=__hfloat16__is_zero_or_subnormalCheck unoptimized vs optimized IR equivalence with DriverIrEquiv
02206c9f72b38a50ffa57dafb9e54292f688dad13561b52bb8625e12c6e1837edonedriver_ir_to_delay_infoir=951102e185e1 top=__hfloat16__is_zero_or_subnormal model=asap7Compute optimized IR delay info with DriverIrToDelayInfo
7d8cec742c7355cdfd8a715c2b6fb946685bb4c61623c9b1ab02fd772a6e16a7donedriver_ir_to_g8r_aigir=951102e185e1 top=<auto> fraig=falseConvert optimized IR to AIG with DriverIrToG8rAig (fraig=false)
8573ad95c9aaf0f51c1dd479b93d17abecf3e6f161d65137df78166d4929ce20donedriver_ir_to_g8r_aigir=951102e185e1 top=<auto> fraig=trueConvert optimized IR to AIG with DriverIrToG8rAig (fraig=true)
6b299a910397e9090d4d9721bff24e13cba12bf6ab7131c2898b6aa2f70d94f4doneir_fn_to_combinational_verilogir=951102e185e1 top=__hfloat16__is_zero_or_subnormal system_verilog=falseConvert optimized IR to combinational Verilog with IrFnToCombinationalVerilog
Output Files
PathBytesSHA256
package.opt.ir467ba88df7d8ef14d8a2a85a57d8baf8381ec5d0f48292e88ca9204a1efe11c440e
Executed Commands
#ExitCommand
10
docker run --name xlsynth-bvc-run-irfnstructuralha-3016926-16005 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/67/b7/67b7bd977fd5d52088153162aa0856a1915b0643f352395948b654c8fc7f15cd/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-3016926-1771556638147441107-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__hfloat16__is_zero_or_subnormal -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-951102e185e10fa7-3016926-16036 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/67/b7/67b7bd977fd5d52088153162aa0856a1915b0643f352395948b654c8fc7f15cd/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/951102e185e10fa7235514986e6603a467f3d4d61c6c9433659b2e2182b9ec64-3016926-1771556638127062306/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__hfloat16__is_zero_or_subnormal -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": "2e27d56bbff67a19465c7b3705bef069ea393f4eec5c950f1c10d77586850d32",
  "ir_top": "__hfloat16__is_zero_or_subnormal",
  "xlsynth_version": "v0.35.0"
}

Action JSON

{
  "action": "driver_ir_to_opt",
  "ir_action_id": "67b7bd977fd5d52088153162aa0856a1915b0643f352395948b654c8fc7f15cd",
  "top_fn_name": "__hfloat16__is_zero_or_subnormal",
  "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"
  }
}