From 81fd3e4732509a5d45854fe0406a4e801d5811a2 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Mon, 13 Sep 2021 15:47:03 -0400 Subject: [PATCH] Commentary --- docs/guide/warnings.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guide/warnings.rst b/docs/guide/warnings.rst index ee76aeece..0b9828383 100644 --- a/docs/guide/warnings.rst +++ b/docs/guide/warnings.rst @@ -572,7 +572,7 @@ List Of Warnings must end in newline, as otherwise for example :command:`cat` with the file as an argument may produce undesirable results. - Repair by adding a newline to the end of the file. + Repair by appending a newline to the end of the file. Disabled by default as this is a code style warning; it will simulate correctly. @@ -792,8 +792,8 @@ List Of Warnings .. TODO better example Warns that a module has multiple definitions. Generally this indicates - a coding error, or a mistake in a library file and it's good practice to - have one module per file (and only put each file once on the command + a coding error, or a mistake in a library file, and it's good practice + to have one module per file (and only put each file once on the command line) to avoid these issues. For some gate level netlists duplicates are sometimes unavoidable, and MODDUP should be disabled.