# tlm2-interfaces **Repository Path**: tkronos/tlm2-interfaces ## Basic Information - **Project Name**: tlm2-interfaces - **Description**: TLM2 based interface definitions compliant with the AXI, ACE and CHI protocols. - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-14 - **Last Updated**: 2024-10-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TLM2 interfaces TLM2 based interface definitions compliant with the AXI, ACE and CHI protocols. The files allow development against a standard interface definition which will be compliant with other vendor-provided semiconductor IP models, for example, network-on-chip (NoC) interconnect models generated by Arteris IP products. For installation, follow these steps: mkdir build cmake -DCMAKE_PREFIX_PATH=$SYSTEMC_HOME .. make install The library depends on IEEE 1666-2011 SystemC and is tested against SystemC version 2.3.3 with gcc-6.3. Other combinations will most likely also work. SystemC libraries are available for download at https://www.accellera.org/downloads/standards/systemc.