diff options
author | whitequark <whitequark@whitequark.org> | 2018-12-05 04:32:01 +0000 |
---|---|---|
committer | whitequark <whitequark@whitequark.org> | 2018-12-05 17:13:27 +0000 |
commit | 12596b5003bcc6180cda04ce2aaaa2a8145f8a9b (patch) | |
tree | 819ffa5302317ab88809a64053d10bc2f930ec17 | |
parent | e1153031291275dc1c16445b1b2089ffd4335845 (diff) | |
download | yosys-12596b5003bcc6180cda04ce2aaaa2a8145f8a9b.tar.gz yosys-12596b5003bcc6180cda04ce2aaaa2a8145f8a9b.tar.bz2 yosys-12596b5003bcc6180cda04ce2aaaa2a8145f8a9b.zip |
Fix typo.
-rw-r--r-- | techlibs/common/simcells.v | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/techlibs/common/simcells.v b/techlibs/common/simcells.v index 937512e7c..289673e82 100644 --- a/techlibs/common/simcells.v +++ b/techlibs/common/simcells.v @@ -465,7 +465,7 @@ endmodule //- //- $_SR_NP_ (S, R, Q) //- -//- A set-reset latch with negative polarity SET and positive polarioty RESET. +//- A set-reset latch with negative polarity SET and positive polarity RESET. //- //- Truth table: S R | Q //- -----+--- @@ -489,7 +489,7 @@ endmodule //- //- $_SR_PN_ (S, R, Q) //- -//- A set-reset latch with positive polarity SET and negative polarioty RESET. +//- A set-reset latch with positive polarity SET and negative polarity RESET. //- //- Truth table: S R | Q //- -----+--- |