From 62ba8e5964a3178c67f5f6d775719e7ae3386d1e Mon Sep 17 00:00:00 2001 From: prot Date: Sat, 28 Feb 2004 12:03:41 +0000 Subject: MAJ avec elix --- 2004/n/fpga/src/modele/isa_const.vhd | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '2004/n/fpga/src/modele') diff --git a/2004/n/fpga/src/modele/isa_const.vhd b/2004/n/fpga/src/modele/isa_const.vhd index 12ab384..5f5d1d4 100644 --- a/2004/n/fpga/src/modele/isa_const.vhd +++ b/2004/n/fpga/src/modele/isa_const.vhd @@ -23,5 +23,11 @@ package isa_const is -- Ligne RW : lecture et écriture constant ISA_READ : std_logic := '0'; constant ISA_WRITE : std_logic := '1'; + + -- Nombre de bits du bus d'adresse + constant NB_BIT_ADDRESS_ISA : integer := 20; + subtype T_ADDRESS_ISA is std_logic_vector((NB_BIT_ADDRESS_ISA - 1) downto 0); + end isa_const; + -- cgit v1.2.3