mirror of
https://github.com/verilator/verilator.git
synced 2026-09-04 00:30:34 +02:00
Commentary: Changes update
This commit is contained in:
@@ -13,8 +13,8 @@ When possible, please instead report bugs at `Verilator Issues
|
||||
|
||||
The primary author is Wilson Snyder <[email protected]>.
|
||||
|
||||
Major concepts by Paul Wasson, Duane Galbi, John Coiner, Geza Lore, Yutetsu
|
||||
Takatsukasa, and Jie Xu.
|
||||
Major concepts by Krzysztof Bieganski, John Coiner, Duane Galbi, Geza Lore,
|
||||
Ryszard Rozak, Yutetsu Takatsukasa, Paul Wasson, and Jie Xu.
|
||||
|
||||
|
||||
Contributors
|
||||
|
||||
@@ -97,11 +97,10 @@ OS Requirements
|
||||
---------------
|
||||
|
||||
Verilator is developed and has primary testing on Ubuntu, with additional
|
||||
testing on FreeBSD and Apple OS-X. Versions have also been built on Red Hat
|
||||
Linux, other flavors of GNU/Linux-ish platforms, Windows Subsystem for
|
||||
Linux (WSL2), Windows under Cygwin, and Windows under MinGW (gcc
|
||||
-mno-cygwin). Verilated output (not Verilator itself) compiles under all
|
||||
the options above, plus using MSVC++.
|
||||
testing on Apple OS-X, FreeBSD and Windows MSVC. Versions have also been
|
||||
built on Red Hat Linux, other flavors of GNU/Linux-ish platforms, Windows
|
||||
Subsystem for Linux (WSL2), Windows under Cygwin, and Windows under MinGW
|
||||
(gcc -mno-cygwin).
|
||||
|
||||
|
||||
Install Prerequisites
|
||||
|
||||
@@ -18,9 +18,8 @@ Verilator may be used in five major ways:
|
||||
* With the :vlopt:`--lint-only` option, Verilator will lint the design to
|
||||
check for warnings but will not typically create any output files.
|
||||
|
||||
* With the :vlopt:`--xml-only` option, Verilator will create XML output
|
||||
that may be used to feed into other user-designed tools. See
|
||||
:file:`docs/xml.rst` in the distribution.
|
||||
* With the :vlopt:`--json-only` option, Verilator will create JSON output
|
||||
that may be used to feed into other user-designed tools.
|
||||
|
||||
* With the :vlopt:`-E` option, Verilator will preprocess the code according
|
||||
to IEEE preprocessing rules and write the output to standard out. This
|
||||
|
||||
Reference in New Issue
Block a user