Removed more debug prints

This commit is contained in:
Andrew Zonenberg 2016-04-01 23:41:03 -07:00
parent 87e7cd9fbd
commit 34667ded53
1 changed files with 0 additions and 1 deletions

View File

@ -367,7 +367,6 @@ void greenpak4_counters_worker(
//Hook up resets
if(extract.has_reset)
{
log("hello");
//TODO: support other kinds of reset
cell->setParam("\\RESET_MODE", RTLIL::Const("LEVEL"));
cell->setPort("\\RST", extract.rst);