source: PROJECT_CORE_MPI/MPI_HCL/BRANCHES/v2.1/Timer_Par/HCL_Arch_conf.vhd @ 151

Last change on this file since 151 was 151, checked in by rolagamo, 10 years ago
File size: 856 bytes
Line 
1--      Package File Template
2--
3--      Purpose: This package defines the size of NoC ports and the number
4-- of hardware tasks to create with the Mpi HCL environment.
5-- The NoC_size parameter may vary from 2 to 16
6-- The STATIC_HT parameter must be less or equal to the NoC_Size parameter
7-- The DYN_ALLOWED authorize the binding of HT template environment to all the Noc Ports
8
9library IEEE;
10use IEEE.STD_LOGIC_1164.all;
11
12package Hcl_Arch_conf is
13
14 
15 
16-- Declare constants
17
18  constant NOC_SIZE             : integer :=4; --(2 to 16)indicates the number of NoC port to instantiate
19  constant STATIC_HT            : integer := 2;--(2 to NOC_SIZE)gives the the number of HT to Hardwire
20  constant DYN_ALLOWED  : std_logic:='1'; --allow the creation of dynamic hardware tasks
21-- Declare functions and procedure
22
23end Hcl_Arch_conf;
24
25
26package body Hcl_Arch_conf is
27
28
29 
30end Hcl_Arch_conf;
Note: See TracBrowser for help on using the repository browser.