/versions/

Action 3d80c4bc4f898507e7efe03d181ed04bdcda43479c4936688325eaf3c3d86772

Summary

state: not queued

kind: driver_ir_to_opt

subject: ir=edc2dc33f933 top=__float32__is_nan

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

Upstream Dependencies

RoleAction IDStateKindSubjectOutput
ir_action_idedc2dc33f9334055b82125c1e3f396a34e68e9ab7b8f916a39307841663904b6donedriver_dslx_fn_to_irxls/dslx/stdlib/float32.x::is_nanir_package_file payload/package.ir

Provenance

created_utc: 2026-02-20T03:21:43.982421566+00:00

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

output path: bvc-artifacts/artifacts/3d/80/3d80c4bc4f898507e7efe03d181ed04bdcda43479c4936688325eaf3c3d86772/payload/package.opt.ir

Dependencies
Action IDArtifact TypeRelpathPath
edc2dc33f9334055b82125c1e3f396a34e68e9ab7b8f916a39307841663904b6ir_package_filepayload/package.irbvc-artifacts/artifacts/ed/c2/edc2dc33f9334055b82125c1e3f396a34e68e9ab7b8f916a39307841663904b6/payload/package.ir
Suggested Next Actions
Action IDStateKindSubjectReason
dee1f22356020ff9bc893f7abdadb42e5598c8882d1620adc6df086008fbff71donedriver_ir_equivlhs=edc2dc33f933 rhs=3d80c4bc4f89 top=__float32__is_nanCheck unoptimized vs optimized IR equivalence with DriverIrEquiv
3683ba8c634bdace232d0eb515b26cec54c6f1e758c78b1ecc22cb92ec49c63ddonedriver_ir_to_delay_infoir=3d80c4bc4f89 top=__float32__is_nan model=asap7Compute optimized IR delay info with DriverIrToDelayInfo
023e61ef7ffe039a171794f9f0a3378637a34e0d16e5a777648c267394c5189ddonedriver_ir_to_g8r_aigir=3d80c4bc4f89 top=<auto> fraig=falseConvert optimized IR to AIG with DriverIrToG8rAig (fraig=false)
49374e2652f485baf1c5c74185497c3965a5c556995c59b641803acb6522b90edonedriver_ir_to_g8r_aigir=3d80c4bc4f89 top=<auto> fraig=trueConvert optimized IR to AIG with DriverIrToG8rAig (fraig=true)
f6306a7decca644e7b8ab69d79efe376552ae455a1261fb9188312b42f32f2d9doneir_fn_to_combinational_verilogir=3d80c4bc4f89 top=__float32__is_nan system_verilog=falseConvert optimized IR to combinational Verilog with IrFnToCombinationalVerilog
Output Files
PathBytesSHA256
package.opt.ir8189f83c5f70710023f6de2e8d8bc5f7b05f05b7a57ad5605012c89503572fd55fa
Executed Commands
#ExitCommand
10
docker run --name xlsynth-bvc-run-irfnstructuralha-3016926-19513 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/ed/c2/edc2dc33f9334055b82125c1e3f396a34e68e9ab7b8f916a39307841663904b6/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-3016926-1771557685787766293-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float32__is_nan -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-3d80c4bc4f898507-3016926-19548 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/ed/c2/edc2dc33f9334055b82125c1e3f396a34e68e9ab7b8f916a39307841663904b6/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/3d80c4bc4f898507e7efe03d181ed04bdcda43479c4936688325eaf3c3d86772-3016926-1771557685770700032/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float32__is_nan -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": "d36c0ee5710f83854d36ba7fb0f0bbe6b77ea71e1f37f8a1390c7d2a62bd3217",
  "ir_top": "__float32__is_nan",
  "xlsynth_version": "v0.35.0"
}

Action JSON

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