/versions/
Action e7394ff449ecedf521873f63545b2b423b730bca730332900cbf9e2ffdc0a748
Summary
state: not queued
kind: combo_verilog_to_yosys_abc_aig
subject: verilog=9aa639a8e620 top=__acm_random__rng_next
crate:v0.15.0dso:-driver:-
Provenance
created_utc: 2026-02-19T21:03:31.841030317+00:00
output artifact: aig_file relpath=payload/result.aig
output path: bvc-artifacts/artifacts/e7/39/e7394ff449ecedf521873f63545b2b423b730bca730332900cbf9e2ffdc0a748/payload/result.aig
Dependencies
Suggested Next Actions
Output Files
Executed Commands
| # | Exit | Command |
|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-e7394ff449ecedf5-989782-2183 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/9a/a6/9aa639a8e620173a60005af735a666cb33c97c892ed2d014f41f73a4432ac100/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/e7394ff449ecedf521873f63545b2b423b730bca730332900cbf9e2ffdc0a748-989782-1771535010625066073/payload:/outputs -e READ_VERILOG_FLAGS= -e VERILOG_TOP_MODULE_NAME=__acm_random__rng_next 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": "__acm_random__rng_next",
"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": "9aa639a8e620173a60005af735a666cb33c97c892ed2d014f41f73a4432ac100",
"verilog_top_module_name": "__acm_random__rng_next",
"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"
}
}