summaryrefslogtreecommitdiff
path: root/2004/n/fpga/src/modele/nono_const.vhd
diff options
context:
space:
mode:
Diffstat (limited to '2004/n/fpga/src/modele/nono_const.vhd')
-rw-r--r--2004/n/fpga/src/modele/nono_const.vhd12
1 files changed, 9 insertions, 3 deletions
diff --git a/2004/n/fpga/src/modele/nono_const.vhd b/2004/n/fpga/src/modele/nono_const.vhd
index 0afbace..e7b0454 100644
--- a/2004/n/fpga/src/modele/nono_const.vhd
+++ b/2004/n/fpga/src/modele/nono_const.vhd
@@ -46,9 +46,15 @@ package nono_const is
-- gestion des interruptions
constant A_INTERRUPT_MANAGER : T_ADDRESS := START_ADDR_B0 + x"00";
-- Bloc d'IO1
- constant A_REG_IO_DIRECTION : T_ADDRESS := START_ADDR_B0 + x"01";
- constant A_REG_IO_DATA : T_ADDRESS := START_ADDR_B0 + x"02";
- constant A_REG_IO_INTERRUPT_MASK : T_ADDRESS := START_ADDR_B0 + x"03";
+ constant A_IO1_REG_DATA : T_ADDRESS := START_ADDR_B0 + x"01";
+ constant A_IO1_REG_DIRECTION : T_ADDRESS := START_ADDR_B0 + x"02";
+ constant A_IO1_REG_INTERRUPT_MASK : T_ADDRESS := START_ADDR_B0 + x"03";
+ constant A_IO1_READ_OUTPUT : T_ADDRESS := START_ADDR_B0 + x"04";
+ -- Bloc d'IO2
+ constant A_IO2_REG_DATA : T_ADDRESS := START_ADDR_B0 + x"05";
+ constant A_IO2_REG_DIRECTION : T_ADDRESS := START_ADDR_B0 + x"06";
+ constant A_IO2_REG_INTERRUPT_MASK : T_ADDRESS := START_ADDR_B0 + x"07";
+ constant A_IO2_READ_OUTPUT : T_ADDRESS := START_ADDR_B0 + x"08";
-- Bloc port série
-- Bloc caméra
-- Bloc PWM