/versions/

Action 3c6903f77a5678734f403c2c15d1a1a3b96a0e0618ad425e7e4d836f637ade2f

Summary

state: not queued

kind: combo_verilog_to_yosys_abc_aig

subject: verilog=5e4afddf3a2b top=__float32__is_inf

crate:v0.10.0dso:-driver:-

Upstream Dependencies

RoleAction IDStateKindSubjectOutput
verilog_action_id5e4afddf3a2b25597b520fcf697c42e2ae51e4a3a6115e37f3ce7c5658c5327bdoneir_fn_to_combinational_verilogir=631006bfa350 top=__float32__is_inf system_verilog=falseverilog_file payload/result.v

Provenance

created_utc: 2026-02-19T22:07:22.394068276+00:00

output artifact: aig_file relpath=payload/result.aig

output path: bvc-artifacts/artifacts/3c/69/3c6903f77a5678734f403c2c15d1a1a3b96a0e0618ad425e7e4d836f637ade2f/payload/result.aig

Dependencies
Action IDArtifact TypeRelpathPath
5e4afddf3a2b25597b520fcf697c42e2ae51e4a3a6115e37f3ce7c5658c5327bverilog_filepayload/result.vbvc-artifacts/artifacts/5e/4a/5e4afddf3a2b25597b520fcf697c42e2ae51e4a3a6115e37f3ce7c5658c5327b/payload/result.v
Suggested Next Actions
Action IDStateKindSubjectReason
d4c885f771ecd77d9a1e39b97671ac35cb2e86014d26b06948aadba51f63be7adonedriver_aig_to_statsaig=3c6903f77a56Compute AIG stats with DriverAigToStats
Output Files
PathBytesSHA256
result.aig1305db9b96c91f29595d4f3b35d45d7dbea026728e380f0c9c52ccdb0dd483a72f5
Executed Commands
#ExitCommand
10
docker run --name xlsynth-bvc-run-3c6903f77a567873-1374217-3310 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/5e/4a/5e4afddf3a2b25597b520fcf697c42e2ae51e4a3a6115e37f3ce7c5658c5327b/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/3c6903f77a5678734f403c2c15d1a1a3b96a0e0618ad425e7e4d836f637ade2f-1374217-1771538840376660249/payload:/outputs -e READ_VERILOG_FLAGS= -e VERILOG_TOP_MODULE_NAME=__float32__is_inf 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__is_inf",
  "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": "5e4afddf3a2b25597b520fcf697c42e2ae51e4a3a6115e37f3ce7c5658c5327b",
  "verilog_top_module_name": "__float32__is_inf",
  "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"
  }
}