/versions/

Action 7c60ee371eab155009519d532d3b583137783c10f200850807cc154ba117b827

Summary

state: not queued

kind: driver_ir_to_opt

subject: ir=3ebbc990e115 top=__std__clzt_pow2_128

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

Upstream Dependencies

RoleAction IDStateKindSubjectOutput
ir_action_id3ebbc990e115e642719d81f4342ccc653c4b0a472364996976070b99cfb60351donedriver_dslx_fn_to_irxls/dslx/stdlib/std.x::clzt_pow2_128ir_package_file payload/package.ir

Provenance

created_utc: 2026-02-20T03:01:47.407240734+00:00

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

output path: bvc-artifacts/artifacts/7c/60/7c60ee371eab155009519d532d3b583137783c10f200850807cc154ba117b827/payload/package.opt.ir

Dependencies
Action IDArtifact TypeRelpathPath
3ebbc990e115e642719d81f4342ccc653c4b0a472364996976070b99cfb60351ir_package_filepayload/package.irbvc-artifacts/artifacts/3e/bb/3ebbc990e115e642719d81f4342ccc653c4b0a472364996976070b99cfb60351/payload/package.ir
Suggested Next Actions
Action IDStateKindSubjectReason
62c78588489a80ab0bd6c068562a0e11bf2b88d8969c3e35b60a7531a5963287donedriver_ir_equivlhs=3ebbc990e115 rhs=7c60ee371eab top=__std__clzt_pow2_128Check unoptimized vs optimized IR equivalence with DriverIrEquiv
99fce41ee9dd58bdf2fe72fbf4d0c986a722b96e1cdc7c8b5be80b7de688a61ddonedriver_ir_to_delay_infoir=7c60ee371eab top=__std__clzt_pow2_128 model=asap7Compute optimized IR delay info with DriverIrToDelayInfo
133104a7c7cad4443721d7f6d54b0ebd9b4869a232c70ca510c35ab6406da7b6donedriver_ir_to_g8r_aigir=7c60ee371eab top=<auto> fraig=falseConvert optimized IR to AIG with DriverIrToG8rAig (fraig=false)
fea874700a17c14ac0c39d27bc9fb75bb727efa4d6abd930b44f6d968a1b95d3donedriver_ir_to_g8r_aigir=7c60ee371eab top=<auto> fraig=trueConvert optimized IR to AIG with DriverIrToG8rAig (fraig=true)
4a130b8d025c8d846bab47cecd808b8593e2b031f52698d2e60a394f81476335doneir_fn_to_combinational_verilogir=7c60ee371eab top=__std__clzt_pow2_128 system_verilog=falseConvert optimized IR to combinational Verilog with IrFnToCombinationalVerilog
Output Files
PathBytesSHA256
package.opt.ir10792513987f5d2864421e274a9ec90504300ac1d429be9995fa4b51a827d3c7f5e9ef
Executed Commands
#ExitCommand
10
docker run --name xlsynth-bvc-run-irfnstructuralha-3016926-15503 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/3e/bb/3ebbc990e115e642719d81f4342ccc653c4b0a472364996976070b99cfb60351/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-3016926-1771556488417048207-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__std__clzt_pow2_128 -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-7c60ee371eab1550-3016926-15537 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/3e/bb/3ebbc990e115e642719d81f4342ccc653c4b0a472364996976070b99cfb60351/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/7c60ee371eab155009519d532d3b583137783c10f200850807cc154ba117b827-3016926-1771556488396054247/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__std__clzt_pow2_128 -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": "665daa7551e82a4779b4bae2594a3f2d7c988cf5796ce6e323cb35585fa3d814",
  "ir_top": "__std__clzt_pow2_128",
  "xlsynth_version": "v0.35.0"
}

Action JSON

{
  "action": "driver_ir_to_opt",
  "ir_action_id": "3ebbc990e115e642719d81f4342ccc653c4b0a472364996976070b99cfb60351",
  "top_fn_name": "__std__clzt_pow2_128",
  "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"
  }
}