source: HDLQ/Library/Contents.txt @ 1

Revision 1, 1.1 KB checked in by ttvmrc00, 13 years ago (diff)

upload iniziale

Line 
1Library of QCA verilog modules with clock zones and faut injection capability
2
3different versions with or without bidirectional capability, with or without clock status
4
5mymodule(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
11modules: crosswire, fanout, majority voter, inverter, L shaped wire, straight wire
12
13note fanout is:
14A
15|-C
16B
17
18---------------------------------------------------------------
19files with only fault injection
20
21crosswire.v
22Fanout.v       
23MajorityVoter.v
24Inverter.v     
25
26---------------------------------------------------------------
27files with fault injection and clock
28
29Crosswire4.v
30FanoutA4.v (input A) 
31FanoutC4.v: (input C)
32MajorityVoter_4.v
33Inverter_4.v
34LShapedWire4.v
35Wire4.v
36
37---------------------------------------------------------------
38files with fault injection clock and bidirectionality
39
40Crosswirebi4.v
41Fanoutbi4.v:
42MajorityVoterBI2.v
43MajorityVoterBI4.v
44MajorityVoterBI6.v
45Inverter_bi4.v
46LShapedWire_bi4.v
47wirebi4.v
Note: See TracBrowser for help on using the repository browser.