/versions/

Action b08cc38954cd356a28f0c35336b59bea1b7fd2d143b0fb445b901460877364e9

Summary

state: not queued

kind: driver_ir_to_opt

subject: ir=57d6dbbe59fe top=__float32__unflatten

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

Upstream Dependencies

RoleAction IDStateKindSubjectOutput
ir_action_id57d6dbbe59fe5f88eb9416c03ffc9d90f83fec3a8287accea10ecee780b69ae1donedriver_dslx_fn_to_irxls/dslx/stdlib/float32.x::unflattenir_package_file payload/package.ir

Provenance

created_utc: 2026-02-19T20:56:22.211062373+00:00

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

output path: bvc-artifacts/artifacts/b0/8c/b08cc38954cd356a28f0c35336b59bea1b7fd2d143b0fb445b901460877364e9/payload/package.opt.ir

Dependencies
Action IDArtifact TypeRelpathPath
57d6dbbe59fe5f88eb9416c03ffc9d90f83fec3a8287accea10ecee780b69ae1ir_package_filepayload/package.irbvc-artifacts/artifacts/57/d6/57d6dbbe59fe5f88eb9416c03ffc9d90f83fec3a8287accea10ecee780b69ae1/payload/package.ir
Suggested Next Actions
Action IDStateKindSubjectReason
50ef3283ae0f2de9bc928e647058c611073b55b135410055cfbb1eba7508d98fdonedriver_ir_equivlhs=57d6dbbe59fe rhs=b08cc38954cd top=__float32__unflattenCheck unoptimized vs optimized IR equivalence with DriverIrEquiv
8f79d2f9c29b80cf31c3612fe3d1f686cd7ac48755c12e5ad2814112da7cb1b9donedriver_ir_to_delay_infoir=b08cc38954cd top=__float32__unflatten model=asap7Compute optimized IR delay info with DriverIrToDelayInfo
bc73e57244c503c99036a4cdc3d40dbe11a8f6ebb5c2906ff55ecd38065c1f10donedriver_ir_to_g8r_aigir=b08cc38954cd top=<auto> fraig=falseConvert optimized IR to AIG with DriverIrToG8rAig (fraig=false)
e021df7c6b2d798db6cee79d9476c4f54347ef80bb0d25c0e5b8adbb1d37564adonedriver_ir_to_g8r_aigir=b08cc38954cd top=<auto> fraig=trueConvert optimized IR to AIG with DriverIrToG8rAig (fraig=true)
882fdf92a2ebcb788996d74499b655fd4865144c7533434e484837704602d1b9doneir_fn_to_combinational_verilogir=b08cc38954cd top=__float32__unflatten system_verilog=falseConvert optimized IR to combinational Verilog with IrFnToCombinationalVerilog
Output Files
PathBytesSHA256
package.opt.ir608b3cb430cb44fcb614a21110078c5cf7275ac23b5e9148d0a33057c034e8c4719
Executed Commands
#ExitCommand
10
docker run --name xlsynth-bvc-run-b08cc38954cd356a-989782-889 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/57/d6/57d6dbbe59fe5f88eb9416c03ffc9d90f83fec3a8287accea10ecee780b69ae1/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/b08cc38954cd356a28f0c35336b59bea1b7fd2d143b0fb445b901460877364e9-989782-1771534577791491666/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float32__unflatten -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": "__float32__unflatten",
  "xlsynth_version": "v0.15.0"
}

Action JSON

{
  "action": "driver_ir_to_opt",
  "ir_action_id": "57d6dbbe59fe5f88eb9416c03ffc9d90f83fec3a8287accea10ecee780b69ae1",
  "top_fn_name": "__float32__unflatten",
  "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"
  }
}