mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-12 17:06:15 +00:00
const: represent string constants as string, assert not accessed as bits
This commit is contained in:
parent
960bca0196
commit
498e0498c5
81 changed files with 764 additions and 690 deletions
|
@ -115,7 +115,7 @@ leads us to the third diagram:
|
|||
|
||||
Output of the third :cmd:ref:`show` command in :ref:`example_ys`
|
||||
|
||||
Here we see that the :cmd:ref:`opt` command not only has removed the artifacts
|
||||
Here we see that the :cmd:ref:`proc` command not only has removed the artifacts
|
||||
left behind by :cmd:ref:`proc`, but also determined correctly that it can remove
|
||||
the first ``$mux`` cell without changing the behavior of the circuit.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue