mirror of https://github.com/YosysHQ/yosys.git
Removed more debug prints
This commit is contained in:
parent
87e7cd9fbd
commit
34667ded53
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue