1 | ******************************************************************************************
|
---|
2 | ** Johan Giampiccolo
|
---|
3 | ** MicroCameras & Space Exploration SA
|
---|
4 | ** Puits Godet 10a
|
---|
5 | ** CH-2000 Neuchâtel
|
---|
6 | ** johan.giampiccolo@microcameras.ch
|
---|
7 | ** +41 32 566 76 74
|
---|
8 | ******************************************************************************************
|
---|
9 |
|
---|
10 | This folder contains all the files of the Trigger Manager HDL entity for the FACT project.
|
---|
11 |
|
---|
12 | This folder is organized as following:
|
---|
13 |
|
---|
14 | ----> HDL Code
|
---|
15 | |
|
---|
16 | |----> assembler
|
---|
17 | | |
|
---|
18 | | |----> FTU_trigger_generator
|
---|
19 | | |
|
---|
20 | | |----> FTU_trigger_counter.vhd
|
---|
21 | |
|
---|
22 | |----> drivers
|
---|
23 | | |
|
---|
24 | | |----> calibration_pedestal
|
---|
25 | | | |
|
---|
26 | | | |----> calibration_pedestal.vhd
|
---|
27 | | |
|
---|
28 | | |----> deadtime_generator
|
---|
29 | | | |
|
---|
30 | | | |----> deadtime_generator.vhd
|
---|
31 | | |
|
---|
32 | | |----> detection_logic
|
---|
33 | | | |
|
---|
34 | | | |----> adder_3_bits.vhd
|
---|
35 | | | |----> adder_4_bits.vhd
|
---|
36 | | | |----> adder_5_bits.vhd
|
---|
37 | | | |----> trigger_sum.vhd
|
---|
38 | | | |----> unary_to_binary.vhd
|
---|
39 | | |
|
---|
40 | | |----> input_synch
|
---|
41 | | | |
|
---|
42 | | | |----> input_synch.vhd
|
---|
43 | | |
|
---|
44 | | |----> interface_sync
|
---|
45 | | | |
|
---|
46 | | | |----> interface_sync_50MHz.vhd
|
---|
47 | | | |----> interface_sync_250MHz.vhd
|
---|
48 | | |
|
---|
49 | | |----> time_window
|
---|
50 | | | |
|
---|
51 | | | |----> time_counter.vhd
|
---|
52 | | | |----> time_window.vhd
|
---|
53 | | |
|
---|
54 | | |----> trigger_count_ID
|
---|
55 | | | |
|
---|
56 | | | |----> trigger_ID_count.vhd
|
---|
57 | | |
|
---|
58 | | |----> trigger_delayed_pulse
|
---|
59 | | | |
|
---|
60 | | | |----> delayed_pulse.vhd
|
---|
61 | |
|
---|
62 | |----> ftm_trigger
|
---|
63 | | |
|
---|
64 | | |----> trigger_manager.vhd
|
---|
65 | |
|
---|
66 | |----> kernel
|
---|
67 | |
|
---|
68 | |----> trigger_generator
|
---|
69 | |
|
---|
70 | |----> trigger_generator.vhd |
---|