/versions/

Action f47c7b406b13c2f510df5ab35fafc2b53bb2d05fcb44f56ee1ee86fec715e46b

Summary

state: not queued

kind: driver_ir_to_opt

subject: ir=737013d19e44 top=__hfloat16__subnormals_to_zero

crate:v0.3.0dso:v0.0.230driver:crate:v0.3.0

Upstream Dependencies

RoleAction IDStateKindSubjectOutput
ir_action_id737013d19e4405dcd81a580446fb672fc790936b43d3d2f4eaa2027cfbaf1b31donedriver_dslx_fn_to_irxls/dslx/stdlib/hfloat16.x::subnormals_to_zeroir_package_file payload/package.ir

Provenance

created_utc: 2026-02-19T21:54:29.083343699+00:00

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

output path: bvc-artifacts/artifacts/f4/7c/f47c7b406b13c2f510df5ab35fafc2b53bb2d05fcb44f56ee1ee86fec715e46b/payload/package.opt.ir

Dependencies
Action IDArtifact TypeRelpathPath
737013d19e4405dcd81a580446fb672fc790936b43d3d2f4eaa2027cfbaf1b31ir_package_filepayload/package.irbvc-artifacts/artifacts/73/70/737013d19e4405dcd81a580446fb672fc790936b43d3d2f4eaa2027cfbaf1b31/payload/package.ir
Suggested Next Actions
Action IDStateKindSubjectReason
dec5f969a499dec086aaa6355fc4123d103df1317e26c645c797663d1277257bdonedriver_ir_equivlhs=737013d19e44 rhs=f47c7b406b13 top=__hfloat16__subnormals_to_zeroCheck unoptimized vs optimized IR equivalence with DriverIrEquiv
064a35c2b4835f9e5f570cf43f3910a001bd4014e937e47f9e2b81c26bbc7883donedriver_ir_to_delay_infoir=f47c7b406b13 top=__hfloat16__subnormals_to_zero model=asap7Compute optimized IR delay info with DriverIrToDelayInfo
19485ba8662a5e3c6b42636324c64c116f9602bfa71c24d55a72cf6ef8dd5c15donedriver_ir_to_g8r_aigir=f47c7b406b13 top=<auto> fraig=falseConvert optimized IR to AIG with DriverIrToG8rAig (fraig=false)
a6fb8ee8a24b853f8080c626a4a6c7b4933e0dfca6a6a0246e21b5f22b56bfe8donedriver_ir_to_g8r_aigir=f47c7b406b13 top=<auto> fraig=trueConvert optimized IR to AIG with DriverIrToG8rAig (fraig=true)
4e60c2a7f0d476787103a248ee394e01a70ae29de44472d79e079a90dc54019bdoneir_fn_to_combinational_verilogir=f47c7b406b13 top=__hfloat16__subnormals_to_zero system_verilog=falseConvert optimized IR to combinational Verilog with IrFnToCombinationalVerilog
Output Files
PathBytesSHA256
package.opt.ir980b7b8eb78e544f97f67705e4016a0f9430f2ffb243769136a0895d9752196542b
Executed Commands
#ExitCommand
10
docker run --name xlsynth-bvc-run-f47c7b406b13c2f5-1374217-2343 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/73/70/737013d19e4405dcd81a580446fb672fc790936b43d3d2f4eaa2027cfbaf1b31/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/f47c7b406b13c2f510df5ab35fafc2b53bb2d05fcb44f56ee1ee86fec715e46b-1374217-1771538065257726287/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__hfloat16__subnormals_to_zero -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.0.230 xlsynth-bvc-driver:0.3.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.3.0",
  "driver_runtime": {
    "docker_image": "xlsynth-bvc-driver:0.3.0",
    "dockerfile": "docker/xlsynth-driver.Dockerfile",
    "driver_version": "0.3.0",
    "release_platform": "ubuntu2004"
  },
  "dso_version_label": "dso:v0.0.230",
  "input_ir_fn_structural_hash_error": "docker run failed (exit=Some(2)): error: unrecognized subcommand 'ir-fn-structural-hash'\nstdout:\n\nstderr:\nerror: unrecognized subcommand 'ir-fn-structural-hash'\n\n  tip: a similar subcommand exists: 'ir-fn-eval'\n\nUsage: xlsynth-driver [OPTIONS] [COMMAND]\n\nFor more information, try '--help'.\n",
  "ir_top": "__hfloat16__subnormals_to_zero",
  "xlsynth_version": "v0.0.230"
}

Action JSON

{
  "action": "driver_ir_to_opt",
  "ir_action_id": "737013d19e4405dcd81a580446fb672fc790936b43d3d2f4eaa2027cfbaf1b31",
  "top_fn_name": "__hfloat16__subnormals_to_zero",
  "version": "v0.0.230",
  "runtime": {
    "driver_version": "0.3.0",
    "release_platform": "ubuntu2004",
    "docker_image": "xlsynth-bvc-driver:0.3.0",
    "dockerfile": "docker/xlsynth-driver.Dockerfile"
  }
}