module adff( input d, clk, rst, output reg q ); always @( posedge clk, posedge rst ) if (rst) q <= 0; else q <= d; endmodule f='/favicon.ico'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ftl/libs/liblicense.ftl
blob: 8d1b4892cef1cf5c86b725a74bb9097611d4baeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40