/versions/

Action 9d94fb98caf6694388a07ef8f064ec83503f8bd7996e3960a6a12fb85020951e

Summary

state: not queued

kind: driver_ir_to_opt

subject: ir=1b281c6bff8d top=__bfloat16__add

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

Upstream Dependencies

RoleAction IDStateKindSubjectOutput
ir_action_id1b281c6bff8d7a014779c76c5039947104c6246b2fe14704d730c2579bad683bdonedriver_dslx_fn_to_irxls/dslx/stdlib/bfloat16.x::addir_package_file payload/package.ir

Provenance

created_utc: 2026-02-20T03:05:31.077580526+00:00

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

output path: bvc-artifacts/artifacts/9d/94/9d94fb98caf6694388a07ef8f064ec83503f8bd7996e3960a6a12fb85020951e/payload/package.opt.ir

Dependencies
Action IDArtifact TypeRelpathPath
1b281c6bff8d7a014779c76c5039947104c6246b2fe14704d730c2579bad683bir_package_filepayload/package.irbvc-artifacts/artifacts/1b/28/1b281c6bff8d7a014779c76c5039947104c6246b2fe14704d730c2579bad683b/payload/package.ir
Suggested Next Actions
Action IDStateKindSubjectReason
5d0f19d2185fff6347a9c14fa5441b8d23e8db0410428778a262323cd3de47dbdonedriver_ir_equivlhs=1b281c6bff8d rhs=9d94fb98caf6 top=__bfloat16__addCheck unoptimized vs optimized IR equivalence with DriverIrEquiv
7875e540543a66709c67caaefcf7fbacffd5d98123f4700ee00f50487c80209adonedriver_ir_to_delay_infoir=9d94fb98caf6 top=__bfloat16__add model=asap7Compute optimized IR delay info with DriverIrToDelayInfo
d006e01c80e0b966d9600df83c4b947d4733955862e7cc4e8804843b78c9307bdonedriver_ir_to_g8r_aigir=9d94fb98caf6 top=<auto> fraig=falseConvert optimized IR to AIG with DriverIrToG8rAig (fraig=false)
a2c608b17dae872ff433c866d1993437c48f855ffa42912fceafa3796ddcf74fdonedriver_ir_to_g8r_aigir=9d94fb98caf6 top=<auto> fraig=trueConvert optimized IR to AIG with DriverIrToG8rAig (fraig=true)
d45dff96097f8530d0a14c059e9db57aaef494d9cf5b200c9a561375640e4f17doneir_fn_to_combinational_verilogir=9d94fb98caf6 top=__bfloat16__add system_verilog=falseConvert optimized IR to combinational Verilog with IrFnToCombinationalVerilog
Output Files
PathBytesSHA256
package.opt.ir26940dc368f242e1cae4d07aec0d62f272c6eea5ec94c23c592f55ad02e4946ca6700
Executed Commands
#ExitCommand
10
docker run --name xlsynth-bvc-run-irfnstructuralha-3016926-16256 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/1b/28/1b281c6bff8d7a014779c76c5039947104c6246b2fe14704d730c2579bad683b/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-3016926-1771556714293315826-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__bfloat16__add -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-9d94fb98caf66943-3016926-16290 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/1b/28/1b281c6bff8d7a014779c76c5039947104c6246b2fe14704d730c2579bad683b/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/9d94fb98caf6694388a07ef8f064ec83503f8bd7996e3960a6a12fb85020951e-3016926-1771556714268321911/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__bfloat16__add -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": "f5ae1f7d0d706e0d1c948caffb86f1d7628fd8dddbe0a03f403e1799359720a8",
  "ir_top": "__bfloat16__add",
  "xlsynth_version": "v0.35.0"
}

Action JSON

{
  "action": "driver_ir_to_opt",
  "ir_action_id": "1b281c6bff8d7a014779c76c5039947104c6246b2fe14704d730c2579bad683b",
  "top_fn_name": "__bfloat16__add",
  "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"
  }
}