/versions/

Action 2821ac6a7c528da9d1aacac066a45ac552f1fa7673dcca9f267553155e0cac9d

Summary

state: not queued

kind: driver_ir_to_opt

subject: ir=4a500e21eddc top=__hfloat16__from_float32

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

Upstream Dependencies

RoleAction IDStateKindSubjectOutput
ir_action_id4a500e21eddc043d7754dc47ab6b59e9662ecbf4e81745125841e6a7ed7f9a77donedriver_dslx_fn_to_irxls/dslx/stdlib/hfloat16.x::from_float32ir_package_file payload/package.ir

Provenance

created_utc: 2026-02-20T02:59:06.099160278+00:00

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

output path: bvc-artifacts/artifacts/28/21/2821ac6a7c528da9d1aacac066a45ac552f1fa7673dcca9f267553155e0cac9d/payload/package.opt.ir

Dependencies
Action IDArtifact TypeRelpathPath
4a500e21eddc043d7754dc47ab6b59e9662ecbf4e81745125841e6a7ed7f9a77ir_package_filepayload/package.irbvc-artifacts/artifacts/4a/50/4a500e21eddc043d7754dc47ab6b59e9662ecbf4e81745125841e6a7ed7f9a77/payload/package.ir
Suggested Next Actions
Action IDStateKindSubjectReason
fcd5ad717058281713dd9f4f88a8023caf191098ed05214928afea9b47aa19c9donedriver_ir_equivlhs=4a500e21eddc rhs=2821ac6a7c52 top=__hfloat16__from_float32Check unoptimized vs optimized IR equivalence with DriverIrEquiv
5b6aea763483e6373cc4fa429db0678c2e2cd28cc181ed5afb2ff4d3ba674d11donedriver_ir_to_delay_infoir=2821ac6a7c52 top=__hfloat16__from_float32 model=asap7Compute optimized IR delay info with DriverIrToDelayInfo
6cf2a07fccc90a177af49ff968a4fb9cda29bb1b2cf346faf342a10ab4cead9bdonedriver_ir_to_g8r_aigir=2821ac6a7c52 top=<auto> fraig=falseConvert optimized IR to AIG with DriverIrToG8rAig (fraig=false)
3df2ebcf84881153fb841c74796574f46582e87777b608213f376e6e8e6007a3donedriver_ir_to_g8r_aigir=2821ac6a7c52 top=<auto> fraig=trueConvert optimized IR to AIG with DriverIrToG8rAig (fraig=true)
faf52cb1e852b3ad1e96eac0a575e9b5f87fc4e10ad9e106058d09e02801fc44doneir_fn_to_combinational_verilogir=2821ac6a7c52 top=__hfloat16__from_float32 system_verilog=falseConvert optimized IR to combinational Verilog with IrFnToCombinationalVerilog
Output Files
PathBytesSHA256
package.opt.ir17947760ebf90d6efc0cb6de0a11cb11733864c54aaa588ea3c84c8b89c6d65bcaee3
Executed Commands
#ExitCommand
10
docker run --name xlsynth-bvc-run-irfnstructuralha-3016926-14959 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/4a/50/4a500e21eddc043d7754dc47ab6b59e9662ecbf4e81745125841e6a7ed7f9a77/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-3016926-1771556329402445082-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__hfloat16__from_float32 -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-2821ac6a7c528da9-3016926-14993 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/4a/50/4a500e21eddc043d7754dc47ab6b59e9662ecbf4e81745125841e6a7ed7f9a77/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/2821ac6a7c528da9d1aacac066a45ac552f1fa7673dcca9f267553155e0cac9d-3016926-1771556329380550901/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__hfloat16__from_float32 -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": "6f9ad4285bc4b9bc8ee0996b75c96127ca7cdd5ffbc2935caa151981a3f1e797",
  "ir_top": "__hfloat16__from_float32",
  "xlsynth_version": "v0.35.0"
}

Action JSON

{
  "action": "driver_ir_to_opt",
  "ir_action_id": "4a500e21eddc043d7754dc47ab6b59e9662ecbf4e81745125841e6a7ed7f9a77",
  "top_fn_name": "__hfloat16__from_float32",
  "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"
  }
}