diff options
author | kenta2 <kenta@mit.edu> | 2022-08-12 11:30:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-12 11:30:15 -0400 |
commit | e749d00d61a2b38f31a19e770c47b7b5bae4675e (patch) | |
tree | 12abc13b3f8da14ea09b1006cdc3d10c49541052 | |
parent | 2724da69823195dc67f7e7b04dcb6374843d57e0 (diff) | |
parent | 7b47f19d1e829b89a790cbc5755c93defd23351a (diff) | |
download | bsc-e749d00d61a2b38f31a19e770c47b7b5bae4675e.tar.gz bsc-e749d00d61a2b38f31a19e770c47b7b5bae4675e.tar.bz2 bsc-e749d00d61a2b38f31a19e770c47b7b5bae4675e.zip |
Merge pull request #496 from pbing/pbing-patch-1
Fix typo
-rw-r--r-- | doc/libraries_ref_guide/LibDoc/Clocks.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libraries_ref_guide/LibDoc/Clocks.tex b/doc/libraries_ref_guide/LibDoc/Clocks.tex index e1d075b5..93011119 100644 --- a/doc/libraries_ref_guide/LibDoc/Clocks.tex +++ b/doc/libraries_ref_guide/LibDoc/Clocks.tex @@ -389,7 +389,7 @@ The \te{mkUngatedClock} module is an ungated version of the \te{mkClock} module. It takes only an oscillator argument (no gate argument) and returns the same \te{new\_clock} interface. Since there is no gate, an error is returned if the design calls the -\te{setGetCond} method. The \te{getGateCond} method always returns True. +\te{setGateCond} method. The \te{getGateCond} method always returns True. \begin{figure}[ht] |