/versions/

Action 616012ad2b9c3bacba57959b74069d84f697b366842ac67b0ae14b9f9d15aab4

Summary

state: not queued

kind: driver_dslx_fn_to_ir

subject: xls/dslx/stdlib/fixed_point.x::num_bits_overlapping

crate:v0.19.0dso:v0.20.0driver:crate:v0.19.0

Upstream Dependencies

RoleAction IDStateKindSubjectOutput
dslx_subtree_action_id2441509327ae5cbb9234eae5b0dd58bd05f423853d0a6139bf3356abe9f9a2f4donedownload_and_extract_xlsynth_release_stdlib_tarballdownload-stdlib v0.20.0dslx_file_subtree payload

Provenance

created_utc: 2026-02-19T23:24:23.715484558+00:00

output artifact: ir_package_file relpath=payload/package.ir

output path: bvc-artifacts/artifacts/61/60/616012ad2b9c3bacba57959b74069d84f697b366842ac67b0ae14b9f9d15aab4/payload/package.ir

Dependencies
Action IDArtifact TypeRelpathPath
2441509327ae5cbb9234eae5b0dd58bd05f423853d0a6139bf3356abe9f9a2f4dslx_file_subtreepayloadbvc-artifacts/artifacts/24/41/2441509327ae5cbb9234eae5b0dd58bd05f423853d0a6139bf3356abe9f9a2f4/payload
Suggested Next Actions
Action IDStateKindSubjectReason
a12b3ddd06e3001633c784898375c2d403b56892bc6a77982f9938ece648db4ddonedriver_ir_to_optir=616012ad2b9c top=__fixed_point__num_bits_overlappingOptimize generated IR package with DriverIrToOpt
Output Files
PathBytesSHA256
package.ir2775190edadf633bfa719d7b758d5401b9356ca1c80d057cdfc0de78a0c35ef1927c
Executed Commands
#ExitCommand
10
docker run --name xlsynth-bvc-run-616012ad2b9c3bac-3016926-1430 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/24/41/2441509327ae5cbb9234eae5b0dd58bd05f423853d0a6139bf3356abe9f9a2f4/payload:/inputs/subtree:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/616012ad2b9c3bacba57959b74069d84f697b366842ac67b0ae14b9f9d15aab4-3016926-1771543454372400949/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e DSLX_FILE=xls/dslx/stdlib/fixed_point.x -e DSLX_FN_NAME=num_bits_overlapping -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.20.0 xlsynth-bvc-driver:0.19.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 dslx2ir \
  --dslx_input_file "/inputs/subtree/${DSLX_FILE}" \
  --dslx_top "${DSLX_FN_NAME}" \
  --dslx_path "/inputs/subtree:/inputs/subtree/xls/dslx/stdlib" \
  --dslx_stdlib_path "/inputs/subtree/xls/dslx/stdlib" \
  > /outputs/package.ir
Details JSON
{
  "crate_version_label": "crate:v0.19.0",
  "driver_runtime": {
    "docker_image": "xlsynth-bvc-driver:0.19.0",
    "dockerfile": "docker/xlsynth-driver.Dockerfile",
    "driver_version": "0.19.0",
    "release_platform": "ubuntu2004"
  },
  "dslx_file": "xls/dslx/stdlib/fixed_point.x",
  "dslx_fn_name": "num_bits_overlapping",
  "dso_version_label": "dso:v0.20.0",
  "ir_top": "__fixed_point__num_bits_overlapping",
  "xlsynth_version": "v0.20.0"
}

Action JSON

{
  "action": "driver_dslx_fn_to_ir",
  "dslx_subtree_action_id": "2441509327ae5cbb9234eae5b0dd58bd05f423853d0a6139bf3356abe9f9a2f4",
  "dslx_file": "xls/dslx/stdlib/fixed_point.x",
  "dslx_fn_name": "num_bits_overlapping",
  "version": "v0.20.0",
  "runtime": {
    "driver_version": "0.19.0",
    "release_platform": "ubuntu2004",
    "docker_image": "xlsynth-bvc-driver:0.19.0",
    "dockerfile": "docker/xlsynth-driver.Dockerfile"
  }
}