Skip to content

Commit

Permalink
Just minor changes in the noc_defs file.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucapezza committed Jul 27, 2016
1 parent 761ae63 commit 7eb3aa1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/noc_defs.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,11 @@ package noc_defs is
constant ADDR_SLT_WIDTH : integer := log2up(PRD_LENGTH-1);
--constant PRD_LENGTH : integer := 2**ADDR_SLT_WIDTH; -- 2^6 = 64 -- 2^3 = 8

constant MAX_PERIOD : integer := 128;
constant MAX_PERIOD : integer := 256;

-- DMA
constant DMA_IND_WIDTH : integer := log2up(NODES-1);
--constant DMA_IND_WIDTH : integer := log2up(NODES-1);
constant DMA_IND_WIDTH : integer := 8;
--constant NODES : integer := 2**DMA_IND_WIDTH; -- 2^2 = 4 nodes
constant DMA_WIDTH : integer := 64;
--DMA banks sizes
Expand Down

0 comments on commit 7eb3aa1

Please sign in to comment.