From: whitequark Date: Wed, 5 Dec 2018 04:32:01 +0000 (+0000) Subject: Fix typo. X-Git-Tag: yosys-0.9~395^2~2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=12596b5003bcc6180cda04ce2aaaa2a8145f8a9b;p=yosys.git Fix typo. --- 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 //- -----+---