Index: lib/src/prism/tests/languages/verilog/important_feature.test |
diff --git a/lib/src/prism/tests/languages/verilog/important_feature.test b/lib/src/prism/tests/languages/verilog/important_feature.test |
new file mode 100644 |
index 0000000000000000000000000000000000000000..d7ec57b4ff9a1fccc9097b3d8196f712c7dbc9c2 |
--- /dev/null |
+++ b/lib/src/prism/tests/languages/verilog/important_feature.test |
@@ -0,0 +1,27 @@ |
+always_latch |
+always_comb |
+always_ff |
+always |
+ |
+always_latch @ |
+always_comb @ |
+always_ff @ |
+always @ |
+ |
+---------------------------------------------------- |
+ |
+[ |
+ ["important", "always_latch"], |
+ ["important", "always_comb"], |
+ ["important", "always_ff"], |
+ ["important", "always"], |
+ |
+ ["important", "always_latch @"], |
+ ["important", "always_comb @"], |
+ ["important", "always_ff @"], |
+ ["important", "always @"] |
+] |
+ |
+---------------------------------------------------- |
+ |
+Checks for logic blocks. |