From a3467a0f4c0386703f6d9c24121e940ac87bb569 Mon Sep 17 00:00:00 2001 From: hadeshyp Date: Fri, 9 Apr 2010 08:08:13 +0000 Subject: [PATCH] *** empty log message *** --- basics/ram_16x16_dp.vhd | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.43.0