mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-26 10:35:38 +00:00
Docs: work on selections.rst
Highlighting the difference between `select prod %ci` and `select prod %ci2` by introducing `sumproud.out` using the `dump` command. Playing around with advanced cone example code.
This commit is contained in:
parent
e2e7065590
commit
22808e0e3f
4 changed files with 93 additions and 36 deletions
|
@ -8,3 +8,6 @@ show -format dot -prefix sumprod_02 prod
|
|||
show -format dot -prefix sumprod_03 prod %ci
|
||||
show -format dot -prefix sumprod_04 prod %ci2
|
||||
show -format dot -prefix sumprod_05 prod %ci3
|
||||
|
||||
dump -o sumprod.out prod %ci
|
||||
dump -a sumprod.out prod %ci2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue