LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Advertise
  • Mirrors
  • Logos
  • Contact us
  • Job Opportunity
  •  
    Tools
  • Search
      
  • Download Cores (CVSGet)
  •  
    More
  • Wishbone
  • Perlilog
  • EDA tools
  • OpenTech CD
  •  
    Navigation: All forums > Cores > Message List > Message Post

    Message

    Reply | Reply all
    Date Prev | Date Next | Thread Prev | Thread Next Date Index | Thread Index

    From: rpaley_yid at yahoo.com<rpaley_yid@y...>
    Date: Fri Oct 28 00:31:43 CEST 2005
    Subject: [oc] single_port: remove PAGENUM constant
    Top
    Sorry, for the late reply. I've just returned from a holiday. I forgot, is
    PAGENUM used in any of the architectures? Especially the linked list one..

    r

    ----- Original Message -----
    From: Michael Geng<vhdl@M...>
    To:
    Date: Tue Oct 18 19:24:01 CEST 2005
    Subject: [oc] single_port: remove PAGENUM constant

    > Hi Robert,
    >
    > since the single_port model uses unconstrained vectors for the data
    > and address buses the PAGENUM
    > constant is no longer required. I would like to remove it from
    > single_port_pkg completely and
    > replace it in single_port.vhd in the following way:
    > < TYPE mem_typ IS ARRAY ( 0 TO PAGENUM*PAGEDEPTH-1 ) OF
    > BIT_VECTOR(d'RANGE);
    > > TYPE mem_typ IS ARRAY ( 0 TO 2**a'length-1 ) OF
    > BIT_VECTOR(d'RANGE);
    > Is that ok with you?
    > Michael
    >
    >

    Follow upAuthor
    [oc] single_port: remove PAGENUM constantMichael Geng

     
    Copyright (c) 1999 OPENCORES.ORG. All rights reserved.