# yamm **Repository Path**: nkeric/yamm ## Basic Information - **Project Name**: yamm - **Description**: No description available - **Primary Language**: Verilog - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-10 - **Last Updated**: 2021-12-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ******************************************************************************* * Title: Yet Another Memory Manager(YAMM) Package * Name : yamm * Modified: 06-September-2016 * Support: office@amiq.com * Description: YAMM is a memory manager for SystemVerilog[/UVM]-based verification projects Directory structure: * docs - All documents related to this library * src - All SV & C++ sources of the library * examples/tb - testbench module required by SV tests * examples/sv - SystemVerilog Examples * examples/cpp_tests - C++ Examples * sim - Example of script to run simulations * To run a SystemVerilog example you can use the run_yamm.sh script included in the package: $> cd sim $> ./run_yamm.sh -help * To run a C++ example you can use the Makefile included in the package: $> cd sim $> make help ****************************************************************************** * (C) Copyright 2016 AMIQ Consulting * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * [Apache LICENSE 2.0] (http://www.apache.org/licenses/LICENSE-2.0) * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. ******************************************************************************* You can see more details here: [Article about YAMM concepts and first release](http://www.amiq.com/consulting/2016/07/12/yamm-yet-another-memory-manager/)