/versions/

Action 4a12c4b9400f05c38d37a16de82318089d686cd89f22fb27d0bb2a9cc18a484b

Summary

state: not queued

kind: driver_ir_to_opt

subject: ir=e6196746850b top=__std__clzt_pow2_64

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

Upstream Dependencies

RoleAction IDStateKindSubjectOutput
ir_action_ide6196746850bf36b0a0f91db8a6525b59c0b1071a9d025fe5d55a9eec6829690donedriver_dslx_fn_to_irxls/dslx/stdlib/std.x::clzt_pow2_64ir_package_file payload/package.ir

Provenance

created_utc: 2026-02-20T03:19:37.749405502+00:00

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

output path: bvc-artifacts/artifacts/4a/12/4a12c4b9400f05c38d37a16de82318089d686cd89f22fb27d0bb2a9cc18a484b/payload/package.opt.ir

Dependencies
Action IDArtifact TypeRelpathPath
e6196746850bf36b0a0f91db8a6525b59c0b1071a9d025fe5d55a9eec6829690ir_package_filepayload/package.irbvc-artifacts/artifacts/e6/19/e6196746850bf36b0a0f91db8a6525b59c0b1071a9d025fe5d55a9eec6829690/payload/package.ir
Suggested Next Actions
Action IDStateKindSubjectReason
ddab6e85f20879814b573ebb49291a88ef6779facbc7f993aaafe99ea7839c54donedriver_ir_equivlhs=e6196746850b rhs=4a12c4b9400f top=__std__clzt_pow2_64Check unoptimized vs optimized IR equivalence with DriverIrEquiv
19f49055d3a4de9881ec489569db4b447635eb54bc9fd5fc5154456dea639d05donedriver_ir_to_delay_infoir=4a12c4b9400f top=__std__clzt_pow2_64 model=asap7Compute optimized IR delay info with DriverIrToDelayInfo
9951e9e8ad48d96b1820a632a094331dbc71645a3cb0309701679bb63fad510cdonedriver_ir_to_g8r_aigir=4a12c4b9400f top=<auto> fraig=falseConvert optimized IR to AIG with DriverIrToG8rAig (fraig=false)
b67b4880e59a66976202095f1110ac1435025e6ded6b6f944e5f87f58e94981bdonedriver_ir_to_g8r_aigir=4a12c4b9400f top=<auto> fraig=trueConvert optimized IR to AIG with DriverIrToG8rAig (fraig=true)
f847d6919961d8081a4657b2003aa14dd7dbe36977660ef258a1d885e8e1142ddoneir_fn_to_combinational_verilogir=4a12c4b9400f top=__std__clzt_pow2_64 system_verilog=falseConvert optimized IR to combinational Verilog with IrFnToCombinationalVerilog
Output Files
PathBytesSHA256
package.opt.ir491837831e63f258ed1ecdf6ef021b2ec1a49b9e3f7b6a3a37120093e8db400d26fbf
Executed Commands
#ExitCommand
10
docker run --name xlsynth-bvc-run-irfnstructuralha-3016926-19080 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/e6/19/e6196746850bf36b0a0f91db8a6525b59c0b1071a9d025fe5d55a9eec6829690/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-3016926-1771557559134841371-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__std__clzt_pow2_64 -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-4a12c4b9400f05c3-3016926-19119 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/e6/19/e6196746850bf36b0a0f91db8a6525b59c0b1071a9d025fe5d55a9eec6829690/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/4a12c4b9400f05c38d37a16de82318089d686cd89f22fb27d0bb2a9cc18a484b-3016926-1771557559117859383/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__std__clzt_pow2_64 -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": "ca218bb5eb1c741a33505240f2cee77dc957e4c32eb0d13faca3a79721bfbe27",
  "ir_top": "__std__clzt_pow2_64",
  "xlsynth_version": "v0.35.0"
}

Action JSON

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