Skip to content

os-fpga/logger_rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logger_rs

A cpp based logger for the EDA tools

Build Example

Requirement

  • cmake version > 3.16
  • GCC,G++ version > 11

Steps

  • create build folder
    mkdir build
    
  • change directory to build and run cmake configuration
    cd build && cmake ..
    
  • now do make
    make
    

Once make is done, then you have executable name as example, running it like:

./example

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published