Skip to content

Raamakrishnan/ulog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ulog

Filter for UVM logs

This is a small tool to help filter log files generated by Universal Verification Methodology (UVM).

Usage

ulog 0.1

USAGE:
    ulog <LOG> [OPTIONS]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
        --id <id>...                filter by id
        --severity <severity>...    Filter by severity (info, warning, error, fatal)

ARGS:
    <LOG>    Log file

Examples

  • ulog output.log --id master_driver master_monitor

    Shows all the messages generated by the ID "master_driver" OR "master_monitor"

  • ulog output.log --severity info warn

    Shows all the messages with severity as UVM_INFO OR UVM_WARNING

  • ulog output.log --id master_driver master_monitor --severity info warn

    Shows all the messages with ID "master_driver" OR "master_monitor" AND severity as UVM_INFO or UVM_WARNING

Build

Use the latest rust toolchain and run cargo build

Download

Checkout the Releases tab for the latest binaries

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages