Removed forgotten debug code
authorAndrew Zonenberg <azonenberg@drawersteak.com>
Sat, 2 Apr 2016 06:39:32 +0000 (23:39 -0700)
committerAndrew Zonenberg <azonenberg@drawersteak.com>
Sat, 2 Apr 2016 06:39:32 +0000 (23:39 -0700)
techlibs/greenpak4/greenpak4_counters.cc

index 49f93bbeda3d059c762e9c01c53e0b176e9decfb..97a15795190687659b1a55b34e849bbf320a88c7 100644 (file)
@@ -347,8 +347,6 @@ void greenpak4_counters_worker(
                log_id(extract.rwire->name),
                count_reg_src.c_str());
        
-       log("blah");
-       
        //Wipe all of the old connections to the ALU
        cell->unsetPort("\\A");
        cell->unsetPort("\\B");
@@ -362,9 +360,7 @@ void greenpak4_counters_worker(
        cell->unsetParam("\\B_SIGNED");
        cell->unsetParam("\\B_WIDTH");
        cell->unsetParam("\\Y_WIDTH");
-       
-       log("asdf");
-       
+
        //Change the cell type
        cell->type = celltype;
        
@@ -382,8 +378,6 @@ void greenpak4_counters_worker(
                cell->setPort("\\RST", RTLIL::SigSpec(false));
        }
        
-       log("world");
-       
        //Hook up other stuff
        cell->setParam("\\CLKIN_DIVIDE", RTLIL::Const(1));
        cell->setParam("\\COUNT_TO", RTLIL::Const(extract.count_value));