]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
*** empty log message ***
authorhadeshyp <hadeshyp>
Fri, 9 Apr 2010 08:08:13 +0000 (08:08 +0000)
committerhadeshyp <hadeshyp>
Fri, 9 Apr 2010 08:08:13 +0000 (08:08 +0000)
basics/ram_16x16_dp.vhd

index 9d376a80234622bd864d4819710c358edde76940..54ef2fdf3429166e884106e163fd134509e4106e 100644 (file)
@@ -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