Skip to content

Commit

Permalink
Issue#35: Fixing mispelling of Questa (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiah-c-leary authored Mar 28, 2024
1 parent 16a4ee0 commit 9a44f71
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
18 changes: 13 additions & 5 deletions docs/source/vendors/mentor_graphics/questa_cdc/cdc_detail.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ Section 1 : Clock Information
The number of inferred clocks should be 0.
The following line will be checked:

2. Inferred :(0)
.. code-block:: text
2. Inferred :(0)
If the number in the parenthesis is not 0, then a warning will be reported.

Expand All @@ -19,7 +21,9 @@ Section 2 : Reset Information
The number of inferred resets should be 0.
The following line will be checked:

2. Inferred :(0)
.. code-block:: text
2. Inferred :(0)
If the number in the parenthesis is not 0, then a warning will be reported.

Expand All @@ -38,8 +42,10 @@ The number of empty modules and unresolved modules should be 0 to ensure a prope

The following lines will be checked:

Number of Empty Modules = 0
Number of Unresolved Modules = 0
.. code-block:: text
Number of Empty Modules = 0
Number of Unresolved Modules = 0
If the number after the equal sign is not 0, then a warning will be reported.

Expand All @@ -51,7 +57,9 @@ It also reports whether the user defined the clock domain or if QuestaCDC assign

Each line follows this format:

<Port> <Direction> <Constraints> {<Clock Domain>} <Type>
.. code-block:: text
<Port> <Direction> <Constraints> {<Clock Domain>} <Type>
If <Type> is not "User" then an warning will be reported.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Quasta CDC
Questa CDC
~~~~~~~~~~

Questa CDC provides several reports which can be parsed.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/vendors/mentor_graphics/questa_lint.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Quasta Lint
Questa Lint
~~~~~~~~~~~~

Questa Lint has a single format for errors, warnings and infos.
Expand Down

0 comments on commit 9a44f71

Please sign in to comment.