esynr3z / eda-log-colorizer

🎨 Colorize your boring EDA logs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EDA log colorizer

EDA logs usually are so flat, boring and deadly monochrome. This simple utility can colorize any log to make it easier to read.

Many thanks iDoka for the reference.

Supported log formats

UVM

uvm

VCS

vcs

Requirements

Any environment where bash and sed are available.

Installation

Nothing special is needed, but you can create a symlink for more convenient use:

ln -sr ./log-colorizer ~/.local/bin/log-colorizer

Usage

To colorize script output:

./run_your_sim | log-colorizer uvm

To colorize log file:

cat vcs.log | log-colorizer vcs

About

🎨 Colorize your boring EDA logs


Languages

Language:Shell 100.0%