mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Fix typo.
This commit is contained in:
parent
e115303129
commit
12596b5003
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
//- -----+---
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue