/versions/

Action 544efffa315bb72f8b8d38584413daae028b795bca5e02e0b456994c61e1b0a4

Summary

state: not queued

kind: driver_ir_to_opt

subject: ir=fecc2279431f top=__float64__qnan

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

Upstream Dependencies

RoleAction IDStateKindSubjectOutput
ir_action_idfecc2279431fa36a55a2bd53e9c0c3c3be1ceb02ec61e3cb7115efc15679e21cdonedriver_dslx_fn_to_irxls/dslx/stdlib/float64.x::qnanir_package_file payload/package.ir

Provenance

created_utc: 2026-02-20T03:29:33.845292694+00:00

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

output path: bvc-artifacts/artifacts/54/4e/544efffa315bb72f8b8d38584413daae028b795bca5e02e0b456994c61e1b0a4/payload/package.opt.ir

Dependencies
Action IDArtifact TypeRelpathPath
fecc2279431fa36a55a2bd53e9c0c3c3be1ceb02ec61e3cb7115efc15679e21cir_package_filepayload/package.irbvc-artifacts/artifacts/fe/cc/fecc2279431fa36a55a2bd53e9c0c3c3be1ceb02ec61e3cb7115efc15679e21c/payload/package.ir
Suggested Next Actions
Action IDStateKindSubjectReason
24ea4f94c524d1a198978ad14ccc52fac90ae84da1be3b6fa16502400cb4ffbadonedriver_ir_equivlhs=fecc2279431f rhs=544efffa315b top=__float64__qnanCheck unoptimized vs optimized IR equivalence with DriverIrEquiv
42e45c6f6d8f52fc063312bf9daebb6bc925a854727bc7af5046288cdc9510a6donedriver_ir_to_delay_infoir=544efffa315b top=__float64__qnan model=asap7Compute optimized IR delay info with DriverIrToDelayInfo
9bc4702f3d0949eea0dcfb041e44be7eb64c77de33da159ea7c6924da574b88bdonedriver_ir_to_g8r_aigir=544efffa315b top=<auto> fraig=falseConvert optimized IR to AIG with DriverIrToG8rAig (fraig=false)
1ac1a9194586821b5825d41613f857c391cfb0c9b1c9ae8259d42eaf2a6fdceddonedriver_ir_to_g8r_aigir=544efffa315b top=<auto> fraig=trueConvert optimized IR to AIG with DriverIrToG8rAig (fraig=true)
0b80ead21f2ff4a3d860ccee21bf274005a3cd412b9916e06114e8fd4742207ddoneir_fn_to_combinational_verilogir=544efffa315b top=__float64__qnan system_verilog=falseConvert optimized IR to combinational Verilog with IrFnToCombinationalVerilog
Output Files
PathBytesSHA256
package.opt.ir368ee58666345030e5ca068365aab1c287fc95aae3d1b1603927d18f5be5f79a3c5
Executed Commands
#ExitCommand
10
docker run --name xlsynth-bvc-run-irfnstructuralha-3016926-21127 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/fe/cc/fecc2279431fa36a55a2bd53e9c0c3c3be1ceb02ec61e3cb7115efc15679e21c/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-3016926-1771558155756455889-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float64__qnan -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-544efffa315bb72f-3016926-21165 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/fe/cc/fecc2279431fa36a55a2bd53e9c0c3c3be1ceb02ec61e3cb7115efc15679e21c/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/544efffa315bb72f8b8d38584413daae028b795bca5e02e0b456994c61e1b0a4-3016926-1771558155649330061/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float64__qnan -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": "547fcbac523f4ccdac8f6706479a45d3af06f2e6fbf2eb07c81c2433f3788e2b",
  "ir_top": "__float64__qnan",
  "xlsynth_version": "v0.35.0"
}

Action JSON

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