/versions/

Action 43f382d5c62cbb48609c49d47fe0e1e8f27288129d27c111cc60398a631005b6

Summary

state: not queued

kind: driver_ir_to_opt

subject: ir=ba6ad5e029f2 top=__float64__unbiased_exponent

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

Upstream Dependencies

RoleAction IDStateKindSubjectOutput
ir_action_idba6ad5e029f232a295d706381cdf5afecd2c7b7e56b09448351bab859d64c132donedriver_dslx_fn_to_irxls/dslx/stdlib/float64.x::unbiased_exponentir_package_file payload/package.ir

Provenance

created_utc: 2026-02-20T03:10:00.126256167+00:00

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

output path: bvc-artifacts/artifacts/43/f3/43f382d5c62cbb48609c49d47fe0e1e8f27288129d27c111cc60398a631005b6/payload/package.opt.ir

Dependencies
Action IDArtifact TypeRelpathPath
ba6ad5e029f232a295d706381cdf5afecd2c7b7e56b09448351bab859d64c132ir_package_filepayload/package.irbvc-artifacts/artifacts/ba/6a/ba6ad5e029f232a295d706381cdf5afecd2c7b7e56b09448351bab859d64c132/payload/package.ir
Suggested Next Actions
Action IDStateKindSubjectReason
a1d6359ec5f15283a52f936cc1ecc993faebaf223438bded2bc64b4a98580800donedriver_ir_equivlhs=ba6ad5e029f2 rhs=43f382d5c62c top=__float64__unbiased_exponentCheck unoptimized vs optimized IR equivalence with DriverIrEquiv
834b94f4265edbdf01f79bd98a505a739ca771ba7eb2c30cfe2990669f012f19donedriver_ir_to_delay_infoir=43f382d5c62c top=__float64__unbiased_exponent model=asap7Compute optimized IR delay info with DriverIrToDelayInfo
ffbbbf2b14f30aab5b56e6f3abb6572ac77e211dee1b4adcbd09d2f04e474b7edonedriver_ir_to_g8r_aigir=43f382d5c62c top=<auto> fraig=falseConvert optimized IR to AIG with DriverIrToG8rAig (fraig=false)
937c19072fe38523e22755c317d32906ba5af194f3c73858992cc8b8ff1479c9donedriver_ir_to_g8r_aigir=43f382d5c62c top=<auto> fraig=trueConvert optimized IR to AIG with DriverIrToG8rAig (fraig=true)
d24ece56f5c400d2e0816b25d3f92055eca623f51c4cf71cff184e3ac76b6ea8doneir_fn_to_combinational_verilogir=43f382d5c62c top=__float64__unbiased_exponent system_verilog=falseConvert optimized IR to combinational Verilog with IrFnToCombinationalVerilog
Output Files
PathBytesSHA256
package.opt.ir531c0f3023ceae261c4c4ebc845a7c310ba27c13f689328fef93306f26e44dc3b87
Executed Commands
#ExitCommand
10
docker run --name xlsynth-bvc-run-irfnstructuralha-3016926-17155 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/ba/6a/ba6ad5e029f232a295d706381cdf5afecd2c7b7e56b09448351bab859d64c132/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-3016926-1771556981407279139-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float64__unbiased_exponent -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-43f382d5c62cbb48-3016926-17192 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/ba/6a/ba6ad5e029f232a295d706381cdf5afecd2c7b7e56b09448351bab859d64c132/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/43f382d5c62cbb48609c49d47fe0e1e8f27288129d27c111cc60398a631005b6-3016926-1771556981365940993/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float64__unbiased_exponent -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": "a62e2e5479d2c4e71b777b9d081911061a4ea36eea3bcdd20a3b2d5c85e3e7d7",
  "ir_top": "__float64__unbiased_exponent",
  "xlsynth_version": "v0.35.0"
}

Action JSON

{
  "action": "driver_ir_to_opt",
  "ir_action_id": "ba6ad5e029f232a295d706381cdf5afecd2c7b7e56b09448351bab859d64c132",
  "top_fn_name": "__float64__unbiased_exponent",
  "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"
  }
}