/versions/

Action 650a212d59af2273938aa0ce792bdc82f3ea2d7c1f83563f15e9b43379afb5a2

Summary

state: not queued

kind: combo_verilog_to_yosys_abc_aig

subject: verilog=b9a6b885f611 top=__float32__one

crate:v0.19.0dso:-driver:-

Upstream Dependencies

RoleAction IDStateKindSubjectOutput
verilog_action_idb9a6b885f6116df39bf8d4884dead6eeb994dee44f9c445f8513e8744218adcedoneir_fn_to_combinational_verilogir=fd76e13dadde top=__float32__one system_verilog=falseverilog_file payload/result.v

Provenance

created_utc: 2026-02-19T23:37:42.489463433+00:00

output artifact: aig_file relpath=payload/result.aig

output path: bvc-artifacts/artifacts/65/0a/650a212d59af2273938aa0ce792bdc82f3ea2d7c1f83563f15e9b43379afb5a2/payload/result.aig

Dependencies
Action IDArtifact TypeRelpathPath
b9a6b885f6116df39bf8d4884dead6eeb994dee44f9c445f8513e8744218adceverilog_filepayload/result.vbvc-artifacts/artifacts/b9/a6/b9a6b885f6116df39bf8d4884dead6eeb994dee44f9c445f8513e8744218adce/payload/result.v
Suggested Next Actions
Action IDStateKindSubjectReason
3523c0f54f347e4adf1e473e719330a7b71bb7b49ada8f19ec0639ca4898dd34donedriver_aig_to_statsaig=650a212d59afCompute AIG stats with DriverAigToStats
Output Files
PathBytesSHA256
result.aig128606036cd030cf15a2fd44629c477eb99703528a665a99fc57409193eb83ca7ca
Executed Commands
#ExitCommand
10
docker run --name xlsynth-bvc-run-650a212d59af2273-3016926-4110 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/b9/a6/b9a6b885f6116df39bf8d4884dead6eeb994dee44f9c445f8513e8744218adce/payload/result.v:/inputs/input.v:ro -v /home/cdleary/proj/xlsynth-bvc/flows/yosys_to_aig.ys:/inputs/flow.ys:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/650a212d59af2273938aa0ce792bdc82f3ea2d7c1f83563f15e9b43379afb5a2-3016926-1771544254152944910/payload:/outputs -e READ_VERILOG_FLAGS= -e VERILOG_TOP_MODULE_NAME=__float32__one xlsynth-bvc-yosys-abc:ubuntu24.04 bash -lc 
set -euo pipefail
{
  echo "read_verilog ${READ_VERILOG_FLAGS} /inputs/input.v"
  if [ -n "${VERILOG_TOP_MODULE_NAME:-}" ]; then
    echo "hierarchy -check -top ${VERILOG_TOP_MODULE_NAME}"
  fi
  echo "script /inputs/flow.ys"
  echo "write_aiger /outputs/result.aig"
} > /tmp/run.ys
yosys -s /tmp/run.ys
test -s /outputs/result.aig
Details JSON
{
  "flow": "yosys_script_to_aiger",
  "verilog_top_module_name": "__float32__one",
  "yosys_runtime": {
    "docker_image": "xlsynth-bvc-yosys-abc:ubuntu24.04",
    "dockerfile": "docker/yosys-abc.Dockerfile"
  },
  "yosys_script_ref": {
    "path": "flows/yosys_to_aig.ys",
    "sha256": "b96ea6e2f96ce4442a7370366c13c8f8a38cfd4e0fcc12860d940d3f0a28b07a"
  }
}

Action JSON

{
  "action": "combo_verilog_to_yosys_abc_aig",
  "verilog_action_id": "b9a6b885f6116df39bf8d4884dead6eeb994dee44f9c445f8513e8744218adce",
  "verilog_top_module_name": "__float32__one",
  "yosys_script_ref": {
    "path": "flows/yosys_to_aig.ys",
    "sha256": "b96ea6e2f96ce4442a7370366c13c8f8a38cfd4e0fcc12860d940d3f0a28b07a"
  },
  "runtime": {
    "docker_image": "xlsynth-bvc-yosys-abc:ubuntu24.04",
    "dockerfile": "docker/yosys-abc.Dockerfile"
  }
}