/versions/

Action 14d7d51f7ce5aac5c4bb9e55f7a8d729c6f9d655590f8e50599b06b1cd640b8c

Summary

state: not queued

kind: driver_ir_to_opt

subject: ir=f38445231b9d top=__float64__flatten

crate:v0.11.0dso:v0.12.0driver:crate:v0.11.0

Upstream Dependencies

RoleAction IDStateKindSubjectOutput
ir_action_idf38445231b9d141c19652e52416d66c78231e322997fee288ff42906a28a0bdddonedriver_dslx_fn_to_irxls/dslx/stdlib/float64.x::flattenir_package_file payload/package.ir

Provenance

created_utc: 2026-02-20T02:51:07.348824192+00:00

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

output path: bvc-artifacts/artifacts/14/d7/14d7d51f7ce5aac5c4bb9e55f7a8d729c6f9d655590f8e50599b06b1cd640b8c/payload/package.opt.ir

Dependencies
Action IDArtifact TypeRelpathPath
f38445231b9d141c19652e52416d66c78231e322997fee288ff42906a28a0bddir_package_filepayload/package.irbvc-artifacts/artifacts/f3/84/f38445231b9d141c19652e52416d66c78231e322997fee288ff42906a28a0bdd/payload/package.ir
Suggested Next Actions
Action IDStateKindSubjectReason
66cc2d184148d085aa9221d43d78ae56326d8b9394f2c058c08cf83b2b584533donedriver_ir_equivlhs=f38445231b9d rhs=14d7d51f7ce5 top=__float64__flattenCheck unoptimized vs optimized IR equivalence with DriverIrEquiv
c8e54ba5bae5a3a162c6f874ac580a40e51937552dac9e7a8d2aafe02f1af752donedriver_ir_to_delay_infoir=14d7d51f7ce5 top=__float64__flatten model=asap7Compute optimized IR delay info with DriverIrToDelayInfo
f0b76f24a5745e9bd7b00e7124ff0982ff206b3d46e6dff68534b74550cb1c28donedriver_ir_to_g8r_aigir=14d7d51f7ce5 top=<auto> fraig=falseConvert optimized IR to AIG with DriverIrToG8rAig (fraig=false)
1a54061754d7a717f7f4a58b3c9c423cd4596714d167bf05d2cbc780e9589c39donedriver_ir_to_g8r_aigir=14d7d51f7ce5 top=<auto> fraig=trueConvert optimized IR to AIG with DriverIrToG8rAig (fraig=true)
0a0e11d6428d70f1cb6506fce02e37bfe4969f23f3db449a30b4c5b46a0bac52doneir_fn_to_combinational_verilogir=14d7d51f7ce5 top=__float64__flatten system_verilog=falseConvert optimized IR to combinational Verilog with IrFnToCombinationalVerilog
Output Files
PathBytesSHA256
package.opt.ir560a286e683cb39fd294fe13f05c834667a830acaa651c3c35eb0725ff759a8c7f7
Executed Commands
#ExitCommand
10
docker run --name xlsynth-bvc-run-14d7d51f7ce5aac5-3016926-13778 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/f3/84/f38445231b9d141c19652e52416d66c78231e322997fee288ff42906a28a0bdd/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/14d7d51f7ce5aac5c4bb9e55f7a8d729c6f9d655590f8e50599b06b1cd640b8c-3016926-1771555847489524359/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float64__flatten -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.12.0 xlsynth-bvc-driver:0.11.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.11.0",
  "driver_runtime": {
    "docker_image": "xlsynth-bvc-driver:0.11.0",
    "dockerfile": "docker/xlsynth-driver.Dockerfile",
    "driver_version": "0.11.0",
    "release_platform": "ubuntu2004"
  },
  "dso_version_label": "dso:v0.12.0",
  "input_ir_fn_structural_hash_error": "docker run failed (exit=Some(2)): error: unrecognized subcommand 'ir-fn-structural-hash'\ncommand:\ndocker run --name xlsynth-bvc-run-irfnstructuralha-3016926-13765 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/f3/84/f38445231b9d141c19652e52416d66c78231e322997fee288ff42906a28a0bdd/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-3016926-1771555847524919212-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__float64__flatten -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.12.0 xlsynth-bvc-driver:0.11.0 bash -lc set -euo pipefail\n\ncache_dir=\"/cache/${XLSYNTH_VERSION}/${XLSYNTH_PLATFORM}\"\nif [ ! -d \"${cache_dir}\" ]; then\n  echo \"missing cached xlsynth release at ${cache_dir}\" >&2\n  exit 1\nfi\nrm -rf /tmp/xlsynth-release\nmkdir -p /tmp/xlsynth-release\ncp -a \"${cache_dir}/.\" /tmp/xlsynth-release/\nfor ext in so dylib; do\n  if [ -f \"/tmp/xlsynth-release/libxls-${XLSYNTH_PLATFORM}.${ext}\" ]; then\n    ln -sf \"/tmp/xlsynth-release/libxls-${XLSYNTH_PLATFORM}.${ext}\" \"/tmp/xlsynth-release/libxls-${XLSYNTH_VERSION}-${XLSYNTH_PLATFORM}.${ext}\"\n  fi\ndone\nexport XLSYNTH_TOOLS=/tmp/xlsynth-release\nexport LD_LIBRARY_PATH=\"/tmp/xlsynth-release:${LD_LIBRARY_PATH:-}\"\n\ncat > /tmp/xlsynth-toolchain.toml <<'TOML'\n[toolchain]\ntool_path = \"/tmp/xlsynth-release\"\nTOML\nxlsynth-driver --toolchain /tmp/xlsynth-toolchain.toml ir-fn-structural-hash /inputs/input.ir --top \"${IR_TOP}\" --json true > /scratch/structural_hash.json\ntest -s /scratch/structural_hash.json\n\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__flatten",
  "xlsynth_version": "v0.12.0"
}

Action JSON

{
  "action": "driver_ir_to_opt",
  "ir_action_id": "f38445231b9d141c19652e52416d66c78231e322997fee288ff42906a28a0bdd",
  "top_fn_name": "__float64__flatten",
  "version": "v0.12.0",
  "runtime": {
    "driver_version": "0.11.0",
    "release_platform": "ubuntu2004",
    "docker_image": "xlsynth-bvc-driver:0.11.0",
    "dockerfile": "docker/xlsynth-driver.Dockerfile"
  }
}