mirror of https://github.com/YosysHQ/yosys.git
README.md: s/write_ilang/write_rtlil/
It's my understanding write_ilang is deprecated so best no to mention it in the README.
This commit is contained in:
parent
eb083c5d4b
commit
0d5e9acd34
|
@ -156,9 +156,10 @@ reading and elaborating the design using the Verilog frontend:
|
|||
yosys> read -sv tests/simple/fiedler-cooley.v
|
||||
yosys> hierarchy -top up3down5
|
||||
|
||||
writing the design to the console in Yosys's internal format:
|
||||
writing the design to the console in the RTLIL format used by Yosys
|
||||
internally:
|
||||
|
||||
yosys> write_ilang
|
||||
yosys> write_rtlil
|
||||
|
||||
convert processes (``always`` blocks) to netlist elements and perform
|
||||
some simple optimizations:
|
||||
|
|
Loading…
Reference in New Issue