/versions/

Action 03058e17d683285f510977d7f977a8d951c9916f2ccff0ecb7d8392aa1082319

Summary

state: not queued

kind: driver_ir_to_opt

subject: ir=85205e0c562a top=__float64__gt_2

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

Upstream Dependencies

RoleAction IDStateKindSubjectOutput
ir_action_id85205e0c562a77eeaa7d0ed5304471ffe316a0e0222e7ce2fa2bdbdaddd91552donedriver_dslx_fn_to_irxls/dslx/stdlib/float64.x::gt_2ir_package_file payload/package.ir

Provenance

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

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

output path: bvc-artifacts/artifacts/03/05/03058e17d683285f510977d7f977a8d951c9916f2ccff0ecb7d8392aa1082319/payload/package.opt.ir

Dependencies
Action IDArtifact TypeRelpathPath
85205e0c562a77eeaa7d0ed5304471ffe316a0e0222e7ce2fa2bdbdaddd91552ir_package_filepayload/package.irbvc-artifacts/artifacts/85/20/85205e0c562a77eeaa7d0ed5304471ffe316a0e0222e7ce2fa2bdbdaddd91552/payload/package.ir
Suggested Next Actions
Action IDStateKindSubjectReason
d3ce6837726061e5e21e5a0800aa02c79003516bfb17b6e4b76111718bbc8e88donedriver_ir_equivlhs=85205e0c562a rhs=03058e17d683 top=__float64__gt_2Check unoptimized vs optimized IR equivalence with DriverIrEquiv
3fa3d672e70bf82afa907211eb8260146269ab3e6b6d2a2f4c56ba7a245462badonedriver_ir_to_delay_infoir=03058e17d683 top=__float64__gt_2 model=asap7Compute optimized IR delay info with DriverIrToDelayInfo
b33855ac86380d464ea545841fe91b38088e8f574c22d64987775eb5b7a32b14donedriver_ir_to_g8r_aigir=03058e17d683 top=<auto> fraig=falseConvert optimized IR to AIG with DriverIrToG8rAig (fraig=false)
eab33dd96ad71ed6e0f3ee3cfe0b2506cd2c071eec31a07e864700ce772ccc3ddonedriver_ir_to_g8r_aigir=03058e17d683 top=<auto> fraig=trueConvert optimized IR to AIG with DriverIrToG8rAig (fraig=true)
aab279bc8a549591acafd52c3f8cb61aa13bf496b04b9f7efe3ddb833581c0a8doneir_fn_to_combinational_verilogir=03058e17d683 top=__float64__gt_2 system_verilog=falseConvert optimized IR to combinational Verilog with IrFnToCombinationalVerilog
Output Files
PathBytesSHA256
package.opt.ir5456b0de41977e353a922407c77fea51550b615c91046db0156f0e7d3c5df5ae5c87
Executed Commands
#ExitCommand
10
docker run --name xlsynth-bvc-run-irfnstructuralha-3016926-15727 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/85/20/85205e0c562a77eeaa7d0ed5304471ffe316a0e0222e7ce2fa2bdbdaddd91552/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-3016926-1771556556863169625-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float64__gt_2 -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-03058e17d683285f-3016926-15758 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/85/20/85205e0c562a77eeaa7d0ed5304471ffe316a0e0222e7ce2fa2bdbdaddd91552/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/03058e17d683285f510977d7f977a8d951c9916f2ccff0ecb7d8392aa1082319-3016926-1771556556839391074/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float64__gt_2 -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": "d66cbc6e8e2f3128f2e8bfe792eec4d29a9a803cf6ce2d53a6960b937762abf7",
  "ir_top": "__float64__gt_2",
  "xlsynth_version": "v0.35.0"
}

Action JSON

{
  "action": "driver_ir_to_opt",
  "ir_action_id": "85205e0c562a77eeaa7d0ed5304471ffe316a0e0222e7ce2fa2bdbdaddd91552",
  "top_fn_name": "__float64__gt_2",
  "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"
  }
}