aboutsummaryrefslogtreecommitdiffstats
path: root/icefuzz/tests/sb_dffesr.v
diff options
context:
space:
mode:
Diffstat (limited to 'icefuzz/tests/sb_dffesr.v')
-rw-r--r--icefuzz/tests/sb_dffesr.v3
1 files changed, 3 insertions, 0 deletions
diff --git a/icefuzz/tests/sb_dffesr.v b/icefuzz/tests/sb_dffesr.v
new file mode 100644
index 0000000..51acc95
--- /dev/null
+++ b/icefuzz/tests/sb_dffesr.v
@@ -0,0 +1,3 @@
+module top (input C, D, E, R, output Q);
+ SB_DFFESR ff (.C(C), .D(D), .E(E), .R(R), .Q(Q));
+endmodule