/versions/

Action a195b02d7ad46c28a2af75b2ee290f18e4673092efa68df9c8a61eaea6977b03

Summary

state: not queued

kind: driver_ir_to_opt

subject: ir=8046908315a5 top=__hfloat16__one

crate:v0.15.0dso:v0.15.0driver:crate:v0.15.0

Upstream Dependencies

RoleAction IDStateKindSubjectOutput
ir_action_id8046908315a5c57075b1fb946408e6283a3a69f8d19cb99e1d5dd8aa159e73cedonedriver_dslx_fn_to_irxls/dslx/stdlib/hfloat16.x::oneir_package_file payload/package.ir

Provenance

created_utc: 2026-02-19T20:55:22.387763022+00:00

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

output path: bvc-artifacts/artifacts/a1/95/a195b02d7ad46c28a2af75b2ee290f18e4673092efa68df9c8a61eaea6977b03/payload/package.opt.ir

Dependencies
Action IDArtifact TypeRelpathPath
8046908315a5c57075b1fb946408e6283a3a69f8d19cb99e1d5dd8aa159e73ceir_package_filepayload/package.irbvc-artifacts/artifacts/80/46/8046908315a5c57075b1fb946408e6283a3a69f8d19cb99e1d5dd8aa159e73ce/payload/package.ir
Suggested Next Actions
Action IDStateKindSubjectReason
a34edee19b9303807b6431d60cac9b9f29daddaa34b61ab81301262c82bbfeacdonedriver_ir_equivlhs=8046908315a5 rhs=a195b02d7ad4 top=__hfloat16__oneCheck unoptimized vs optimized IR equivalence with DriverIrEquiv
2283b87471ab9a5a1f54c66ffc4a79a27603d69d7feba98e2e078b7157ef6e75donedriver_ir_to_delay_infoir=a195b02d7ad4 top=__hfloat16__one model=asap7Compute optimized IR delay info with DriverIrToDelayInfo
04ed232e247f85e857ee821bbccb6c896b3bd2d43ec235fe61bf152197257408donedriver_ir_to_g8r_aigir=a195b02d7ad4 top=<auto> fraig=falseConvert optimized IR to AIG with DriverIrToG8rAig (fraig=false)
d748bc583a0b8b47869291c0e416dc048b243ffa03290ea91f18dbed806356e9donedriver_ir_to_g8r_aigir=a195b02d7ad4 top=<auto> fraig=trueConvert optimized IR to AIG with DriverIrToG8rAig (fraig=true)
84ffea5ef7c1606b21cf6f3db190b15c27c7f72806bd06e0ad61f90ea3629671doneir_fn_to_combinational_verilogir=a195b02d7ad4 top=__hfloat16__one system_verilog=falseConvert optimized IR to combinational Verilog with IrFnToCombinationalVerilog
Output Files
PathBytesSHA256
package.opt.ir534533f945effd5a2deb00715b584aa8070c78b386d4b808179fed2e9e7bb15e4a5
Executed Commands
#ExitCommand
10
docker run --name xlsynth-bvc-run-a195b02d7ad46c28-989782-708 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/80/46/8046908315a5c57075b1fb946408e6283a3a69f8d19cb99e1d5dd8aa159e73ce/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/a195b02d7ad46c28a2af75b2ee290f18e4673092efa68df9c8a61eaea6977b03-989782-1771534519671073760/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__hfloat16__one -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.15.0 xlsynth-bvc-driver:0.15.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.15.0",
  "driver_runtime": {
    "docker_image": "xlsynth-bvc-driver:0.15.0",
    "dockerfile": "docker/xlsynth-driver.Dockerfile",
    "driver_version": "0.15.0",
    "release_platform": "ubuntu2004"
  },
  "dso_version_label": "dso:v0.15.0",
  "input_ir_fn_structural_hash_error": "docker run failed with exit code Some(2)\nstdout:\n\nstderr:\nerror: unrecognized subcommand 'ir-fn-structural-hash'\n\n  tip: a similar subcommand exists: 'ir-fn-eval'\n\nUsage: xlsynth-driver [OPTIONS] [COMMAND]\n\nFor more information, try '--help'.\n",
  "ir_top": "__hfloat16__one",
  "xlsynth_version": "v0.15.0"
}

Action JSON

{
  "action": "driver_ir_to_opt",
  "ir_action_id": "8046908315a5c57075b1fb946408e6283a3a69f8d19cb99e1d5dd8aa159e73ce",
  "top_fn_name": "__hfloat16__one",
  "version": "v0.15.0",
  "runtime": {
    "driver_version": "0.15.0",
    "release_platform": "ubuntu2004",
    "docker_image": "xlsynth-bvc-driver:0.15.0",
    "dockerfile": "docker/xlsynth-driver.Dockerfile"
  }
}