/versions/

Action c4853618f9622debd3511dfd243e90ec23c0cf17fd51180cbd27f8850fa39f47

Summary

state: not queued

kind: driver_ir_to_opt

subject: ir=9392f731c14a top=__fixed_point__is_negative

crate:v0.6.0dso:v0.7.0driver:crate:v0.6.0

Upstream Dependencies

RoleAction IDStateKindSubjectOutput
ir_action_id9392f731c14a79c8ed002c1c6ac144d1ca5e1775f72a6c814aef4bb66fee77dedonedriver_dslx_fn_to_irxls/dslx/stdlib/fixed_point.x::is_negativeir_package_file payload/package.ir

Provenance

created_utc: 2026-02-19T23:13:27.686602895+00:00

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

output path: bvc-artifacts/artifacts/c4/85/c4853618f9622debd3511dfd243e90ec23c0cf17fd51180cbd27f8850fa39f47/payload/package.opt.ir

Dependencies
Action IDArtifact TypeRelpathPath
9392f731c14a79c8ed002c1c6ac144d1ca5e1775f72a6c814aef4bb66fee77deir_package_filepayload/package.irbvc-artifacts/artifacts/93/92/9392f731c14a79c8ed002c1c6ac144d1ca5e1775f72a6c814aef4bb66fee77de/payload/package.ir
Suggested Next Actions
Action IDStateKindSubjectReason
d8bd24cfb72df8835c26ecacc70799e8c09dabb397ca3973dfbb5220b4e4f7c4donedriver_ir_equivlhs=9392f731c14a rhs=c4853618f962 top=__fixed_point__is_negativeCheck unoptimized vs optimized IR equivalence with DriverIrEquiv
cac8f066453ae4a8584aae9264718b176c1377796bb11c4cdd85d2cbf5121592donedriver_ir_to_delay_infoir=c4853618f962 top=__fixed_point__is_negative model=asap7Compute optimized IR delay info with DriverIrToDelayInfo
42564b4666c2c3b5e1c375b90287f40f3f430e17e576f8efe00ac7db6fcb4f4ddonedriver_ir_to_g8r_aigir=c4853618f962 top=<auto> fraig=falseConvert optimized IR to AIG with DriverIrToG8rAig (fraig=false)
c71a607e51f955474615943c8f5afe8f6c3332e03c492c0aa75d638fc39e700ddonedriver_ir_to_g8r_aigir=c4853618f962 top=<auto> fraig=trueConvert optimized IR to AIG with DriverIrToG8rAig (fraig=true)
da43ee16e67659fcb379d39066ad06260e7d3228578c13e6f4221ebc64607508doneir_fn_to_combinational_verilogir=c4853618f962 top=__fixed_point__is_negative system_verilog=falseConvert optimized IR to combinational Verilog with IrFnToCombinationalVerilog
Output Files
PathBytesSHA256
package.opt.ir408167e57248570afb2a8ba595cc03c3deb8616f2ffde9efcf00a8eea0678c73c8a
Executed Commands
#ExitCommand
10
docker run --name xlsynth-bvc-run-c4853618f9622deb-1374217-8953 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/93/92/9392f731c14a79c8ed002c1c6ac144d1ca5e1775f72a6c814aef4bb66fee77de/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/c4853618f9622debd3511dfd243e90ec23c0cf17fd51180cbd27f8850fa39f47-1374217-1771542804979706115/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__fixed_point__is_negative -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.7.0 xlsynth-bvc-driver:0.6.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.6.0",
  "driver_runtime": {
    "docker_image": "xlsynth-bvc-driver:0.6.0",
    "dockerfile": "docker/xlsynth-driver.Dockerfile",
    "driver_version": "0.6.0",
    "release_platform": "ubuntu2004"
  },
  "dso_version_label": "dso:v0.7.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": "__fixed_point__is_negative",
  "xlsynth_version": "v0.7.0"
}

Action JSON

{
  "action": "driver_ir_to_opt",
  "ir_action_id": "9392f731c14a79c8ed002c1c6ac144d1ca5e1775f72a6c814aef4bb66fee77de",
  "top_fn_name": "__fixed_point__is_negative",
  "version": "v0.7.0",
  "runtime": {
    "driver_version": "0.6.0",
    "release_platform": "ubuntu2004",
    "docker_image": "xlsynth-bvc-driver:0.6.0",
    "dockerfile": "docker/xlsynth-driver.Dockerfile"
  }
}