/versions/

Action af4b8ceb982a17b1a747b405c784bce80d6d9a29471e7db2ab63e688be2e752e

Summary

state: not queued

kind: driver_ir_to_opt

subject: ir=13da457c5ecd top=__float32__gt_2

crate:v0.10.0dso:v0.11.0driver:crate:v0.10.0

Upstream Dependencies

RoleAction IDStateKindSubjectOutput
ir_action_id13da457c5ecdf8761422972820b4d108476e438af58f1136ce2b627238a29336donedriver_dslx_fn_to_irxls/dslx/stdlib/float32.x::gt_2ir_package_file payload/package.ir

Provenance

created_utc: 2026-02-19T22:08:24.786559363+00:00

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

output path: bvc-artifacts/artifacts/af/4b/af4b8ceb982a17b1a747b405c784bce80d6d9a29471e7db2ab63e688be2e752e/payload/package.opt.ir

Dependencies
Action IDArtifact TypeRelpathPath
13da457c5ecdf8761422972820b4d108476e438af58f1136ce2b627238a29336ir_package_filepayload/package.irbvc-artifacts/artifacts/13/da/13da457c5ecdf8761422972820b4d108476e438af58f1136ce2b627238a29336/payload/package.ir
Suggested Next Actions
Action IDStateKindSubjectReason
13a399001344ba9c1012dbf3602aae49c90a0f7a9473063e1352a1b4cb58340ddonedriver_ir_equivlhs=13da457c5ecd rhs=af4b8ceb982a top=__float32__gt_2Check unoptimized vs optimized IR equivalence with DriverIrEquiv
8c52c5085d10576b08633baf4f3c66243d62a7cf4ab3dd3c5bc497b9cbaebb90donedriver_ir_to_delay_infoir=af4b8ceb982a top=__float32__gt_2 model=asap7Compute optimized IR delay info with DriverIrToDelayInfo
40c451cee272b0a73749d8194b62537aaf2f5eeccc11bee54052689e1ec7447bdonedriver_ir_to_g8r_aigir=af4b8ceb982a top=<auto> fraig=falseConvert optimized IR to AIG with DriverIrToG8rAig (fraig=false)
21938538c88e7b690d87c9904424ca6fff65b17985d89eaa74668f4dfab27aeedonedriver_ir_to_g8r_aigir=af4b8ceb982a top=<auto> fraig=trueConvert optimized IR to AIG with DriverIrToG8rAig (fraig=true)
2d39f624dfcc50d99beb95c1c233722827b0f334e0d053c1c91c8ef936154962doneir_fn_to_combinational_verilogir=af4b8ceb982a top=__float32__gt_2 system_verilog=falseConvert optimized IR to combinational Verilog with IrFnToCombinationalVerilog
Output Files
PathBytesSHA256
package.opt.ir54626fad5b6203d63ffce278e08ea339b457ca9949a27261a1cfe31b4a1652b2e52d
Executed Commands
#ExitCommand
10
docker run --name xlsynth-bvc-run-af4b8ceb982a17b1-1374217-3527 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/13/da/13da457c5ecdf8761422972820b4d108476e438af58f1136ce2b627238a29336/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/af4b8ceb982a17b1a747b405c784bce80d6d9a29471e7db2ab63e688be2e752e-1374217-1771538900357244833/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float32__gt_2 -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.11.0 xlsynth-bvc-driver:0.10.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.10.0",
  "driver_runtime": {
    "docker_image": "xlsynth-bvc-driver:0.10.0",
    "dockerfile": "docker/xlsynth-driver.Dockerfile",
    "driver_version": "0.10.0",
    "release_platform": "ubuntu2004"
  },
  "dso_version_label": "dso:v0.11.0",
  "input_ir_fn_structural_hash_error": "docker run failed (exit=Some(2)): error: unrecognized subcommand 'ir-fn-structural-hash'\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__gt_2",
  "xlsynth_version": "v0.11.0"
}

Action JSON

{
  "action": "driver_ir_to_opt",
  "ir_action_id": "13da457c5ecdf8761422972820b4d108476e438af58f1136ce2b627238a29336",
  "top_fn_name": "__float32__gt_2",
  "version": "v0.11.0",
  "runtime": {
    "driver_version": "0.10.0",
    "release_platform": "ubuntu2004",
    "docker_image": "xlsynth-bvc-driver:0.10.0",
    "dockerfile": "docker/xlsynth-driver.Dockerfile"
  }
}