Revision 1,
1.1 KB
checked in by ttvmrc00, 14 years ago
(diff) |
upload iniziale
|
Line | |
---|
1 | Library of QCA verilog modules with clock zones and faut injection capability |
---|
2 | |
---|
3 | different versions with or without bidirectional capability, with or without clock status |
---|
4 | |
---|
5 | mymodule(inputs, outputs, status, fault) |
---|
6 | |
---|
7 | - input, outputs: I/O of the module |
---|
8 | - status: clock status of the module -> 00=relax,01=switch, 10=hold, 11=release |
---|
9 | - fault: fault injection input(s) selects between fault free module or one of its possible faulty versions |
---|
10 | |
---|
11 | modules: crosswire, fanout, majority voter, inverter, L shaped wire, straight wire |
---|
12 | |
---|
13 | note fanout is: |
---|
14 | A |
---|
15 | |-C |
---|
16 | B |
---|
17 | |
---|
18 | --------------------------------------------------------------- |
---|
19 | files with only fault injection |
---|
20 | |
---|
21 | crosswire.v |
---|
22 | Fanout.v |
---|
23 | MajorityVoter.v |
---|
24 | Inverter.v |
---|
25 | |
---|
26 | --------------------------------------------------------------- |
---|
27 | files with fault injection and clock |
---|
28 | |
---|
29 | Crosswire4.v |
---|
30 | FanoutA4.v (input A) |
---|
31 | FanoutC4.v: (input C) |
---|
32 | MajorityVoter_4.v |
---|
33 | Inverter_4.v |
---|
34 | LShapedWire4.v |
---|
35 | Wire4.v |
---|
36 | |
---|
37 | --------------------------------------------------------------- |
---|
38 | files with fault injection clock and bidirectionality |
---|
39 | |
---|
40 | Crosswirebi4.v |
---|
41 | Fanoutbi4.v: |
---|
42 | MajorityVoterBI2.v |
---|
43 | MajorityVoterBI4.v |
---|
44 | MajorityVoterBI6.v |
---|
45 | Inverter_bi4.v |
---|
46 | LShapedWire_bi4.v |
---|
47 | wirebi4.v |
---|
Note: See
TracBrowser
for help on using the repository browser.