From 10e339c60902a92070f8b4dc350be18fabdff7f6 Mon Sep 17 00:00:00 2001 From: nsensfel Date: Thu, 31 May 2018 16:54:08 +0200 Subject: Adds Tabellion's old solution templates. --- solution_template/async_reset_flip_flop.pp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 solution_template/async_reset_flip_flop.pp (limited to 'solution_template/async_reset_flip_flop.pp') 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$). -- cgit v1.2.3-70-g09d2