summaryrefslogtreecommitdiff
path: root/2004/n/fpga
diff options
context:
space:
mode:
Diffstat (limited to '2004/n/fpga')
-rw-r--r--2004/n/fpga/src/interrupt/interrupt.vhd2
1 files changed, 0 insertions, 2 deletions
diff --git a/2004/n/fpga/src/interrupt/interrupt.vhd b/2004/n/fpga/src/interrupt/interrupt.vhd
index c3e97bf..ec11a07 100644
--- a/2004/n/fpga/src/interrupt/interrupt.vhd
+++ b/2004/n/fpga/src/interrupt/interrupt.vhd
@@ -12,8 +12,6 @@ use work.nono_const.all;
entity interrupt is
port(
- -- interruption de la caméra
- it_fast : in std_logic;
-- autres interruptions.
it_bloc1 : in T_DATA;
it_bloc2 : in T_DATA;