3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-18 18:36:43 +00:00

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:
Martin Povišer 2023-07-10 12:54:02 +02:00
parent eb083c5d4b
commit 0d5e9acd34

View file

@ -156,9 +156,10 @@ reading and elaborating the design using the Verilog frontend:
yosys> read -sv tests/simple/fiedler-cooley.v yosys> read -sv tests/simple/fiedler-cooley.v
yosys> hierarchy -top up3down5 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 convert processes (``always`` blocks) to netlist elements and perform
some simple optimizations: some simple optimizations: