summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornsensfel <SpamShield0@noot-noot.org>2018-05-31 16:54:08 +0200
committernsensfel <SpamShield0@noot-noot.org>2018-05-31 16:54:08 +0200
commit10e339c60902a92070f8b4dc350be18fabdff7f6 (patch)
tree6770693c274382a27b7ae919a8c542616900a4e1 /solution_template/async_reset_flip_flop.pp
parent9f784e5c285cdd2631b52a4299eeb193593e6c21 (diff)
Adds Tabellion's old solution templates.HEADmaster
Diffstat (limited to 'solution_template/async_reset_flip_flop.pp')
-rw-r--r--solution_template/async_reset_flip_flop.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/solution_template/async_reset_flip_flop.pp b/solution_template/async_reset_flip_flop.pp
new file mode 100644
index 0000000..d484d12
--- /dev/null
+++ b/solution_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$).