/versions/

Action 1d45c8fd91fc0d6810b65767a4824b32378997384305e2518614c984685c1c5e

Summary

state: not queued

kind: driver_ir_to_opt

subject: ir=2eb0a33e10a3 top=__bfloat16__to_int16

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

Upstream Dependencies

RoleAction IDStateKindSubjectOutput
ir_action_id2eb0a33e10a315ab3b5a2f926f51dc3c4e515c561f2b555067284a7642d6fd07donedriver_dslx_fn_to_irxls/dslx/stdlib/bfloat16.x::to_int16ir_package_file payload/package.ir

Provenance

created_utc: 2026-02-20T02:58:18.081144038+00:00

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

output path: bvc-artifacts/artifacts/1d/45/1d45c8fd91fc0d6810b65767a4824b32378997384305e2518614c984685c1c5e/payload/package.opt.ir

Dependencies
Action IDArtifact TypeRelpathPath
2eb0a33e10a315ab3b5a2f926f51dc3c4e515c561f2b555067284a7642d6fd07ir_package_filepayload/package.irbvc-artifacts/artifacts/2e/b0/2eb0a33e10a315ab3b5a2f926f51dc3c4e515c561f2b555067284a7642d6fd07/payload/package.ir
Suggested Next Actions
Action IDStateKindSubjectReason
8bb575fa43bb18f4f7354964400876dfa4016f3bffcc3ab2ec15ab15a9f7a871donedriver_ir_equivlhs=2eb0a33e10a3 rhs=1d45c8fd91fc top=__bfloat16__to_int16Check unoptimized vs optimized IR equivalence with DriverIrEquiv
aed2a0d9e16068c02876ef5305943f74ab4d05d439c94e27ec3f3510fa0e81e2donedriver_ir_to_delay_infoir=1d45c8fd91fc top=__bfloat16__to_int16 model=asap7Compute optimized IR delay info with DriverIrToDelayInfo
e09f5ef82faa33798f20bdc388d27dc18f1e5790986ba9a7233359149b1d9668donedriver_ir_to_g8r_aigir=1d45c8fd91fc top=<auto> fraig=falseConvert optimized IR to AIG with DriverIrToG8rAig (fraig=false)
2552f31c4033c3eabd9bc8daad84889cc5dc9d1dd7c4526ac00988cb4b1ebbd6donedriver_ir_to_g8r_aigir=1d45c8fd91fc top=<auto> fraig=trueConvert optimized IR to AIG with DriverIrToG8rAig (fraig=true)
a99df90b954329500fd33ff3c0921452925fb3eb49a7b1bc1e19f553e9abb7fadoneir_fn_to_combinational_verilogir=1d45c8fd91fc top=__bfloat16__to_int16 system_verilog=falseConvert optimized IR to combinational Verilog with IrFnToCombinationalVerilog
Output Files
PathBytesSHA256
package.opt.ir533639cc6746477227c8998fa5199eeaab7ae66cbd377c6555ce3747c5368d9eca80
Executed Commands
#ExitCommand
10
docker run --name xlsynth-bvc-run-irfnstructuralha-3016926-14803 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/2e/b0/2eb0a33e10a315ab3b5a2f926f51dc3c4e515c561f2b555067284a7642d6fd07/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-3016926-1771556288086613443-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__bfloat16__to_int16 -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-1d45c8fd91fc0d68-3016926-14838 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/2e/b0/2eb0a33e10a315ab3b5a2f926f51dc3c4e515c561f2b555067284a7642d6fd07/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/1d45c8fd91fc0d6810b65767a4824b32378997384305e2518614c984685c1c5e-3016926-1771556288058828699/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__bfloat16__to_int16 -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": "137cc50f527ee28e2b8784045e9953b3fd0a0a17ec1e51d49ee5c506df8b1050",
  "ir_top": "__bfloat16__to_int16",
  "xlsynth_version": "v0.35.0"
}

Action JSON

{
  "action": "driver_ir_to_opt",
  "ir_action_id": "2eb0a33e10a315ab3b5a2f926f51dc3c4e515c561f2b555067284a7642d6fd07",
  "top_fn_name": "__bfloat16__to_int16",
  "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"
  }
}