mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-18 03:46:18 +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
|
@ -4,6 +4,7 @@ prep -top memdemo; memory; opt
|
|||
cd memdemo
|
||||
show -format dot -prefix memdemo_00
|
||||
show -format dot -prefix memdemo_01 y %ci2
|
||||
show -format dot -prefix memdemo_02 y %ci2:+$dff[Q,D]
|
||||
show -format dot -prefix memdemo_03 y %ci2:-[CLK] %ci2
|
||||
show -format dot -prefix memdemo_04 y %ci2:+$dff[Q,D] %ci*:-$mux[S]:-$dff
|
||||
show -format dot -prefix memdemo_02 y %ci5
|
||||
show -format dot -prefix memdemo_03 y %ci5:-$mux[S]
|
||||
show -format dot -prefix memdemo_04 y %ci*:-[CLK,S]:+$dff,$mux
|
||||
show -format dot -prefix memdemo_05 y %ci2:+$dff[Q,D] %ci*:-$mux[S]:-$dff
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue