Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(861)

Side by Side Diff: lib/src/prism/tests/languages/verilog/important_feature.test

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: code review updates Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 always_latch
2 always_comb
3 always_ff
4 always
5
6 always_latch @
7 always_comb @
8 always_ff @
9 always @
10
11 ----------------------------------------------------
12
13 [
14 ["important", "always_latch"],
15 ["important", "always_comb"],
16 ["important", "always_ff"],
17 ["important", "always"],
18
19 ["important", "always_latch @"],
20 ["important", "always_comb @"],
21 ["important", "always_ff @"],
22 ["important", "always @"]
23 ]
24
25 ----------------------------------------------------
26
27 Checks for logic blocks.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698