Skip to content
Snippets Groups Projects
Commit 32bb699e authored by David Gabriel Monk's avatar David Gabriel Monk
Browse files

Increase number of FE modules to six for a full station

parent 72ea223a
No related branches found
No related tags found
1 merge request!18Increase number of FE modules to six for a full station
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.NUMERIC_STD.ALL;
use work.dtc_link_maps.all;
package mprocessor_constants is
type tHeaderStartArray is array(cNumberOfFEModules - 1 downto 0) of std_logic_vector(1 downto 0);
end package mprocessor_constants;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment