From: hadeshyp Date: Fri, 9 Apr 2010 08:08:13 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: oldGBE~302 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=a3467a0f4c0386703f6d9c24121e940ac87bb569;p=trbnet.git *** empty log message *** --- diff --git a/basics/ram_16x16_dp.vhd b/basics/ram_16x16_dp.vhd index 9d376a8..54ef2fd 100644 --- a/basics/ram_16x16_dp.vhd +++ b/basics/ram_16x16_dp.vhd @@ -40,6 +40,8 @@ architecture ram_16x16_dp_arch of ram_16x16_dp is type ram_t is array(0 to 15) of std_logic_vector(15 downto 0); SIGNAL ram : ram_t := (INIT0, INIT1, INIT2, INIT3, INIT4, INIT5, INIT6, INIT7, INIT8, INIT9, INITA, INITB, INITC, INITD, INITE, INITF); + attribute syn_ramstyle : string; + attribute syn_ramstyle of ram : signal is "block_ram"; begin process(CLK) begin