summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'solution_template/simple_flip_flop.pp')
-rw-r--r--solution_template/simple_flip_flop.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/solution_template/simple_flip_flop.pp b/solution_template/simple_flip_flop.pp
new file mode 100644
index 0000000..fbad237
--- /dev/null
+++ b/solution_template/simple_flip_flop.pp
@@ -0,0 +1,4 @@
+The process $ps.LABEL$ (declared in $ps.FILE$, l. $ps.LINE$, c. $ps.COLUMN$)
+describes a simple 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$).