# simple_memory **Repository Path**: bluedog1893/simple_memory ## Basic Information - **Project Name**: simple_memory - **Description**: NVDLA backup for GreenSocs simple memory. (https://git.greensocs.com/models/simple_memory) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-02-12 - **Last Updated**: 2024-03-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SimpleMemory This is a simple memory with DMI using **GreenLib**. ## Code status [![build status](https://git.greensocs.com/models/simple_memory/badges/master/build.svg)](https://git.greensocs.com/models/simple_memory/commits/master) ## Include this model in a project * Copy the `misc/FindSIMPLEMEMORY.cmake` in your project repository. * Add the following lines into your `CMakeLists.txt`: ``` cmake find_package(SIMPLEMEMORY) if(SIMPLEMEMORY_FOUND) include_directories(${SIMPLEMEMORY_INCLUDE_DIRS}) else() message(FATAL_ERROR "SimpleMemory not found.") endif() ``` You're now able to use **SimpleMemory** headers. ## Contributing **SimpleMemory** is an open source, community-driven project. If you'd like to contribute, please feel free to fork project and open a merge request or to [send us] a patch. [send us]:http://www.greensocs.com/contact ![GreenLib-logo](http://static.greensocs.com/logo.png)