/versions/

Action a620f58aed6ba9c00cbfbfe85797439c9688a002d0a85e804c901e1a654c0f3d

Summary

state: not queued

kind: ir_fn_to_combinational_verilog

subject: ir=f25abbc05a38 top=__bfloat16__increment_fraction system_verilog=false

crate:v0.28.0dso:v0.35.0driver:crate:v0.28.0

Upstream Dependencies

RoleAction IDStateKindSubjectOutput
ir_action_idf25abbc05a381ed3706c59adc5ed35174e3f5a662d3d9662498ed35287f2cf2fdonedriver_ir_to_optir=9be6e60d7639 top=__bfloat16__increment_fractionir_package_file payload/package.opt.ir

Failure

failed at 2026-02-20T04:56:50.844426378+00:00 by unknown-host:2098204:web-runner-12

summary: docker run failed (exit=Some(1)): Combinational codegen failed with status: exit status: 1

docker run failed (exit=Some(1)): Combinational codegen failed with status: exit status: 1
command:
docker run --name xlsynth-bvc-run-a620f58aed6ba9c0-2098204-154 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/f2/5a/f25abbc05a381ed3706c59adc5ed35174e3f5a662d3d9662498ed35287f2cf2f/payload/package.opt.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/a620f58aed6ba9c00cbfbfe85797439c9688a002d0a85e804c901e1a654c0f3d-2098204-1771563408418871770/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e DELAY_MODEL=unit -e IR_TOP=__bfloat16__increment_fraction -e USE_SYSTEM_VERILOG=false -e VERILOG_EXT=v -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.35.0 xlsynth-bvc-driver:0.28.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 ir2combo /inputs/input.ir --delay_model "${DELAY_MODEL}" --top "${IR_TOP}" --use_system_verilog "${USE_SYSTEM_VERILOG}" > "/outputs/result.${VERILOG_EXT}"

stdout:

stderr:
Combinational codegen failed with status: exit status: 1
stderr: Error: INVALID_ARGUMENT: Port `input` is a keyword.; Running pass #16: Legalize names to avoid keywords [short: name_legalization]; Running pass #16: Top level codegen pass pipeline [short: codegen]

Attempted Command
docker run --name xlsynth-bvc-run-a620f58aed6ba9c0-2098204-154 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/f2/5a/f25abbc05a381ed3706c59adc5ed35174e3f5a662d3d9662498ed35287f2cf2f/payload/package.opt.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/a620f58aed6ba9c00cbfbfe85797439c9688a002d0a85e804c901e1a654c0f3d-2098204-1771563408418871770/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e DELAY_MODEL=unit -e IR_TOP=__bfloat16__increment_fraction -e USE_SYSTEM_VERILOG=false -e VERILOG_EXT=v -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.35.0 xlsynth-bvc-driver:0.28.0 bash -lc set -euo pipefail

Action JSON

{
  "action": "ir_fn_to_combinational_verilog",
  "ir_action_id": "f25abbc05a381ed3706c59adc5ed35174e3f5a662d3d9662498ed35287f2cf2f",
  "top_fn_name": "__bfloat16__increment_fraction",
  "use_system_verilog": false,
  "version": "v0.35.0",
  "runtime": {
    "driver_version": "0.28.0",
    "release_platform": "ubuntu2004",
    "docker_image": "xlsynth-bvc-driver:0.28.0",
    "dockerfile": "docker/xlsynth-driver.Dockerfile"
  }
}