OpenCores
URL https://opencores.org/ocsvn/w11/w11/trunk

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.74/] [rtl/] [vlib/] [memlib/] [ram_1swar_1ar_gen.vhd] - Diff between revs 31 and 36

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 31 Rev 36
Line 1... Line 1...
-- $Id: ram_1swar_1ar_gen.vhd 686 2015-06-04 21:08:08Z mueller $
-- $Id: ram_1swar_1ar_gen.vhd 750 2016-03-24 23:11:51Z mueller $
--
--
-- Copyright 2006-2011 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
-- Copyright 2006-2011 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
--
--
-- This program is free software; you may redistribute and/or modify it under
-- This program is free software; you may redistribute and/or modify it under
-- the terms of the GNU General Public License as published by the Free
-- the terms of the GNU General Public License as published by the Free
Line 28... Line 28...
-- 2011-11-08   422   1.0.2  now numeric_std clean
-- 2011-11-08   422   1.0.2  now numeric_std clean
-- 2008-03-08   123   1.0.1  use std_..._arith, not _unsigned; use unsigned()
-- 2008-03-08   123   1.0.1  use std_..._arith, not _unsigned; use unsigned()
-- 2007-06-03    45   1.0    Initial version
-- 2007-06-03    45   1.0    Initial version
--
--
-- Some synthesis results:
-- Some synthesis results:
-- - 2010-06-03 ise 11.4 for xc3s1000-ft256-4:
-- - 2010-06-03 (r123) with ise 11.4 for xc3s1000-ft256-4:
--   AWIDTH DWIDTH  LUTl LUTm   Comments
--   AWIDTH DWIDTH  LUTl LUTm   RAM16X1D  MUXF5  MUXF6  MUXF7
--        4     16     -   32    16*RAM16X1D
--        4     16     -   32         16      0      0      0
--        5     16    34   64    32*RAM16X1D
--        5     16    34   64         32      0      0      0
--        6     16    68  128    64*RAM16X1D, 32*MUXF5
--        6     16    68  128         64     32      0      0
--        7     16   136  256   128*RAM16X1D, 64*MUXF5, 32*MUXF6
--        7     16   136  256        128     64     32      0
--        8     16   292  512   256*RAM16X1D,144*MUXF5, 64*MUXF6, 32*MUXF7  
--        8     16   292  512        256    144     64     32
-- - 2007-12-31 ise 8.2.03 for xc3s1000-ft256-4:
-- - 2007-12-31 ise 8.2.03 for xc3s1000-ft256-4:
--   {same results as above for AW=4 and 6}
--   {same results as above for AW=4 and 6}
------------------------------------------------------------------------------
------------------------------------------------------------------------------
 
 
library ieee;
library ieee;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.