| summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'data/template')
| -rw-r--r-- | data/template/async_reset_flip_flop.pp | 6 | ||||
| -rw-r--r-- | data/template/flip_flop.pp | 4 |
2 files changed, 10 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$). diff --git a/data/template/flip_flop.pp b/data/template/flip_flop.pp new file mode 100644 index 0000000..061ee2d --- /dev/null +++ b/data/template/flip_flop.pp @@ -0,0 +1,4 @@ +The process $ps.LABEL$ (declared in $ps.FILE$, l. $ps.LINE$, c. $ps.COLUMN$) +describes some kind of flip-flop controlled by $clk.IDENTIFIER$ (declared in +$clk.FILE$, l. $clk.LINE$, c. $clk.COLUMN$) and with output $reg.IDENTIFIER$ +(declared in $reg.FILE$, l. $reg.LINE$, c. $reg.COLUMN$). |


