3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-03 05:56:07 +00:00

Fix typos in GettingStarted

Line 8:
is a the > is the

line 88:
all this types > all these types
This commit is contained in:
Noah Van Dijk 2026-04-02 10:23:13 -05:00 committed by GitHub
parent cede13a742
commit cdf549a493
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@ Getting Started
Outline of a Yosys command Outline of a Yosys command
-------------------------- --------------------------
Here is a the C++ code for a "hello_world" Yosys command (hello.cc): Here is the C++ code for a "hello_world" Yosys command (hello.cc):
#include "kernel/yosys.h" #include "kernel/yosys.h"
@ -85,7 +85,7 @@ the declarations for the following types in kernel/rtlil.h:
The module is a container with connected cells and wires The module is a container with connected cells and wires
in it. The design is a container with modules in it. in it. The design is a container with modules in it.
All this types are also available without the RTLIL:: prefix in the Yosys All these types are also available without the RTLIL:: prefix in the Yosys
namespace. namespace.
4. SigMap and other Helper Classes 4. SigMap and other Helper Classes