Git Product home page Git Product logo

sparsemem's Introduction

SparseMem

SparseMem is a resource-friendly VHDL model for large memory simulations.

The package is parametrized with generic and needs to be defined when used, e.g.:

  package my_sparsemem is new work.sparsemem_pkg
    generic map(
        G_ADDR_WIDTH => 32,
        G_DATA_WIDTH => 32);

-- [...]

  variable mem : work.my_sparsemem.SparseMem;
  -- [...]

Note that each address holds one data word of the configured width. With the above example config, there's a 32 bit word stored at each address. Byte- or Word-addressing has to be implemented in the instatiating entity if needed.

Compilation

Example for Model/Questasim:

vcom pkg/sparsemem_pkg.vhd

Usage

Use sparsemem_pkg.vhd in your own design and create a new package with the address/data widths needed. An example is shown in models/simple_ram.vhd.

Simulation

A basic testbench for the sparsemem_pkg package is in tb/tb_sparsemem.vhd.

sparsemem's People

Contributors

heikoengel avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.