OpenFPGA/vpr7_rram/printhandler
Xifan Tang 158dec405e Reorganize the code directory 2018-07-26 11:28:21 -06:00
..
SRC Reorganize the code directory 2018-07-26 11:28:21 -06:00
Makefile Reorganize the code directory 2018-07-26 11:28:21 -06:00
Readme.txt Reorganize the code directory 2018-07-26 11:28:21 -06:00
printhandler.vcxproj Reorganize the code directory 2018-07-26 11:28:21 -06:00
printhandler.vcxproj.filters Reorganize the code directory 2018-07-26 11:28:21 -06:00

Readme.txt

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Printhandler is a generic message logging system for CAD tools.

Developed by: Jeff Rudolph

VTR build environment port by: Jason Luu

Main features:

	1. Prefix message type ("INFO", "WARNING", "ERROR", "TRACE") Using an interface that looks a lot like "printf".

	2. Count messages of each type with configurable limits on how many messages and what type of messages to display

	3. Enable regular-expression-based filtering of messages