| summaryrefslogtreecommitdiff |
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-09-26 13:37:08 +0200 |
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-09-26 13:37:08 +0200 |
| commit | 4e38a30f78a9fbe6287b310139ecc10aef6d398f (patch) | |
| tree | a833442cbfeb50c384d6cc3793ee01eb2dca3f99 /data/template/async_reset_flip_flop.pp | |
| parent | 914e0dc50230a76f75ce3b9a7f4585b1e08316d2 (diff) | |
Adds some missing files.
Diffstat (limited to 'data/template/async_reset_flip_flop.pp')
| -rw-r--r-- | data/template/async_reset_flip_flop.pp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/template/async_reset_flip_flop.pp b/data/template/async_reset_flip_flop.pp new file mode 100644 index 0000000..d484d12 --- /dev/null +++ b/data/template/async_reset_flip_flop.pp @@ -0,0 +1,6 @@ +The process $ps.LABEL$ (declared in $ps.FILE$, l. $ps.LINE$, c. $ps.COLUMN$) +describes a flip-flop controlled by $clk.IDENTIFIER$ (declared in +$clk.FILE$, l. $clk.LINE$, c. $clk.COLUMN$), with asynchronous reset +$rst.IDENTIFIER$ (declared in $rst.FILE$, l. $rst.LINE$, c. $rst.COLUMN$), and +with output $reg.IDENTIFIER$ (declared in $reg.FILE$, l. $reg.LINE$, +c. $reg.COLUMN$). |


