mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 04:28:18 +00:00
Removed more debug prints
This commit is contained in:
parent
87e7cd9fbd
commit
34667ded53
|
@ -367,7 +367,6 @@ void greenpak4_counters_worker(
|
||||||
//Hook up resets
|
//Hook up resets
|
||||||
if(extract.has_reset)
|
if(extract.has_reset)
|
||||||
{
|
{
|
||||||
log("hello");
|
|
||||||
//TODO: support other kinds of reset
|
//TODO: support other kinds of reset
|
||||||
cell->setParam("\\RESET_MODE", RTLIL::Const("LEVEL"));
|
cell->setParam("\\RESET_MODE", RTLIL::Const("LEVEL"));
|
||||||
cell->setPort("\\RST", extract.rst);
|
cell->setPort("\\RST", extract.rst);
|
||||||
|
|
Loading…
Reference in a new issue