/versions/

Action 4d99cee81f973f1d37dc476326b5987ea75c0fc1070bc9ab0035a43d2379533c

Summary

state: not queued

kind: driver_ir_to_opt

subject: ir=216602070419 top=__float32__is_inf

crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0

Upstream Dependencies

RoleAction IDStateKindSubjectOutput
ir_action_id216602070419a294e9a4878229addfbfc56a62ba82c24d4754010ddb712ffdb1donedriver_dslx_fn_to_irxls/dslx/stdlib/float32.x::is_infir_package_file payload/package.ir

Provenance

created_utc: 2026-02-19T19:00:17.374234756+00:00

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

output path: bvc-artifacts/artifacts/4d/99/4d99cee81f973f1d37dc476326b5987ea75c0fc1070bc9ab0035a43d2379533c/payload/package.opt.ir

Dependencies
Action IDArtifact TypeRelpathPath
216602070419a294e9a4878229addfbfc56a62ba82c24d4754010ddb712ffdb1ir_package_filepayload/package.irbvc-artifacts/artifacts/21/66/216602070419a294e9a4878229addfbfc56a62ba82c24d4754010ddb712ffdb1/payload/package.ir
Suggested Next Actions
Action IDStateKindSubjectReason
415b7d257e01e1157732138d1931491f32739410294760f8713dd8dec9ddf920donedriver_ir_equivlhs=216602070419 rhs=4d99cee81f97 top=__float32__is_infCheck unoptimized vs optimized IR equivalence with DriverIrEquiv
b65206eb603df01bee2b3d98ce8ef78dd005449c206d60928b9ab1f1da016e73donedriver_ir_to_delay_infoir=4d99cee81f97 top=__float32__is_inf model=asap7Compute optimized IR delay info with DriverIrToDelayInfo
67bcbed9eadc4efc66eaa4aeab82b26129c32b6dbb8c0bd1223a392608cbee62donedriver_ir_to_g8r_aigir=4d99cee81f97 top=<auto> fraig=falseConvert optimized IR to AIG with DriverIrToG8rAig (fraig=false)
b1dfaf51515f49586a349a6e7bf5167e31e91e0cd757c7d56aae088ebb71d9f0donedriver_ir_to_g8r_aigir=4d99cee81f97 top=<auto> fraig=trueConvert optimized IR to AIG with DriverIrToG8rAig (fraig=true)
28e2ea9e91cdaa1ea5ddeb9bfebbe39873a3557df97a1cc0a180e9baceff0db4doneir_fn_to_combinational_verilogir=4d99cee81f97 top=__float32__is_inf system_verilog=falseConvert optimized IR to combinational Verilog with IrFnToCombinationalVerilog
Output Files
PathBytesSHA256
package.opt.ir8189d705fa501ab1199847372d4c65642fd0da91fc88e2a3a07372f5d5eeae4a0bc
Executed Commands
#ExitCommand
10
docker run --name xlsynth-bvc-run-irfnstructuralha-273527-54 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/21/66/216602070419a294e9a4878229addfbfc56a62ba82c24d4754010ddb712ffdb1/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-273527-1771527616715484436-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float32__is_inf -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.35.0 xlsynth-bvc-driver:0.31.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
Details JSON
{
  "crate_version_label": "crate:v0.31.0",
  "driver_runtime": {
    "docker_image": "xlsynth-bvc-driver:0.31.0",
    "dockerfile": "docker/xlsynth-driver.Dockerfile",
    "driver_version": "0.31.0",
    "release_platform": "ubuntu2004"
  },
  "dso_version_label": "dso:v0.35.0",
  "input_ir_fn_structural_hash": "74652667b5f2e174bba50dbbb2dd2e2653cda1c830ae628282e3fd8f3e62597e",
  "ir_top": "__float32__is_inf",
  "semantic_cache_hit": {
    "from_action_id": "790a9803cdc8e318479ec8acda14b0b36deaa0aa756ad76b5d5a202d792b2143",
    "key": "ir_fn_structural_hash"
  },
  "xlsynth_version": "v0.35.0"
}

Action JSON

{
  "action": "driver_ir_to_opt",
  "ir_action_id": "216602070419a294e9a4878229addfbfc56a62ba82c24d4754010ddb712ffdb1",
  "top_fn_name": "__float32__is_inf",
  "version": "v0.35.0",
  "runtime": {
    "driver_version": "0.31.0",
    "release_platform": "ubuntu2004",
    "docker_image": "xlsynth-bvc-driver:0.31.0",
    "dockerfile": "docker/xlsynth-driver.Dockerfile"
  }
}