S
SmiG
Guest
Hi guys,
I'm writing from italy and I have some problems with read/write data
accross on array of std_logic_vector.
Declaration of these signals is the following:
###
type array_8bit is array (127 downto 0) of std_logic_vector(7 downto 0);
signal amp_pg : array_8bit;
..
..
..
..
LOCAL_AMP_PG <= amp_pg(conv_integer(num_chain_s3));
###
I would map this kind of signal into a BRAM and not into a FF.
Is it possible?
If yes there is a inline attribute to be set on the signal declaration?
I'm using XST trougth Xilinx EDK tool,
Thanks in advance,
SmiG
--
questo articolo e` stato inviato via web dal servizio gratuito
http://www.newsland.it/news segnala gli abusi ad abuse@newsland.it
I'm writing from italy and I have some problems with read/write data
accross on array of std_logic_vector.
Declaration of these signals is the following:
###
type array_8bit is array (127 downto 0) of std_logic_vector(7 downto 0);
signal amp_pg : array_8bit;
..
..
..
..
LOCAL_AMP_PG <= amp_pg(conv_integer(num_chain_s3));
###
I would map this kind of signal into a BRAM and not into a FF.
Is it possible?
If yes there is a inline attribute to be set on the signal declaration?
I'm using XST trougth Xilinx EDK tool,
Thanks in advance,
SmiG
--
questo articolo e` stato inviato via web dal servizio gratuito
http://www.newsland.it/news segnala gli abusi ad abuse@newsland.it