/versions/

Action 17c1d65276fd5aa716f2940ccffd81856287110f2f257cc6718512b8e3a8b54b

Summary

state: not queued

kind: driver_ir_to_opt

subject: ir=664618eae21f top=__hfloat16__max_normal

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

Upstream Dependencies

RoleAction IDStateKindSubjectOutput
ir_action_id664618eae21fb8b51313724cfaebb816ca9c07c124fd62e8384ff253c99caef0donedriver_dslx_fn_to_irxls/dslx/stdlib/hfloat16.x::max_normalir_package_file payload/package.ir

Provenance

created_utc: 2026-02-20T03:00:37.403778597+00:00

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

output path: bvc-artifacts/artifacts/17/c1/17c1d65276fd5aa716f2940ccffd81856287110f2f257cc6718512b8e3a8b54b/payload/package.opt.ir

Dependencies
Action IDArtifact TypeRelpathPath
664618eae21fb8b51313724cfaebb816ca9c07c124fd62e8384ff253c99caef0ir_package_filepayload/package.irbvc-artifacts/artifacts/66/46/664618eae21fb8b51313724cfaebb816ca9c07c124fd62e8384ff253c99caef0/payload/package.ir
Suggested Next Actions
Action IDStateKindSubjectReason
ab32e0f4eb86f0bf22604bfdf2daf113a8bd3bfc3dc763ccc8826827e903ddf1donedriver_ir_equivlhs=664618eae21f rhs=17c1d65276fd top=__hfloat16__max_normalCheck unoptimized vs optimized IR equivalence with DriverIrEquiv
5ca4dd86e28c10939b27226e1b02ce8c959f950e1369165ada56afb99169129fdonedriver_ir_to_delay_infoir=17c1d65276fd top=__hfloat16__max_normal model=asap7Compute optimized IR delay info with DriverIrToDelayInfo
56de8adec3f47a1880782e6116ba1087bc88ab7e274c9f093094609e9a4e0900donedriver_ir_to_g8r_aigir=17c1d65276fd top=<auto> fraig=falseConvert optimized IR to AIG with DriverIrToG8rAig (fraig=false)
cc10f507ec4eece7eb9652384a23552a1cbd6074a1dd6c3fc97616ef9b68711bdonedriver_ir_to_g8r_aigir=17c1d65276fd top=<auto> fraig=trueConvert optimized IR to AIG with DriverIrToG8rAig (fraig=true)
ebe4d5812f0b0c5abe7114a4547d53c0e3e36f45a56f9e485b76d229da39a319doneir_fn_to_combinational_verilogir=17c1d65276fd top=__hfloat16__max_normal system_verilog=falseConvert optimized IR to combinational Verilog with IrFnToCombinationalVerilog
Output Files
PathBytesSHA256
package.opt.ir556ea87d4315e4005dd67c95138eed9432d8ff0f3d7211ce32748ca77c22f8290f9
Executed Commands
#ExitCommand
10
docker run --name xlsynth-bvc-run-irfnstructuralha-3016926-15266 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/66/46/664618eae21fb8b51313724cfaebb816ca9c07c124fd62e8384ff253c99caef0/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-3016926-1771556423698484649-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__hfloat16__max_normal -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-17c1d65276fd5aa7-3016926-15295 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/66/46/664618eae21fb8b51313724cfaebb816ca9c07c124fd62e8384ff253c99caef0/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/17c1d65276fd5aa716f2940ccffd81856287110f2f257cc6718512b8e3a8b54b-3016926-1771556423681208229/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__hfloat16__max_normal -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": "9526d23ea14e58ae471e6890fd284b35095477c8807a05f7b63647f092ef178d",
  "ir_top": "__hfloat16__max_normal",
  "xlsynth_version": "v0.35.0"
}

Action JSON

{
  "action": "driver_ir_to_opt",
  "ir_action_id": "664618eae21fb8b51313724cfaebb816ca9c07c124fd62e8384ff253c99caef0",
  "top_fn_name": "__hfloat16__max_normal",
  "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"
  }
}