/versions/

Action 009bfc37a4cfec8a831ac543b2e64cb8a95683cb63bd0cd1657bde65cb3fe3b7

Summary

state: not queued

kind: driver_ir_to_opt

subject: ir=504203d17b04 top=__hfloat16__negate

crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0

Upstream Dependencies

RoleAction IDStateKindSubjectOutput
ir_action_id504203d17b048fe60916e6957b28d57b7bddc760d4f6069ed0d0bc2b47d172b3donedriver_dslx_fn_to_irxls/dslx/stdlib/hfloat16.x::negateir_package_file payload/package.ir

Provenance

created_utc: 2026-02-19T19:00:27.524126395+00:00

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

output path: bvc-artifacts/artifacts/00/9b/009bfc37a4cfec8a831ac543b2e64cb8a95683cb63bd0cd1657bde65cb3fe3b7/payload/package.opt.ir

Dependencies
Action IDArtifact TypeRelpathPath
504203d17b048fe60916e6957b28d57b7bddc760d4f6069ed0d0bc2b47d172b3ir_package_filepayload/package.irbvc-artifacts/artifacts/50/42/504203d17b048fe60916e6957b28d57b7bddc760d4f6069ed0d0bc2b47d172b3/payload/package.ir
Suggested Next Actions
Action IDStateKindSubjectReason
bc3bf5a88aca60f01bfce1f90396383ea6ebacce65142ffbaece7e0827491e25donedriver_ir_equivlhs=504203d17b04 rhs=009bfc37a4cf top=__hfloat16__negateCheck unoptimized vs optimized IR equivalence with DriverIrEquiv
584fb260b94a51ac24c46396c373fddd6407878c814af78cf804a95e7bfae3a6donedriver_ir_to_delay_infoir=009bfc37a4cf top=__hfloat16__negate model=asap7Compute optimized IR delay info with DriverIrToDelayInfo
0791cc86c9e67e5cffc54145849c6f3bbc676e8fd683dd3c64f142ee90d2f351donedriver_ir_to_g8r_aigir=009bfc37a4cf top=<auto> fraig=falseConvert optimized IR to AIG with DriverIrToG8rAig (fraig=false)
0854485919aeb86c00a3713f7bb652b7ed11558e7f27006bb7369697c210167edonedriver_ir_to_g8r_aigir=009bfc37a4cf top=<auto> fraig=trueConvert optimized IR to AIG with DriverIrToG8rAig (fraig=true)
2d79722cc835d082d5dac23386c9d282fc02c27ecf875a55a505e3a3f1d6ed05doneir_fn_to_combinational_verilogir=009bfc37a4cf top=__hfloat16__negate system_verilog=falseConvert optimized IR to combinational Verilog with IrFnToCombinationalVerilog
Output Files
PathBytesSHA256
package.opt.ir685a26f679a44cd4443b185d67f35b2ea8927b6a7f99a2812218fdfcca6492098fa
Executed Commands
#ExitCommand
10
docker run --name xlsynth-bvc-run-irfnstructuralha-273527-65 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/50/42/504203d17b048fe60916e6957b28d57b7bddc760d4f6069ed0d0bc2b47d172b3/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-273527-1771527626830086013-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__hfloat16__negate -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.35.0 xlsynth-bvc-driver:0.31.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
Details JSON
{
  "crate_version_label": "crate:v0.31.0",
  "driver_runtime": {
    "docker_image": "xlsynth-bvc-driver:0.31.0",
    "dockerfile": "docker/xlsynth-driver.Dockerfile",
    "driver_version": "0.31.0",
    "release_platform": "ubuntu2004"
  },
  "dso_version_label": "dso:v0.35.0",
  "input_ir_fn_structural_hash": "b1fbdb50f5a794162dcbe5cc9282d320a4b7924da2b36f41370b45fa0f5ecf75",
  "ir_top": "__hfloat16__negate",
  "semantic_cache_hit": {
    "from_action_id": "96bc08366355da2292e4645175a3a5c11c15496e83e7d90283b952001d6a3b15",
    "key": "ir_fn_structural_hash"
  },
  "xlsynth_version": "v0.35.0"
}

Action JSON

{
  "action": "driver_ir_to_opt",
  "ir_action_id": "504203d17b048fe60916e6957b28d57b7bddc760d4f6069ed0d0bc2b47d172b3",
  "top_fn_name": "__hfloat16__negate",
  "version": "v0.35.0",
  "runtime": {
    "driver_version": "0.31.0",
    "release_platform": "ubuntu2004",
    "docker_image": "xlsynth-bvc-driver:0.31.0",
    "dockerfile": "docker/xlsynth-driver.Dockerfile"
  }
}