mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-27 10:55:51 +00:00
Docs: adding other macro command lists
Also updates `macro_commands.py` to skip empty lines, and moves comment stripping earlier in parsing.
This commit is contained in:
parent
6c8949cacc
commit
449135a9d4
8 changed files with 111 additions and 102 deletions
15
docs/source/code_examples/macro_commands/memory.ys
Normal file
15
docs/source/code_examples/macro_commands/memory.ys
Normal file
|
@ -0,0 +1,15 @@
|
|||
#start:passes in a useful order:
|
||||
#end:This converts memories to word-wide DFFs and address decoders
|
||||
opt_mem
|
||||
opt_mem_priority
|
||||
opt_mem_feedback
|
||||
memory_bmux2rom
|
||||
memory_dff
|
||||
opt_clean
|
||||
memory_share
|
||||
opt_mem_widen
|
||||
memory_memx (when called with -memx)
|
||||
opt_clean
|
||||
memory_collect
|
||||
memory_bram -rules <bram_rules> (when called with -bram)
|
||||
memory_map (skipped if called with -nomap)
|
Loading…
Add table
Add a link
Reference in a new issue