Skip to content

LeeOHzzZ/lmac-ila

 
 

Repository files navigation

Instruction-Level Abstraction (ILA) of LMAC

This ILA description is derived based on the LeWiz Communications Ethernet MAC (LMAC), which is licensed under GNU LGPL. Check below for further detail:

Build

To build this ILA model, create a build directory and run:

mkdir -p build && cd build
cmake ..
make

The output is an executable lmac, which can be used to generate the LMAC ILA and the verification target for equivalence checking.

./lmac

Releases

No releases published

Packages

No packages published

Languages

  • Verilog 70.3%
  • C++ 16.2%
  • Makefile 7.5%
  • VHDL 3.5%
  • CMake 1.6%
  • Python 0.4%
  • Other 0.5%