/versions/

Action fe49a206e07455be0fe167e5f40aa4412a2e0aa671d39f6b3455131e5b63cfaf

Summary

state: not queued

kind: driver_ir_to_opt

subject: ir=efad11c6a450 top=__float64__negate

crate:v0.15.0dso:v0.15.0driver:crate:v0.15.0

Upstream Dependencies

RoleAction IDStateKindSubjectOutput
ir_action_idefad11c6a450e5d57ba4cb80fa755b2e68249be00948cc4c61b041c092acfa0bdonedriver_dslx_fn_to_irxls/dslx/stdlib/float64.x::negateir_package_file payload/package.ir

Provenance

created_utc: 2026-02-19T21:07:39.405207172+00:00

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

output path: bvc-artifacts/artifacts/fe/49/fe49a206e07455be0fe167e5f40aa4412a2e0aa671d39f6b3455131e5b63cfaf/payload/package.opt.ir

Dependencies
Action IDArtifact TypeRelpathPath
efad11c6a450e5d57ba4cb80fa755b2e68249be00948cc4c61b041c092acfa0bir_package_filepayload/package.irbvc-artifacts/artifacts/ef/ad/efad11c6a450e5d57ba4cb80fa755b2e68249be00948cc4c61b041c092acfa0b/payload/package.ir
Suggested Next Actions
Action IDStateKindSubjectReason
b37eafd14477ea42a6a8fa1301cee5c3f257508f9b4175f66e9a51870e2b0c51donedriver_ir_equivlhs=efad11c6a450 rhs=fe49a206e074 top=__float64__negateCheck unoptimized vs optimized IR equivalence with DriverIrEquiv
3ca73ab7a4847cb7688d824059a9b95b98af49eee841cdacfb08098a7d08d9f0donedriver_ir_to_delay_infoir=fe49a206e074 top=__float64__negate model=asap7Compute optimized IR delay info with DriverIrToDelayInfo
b196eb455d40715dfc36c9736fd7cbf922f31959ecece5bbf36ea26617de7a87donedriver_ir_to_g8r_aigir=fe49a206e074 top=<auto> fraig=falseConvert optimized IR to AIG with DriverIrToG8rAig (fraig=false)
5c6137e199c9429621cd9751f08bc73ed54c6a67272fb4c8f2935767778e0f0adonedriver_ir_to_g8r_aigir=fe49a206e074 top=<auto> fraig=trueConvert optimized IR to AIG with DriverIrToG8rAig (fraig=true)
399be4c56ed97b7c738cffb4476013412cc2c2fcc30d6054b22142a7ea76fdc6doneir_fn_to_combinational_verilogir=fe49a206e074 top=__float64__negate system_verilog=falseConvert optimized IR to combinational Verilog with IrFnToCombinationalVerilog
Output Files
PathBytesSHA256
package.opt.ir686176245c68b4818c4d015c44fcba123438ee72a6ec02435ca74aef1b18aa69f58
Executed Commands
#ExitCommand
10
docker run --name xlsynth-bvc-run-fe49a206e07455be-1250608-396 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/ef/ad/efad11c6a450e5d57ba4cb80fa755b2e68249be00948cc4c61b041c092acfa0b/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/fe49a206e07455be0fe167e5f40aa4412a2e0aa671d39f6b3455131e5b63cfaf-1250608-1771535255082916288/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float64__negate -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.15.0 xlsynth-bvc-driver:0.15.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.15.0",
  "driver_runtime": {
    "docker_image": "xlsynth-bvc-driver:0.15.0",
    "dockerfile": "docker/xlsynth-driver.Dockerfile",
    "driver_version": "0.15.0",
    "release_platform": "ubuntu2004"
  },
  "dso_version_label": "dso:v0.15.0",
  "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": "__float64__negate",
  "xlsynth_version": "v0.15.0"
}

Action JSON

{
  "action": "driver_ir_to_opt",
  "ir_action_id": "efad11c6a450e5d57ba4cb80fa755b2e68249be00948cc4c61b041c092acfa0b",
  "top_fn_name": "__float64__negate",
  "version": "v0.15.0",
  "runtime": {
    "driver_version": "0.15.0",
    "release_platform": "ubuntu2004",
    "docker_image": "xlsynth-bvc-driver:0.15.0",
    "dockerfile": "docker/xlsynth-driver.Dockerfile"
  }
}