projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e115303
)
Fix typo.
author
whitequark
<whitequark@whitequark.org>
Wed, 5 Dec 2018 04:32:01 +0000
(
04:32
+0000)
committer
whitequark
<whitequark@whitequark.org>
Wed, 5 Dec 2018 17:13:27 +0000
(17:13 +0000)
techlibs/common/simcells.v
patch
|
blob
|
history
diff --git
a/techlibs/common/simcells.v
b/techlibs/common/simcells.v
index 937512e7cd29e79db5fba16f55fb18592c25f356..289673e82c4ee10d8dc2ad3e06c4aba30b9156eb 100644
(file)
--- 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 polari
o
ty 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 polari
o
ty RESET.
+//- A set-reset latch with positive polarity SET and negative polarity RESET.
//-
//- Truth table: S R | Q
//- -----+---