OpenFPGA/vpr7_x2p/libprinthandler
tangxifan f5b6ee6adf update travis configuration and clean up repository 2019-06-07 22:19:11 -06:00
..
SRC update Makefile t 2019-05-03 11:48:41 -06:00
build update Makefile t 2019-05-03 11:48:41 -06:00
CMakeLists.txt Add latest abc and update ace dependence 2019-05-03 18:56:03 -06:00
Readme.txt update Makefile t 2019-05-03 11:48:41 -06:00
printhandler.vcxproj update Makefile t 2019-05-03 11:48:41 -06:00
printhandler.vcxproj.filters update Makefile t 2019-05-03 11:48:41 -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