/versions/

Action 1a57f6e05c90829786852862e2ff9eddb75b8d1d79e60e047a5a2c99c983cb44

Summary

state: not queued

kind: driver_ir_to_opt

subject: ir=90a37ac7f508 top=__float32__floor_daz

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

Upstream Dependencies

RoleAction IDStateKindSubjectOutput
ir_action_id90a37ac7f5086348af6b82f96e5061abaf3621f69c0932cb659244889e843b3bdonedriver_dslx_fn_to_irxls/dslx/stdlib/float32.x::floor_dazir_package_file payload/package.ir

Provenance

created_utc: 2026-02-20T03:03:55.198296523+00:00

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

output path: bvc-artifacts/artifacts/1a/57/1a57f6e05c90829786852862e2ff9eddb75b8d1d79e60e047a5a2c99c983cb44/payload/package.opt.ir

Dependencies
Action IDArtifact TypeRelpathPath
90a37ac7f5086348af6b82f96e5061abaf3621f69c0932cb659244889e843b3bir_package_filepayload/package.irbvc-artifacts/artifacts/90/a3/90a37ac7f5086348af6b82f96e5061abaf3621f69c0932cb659244889e843b3b/payload/package.ir
Suggested Next Actions
Action IDStateKindSubjectReason
5318c856efff5a29c00a95e75f50560fe826c6563e9bb6010c39bfb2855cd73adonedriver_ir_equivlhs=90a37ac7f508 rhs=1a57f6e05c90 top=__float32__floor_dazCheck unoptimized vs optimized IR equivalence with DriverIrEquiv
419dfea1c3fbcbc8bf9d0c6a8b036f50de7dba254b9c968ad29e626480abb962donedriver_ir_to_delay_infoir=1a57f6e05c90 top=__float32__floor_daz model=asap7Compute optimized IR delay info with DriverIrToDelayInfo
9ccfcbb21c2a3ac7261266d08ba6ff22f5eafe1321fefe13bb780026464fef8edonedriver_ir_to_g8r_aigir=1a57f6e05c90 top=<auto> fraig=falseConvert optimized IR to AIG with DriverIrToG8rAig (fraig=false)
c4ea11e57da50df3646c3760cdba98b647fb19c469877a375e2f038e8183a5c2donedriver_ir_to_g8r_aigir=1a57f6e05c90 top=<auto> fraig=trueConvert optimized IR to AIG with DriverIrToG8rAig (fraig=true)
6564fdf9a688b4bf4d5fbcb81befa7b5218b3709ef10a299e3b2592d523b9153doneir_fn_to_combinational_verilogir=1a57f6e05c90 top=__float32__floor_daz system_verilog=falseConvert optimized IR to combinational Verilog with IrFnToCombinationalVerilog
Output Files
PathBytesSHA256
package.opt.ir6923294f73ce9cdb2c53f2e1f6cd3c9228f7cd5bb23ee245c06bc560fb3e11f75e8b
Executed Commands
#ExitCommand
10
docker run --name xlsynth-bvc-run-irfnstructuralha-3016926-15916 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/90/a3/90a37ac7f5086348af6b82f96e5061abaf3621f69c0932cb659244889e843b3b/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-3016926-1771556614089595228-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float32__floor_daz -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-1a57f6e05c908297-3016926-15954 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/90/a3/90a37ac7f5086348af6b82f96e5061abaf3621f69c0932cb659244889e843b3b/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/1a57f6e05c90829786852862e2ff9eddb75b8d1d79e60e047a5a2c99c983cb44-3016926-1771556614066030888/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float32__floor_daz -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": "8dd813a85ab9f7ba5da182102725847897eab2dcc2838526c163079589e463e3",
  "ir_top": "__float32__floor_daz",
  "xlsynth_version": "v0.35.0"
}

Action JSON

{
  "action": "driver_ir_to_opt",
  "ir_action_id": "90a37ac7f5086348af6b82f96e5061abaf3621f69c0932cb659244889e843b3b",
  "top_fn_name": "__float32__floor_daz",
  "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"
  }
}