quick_dump: Allow comments in the register files
authorBen Widawsky <benjamin.widawsky@intel.com>
Sat, 18 Jan 2014 04:10:46 +0000 (20:10 -0800)
committerBen Widawsky <benjamin.widawsky@intel.com>
Mon, 20 Jan 2014 18:27:39 +0000 (10:27 -0800)
commit73ca22c9e880b0598935c871d809ecfb1f3473fc
treec89154ae6c156f2096b11a335f185df7f51dcc79
parent724340cf36b4e2a87d8c545410224b617f813cc8
quick_dump: Allow comments in the register files

Simple addition to the parser to add the following full line comments:
{';', '#', "//"}

Empty lines will also be ignored

Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
tools/quick_dump/quick_dump.py