diff options
author | Andrew Zonenberg <azonenberg@drawersteak.com> | 2016-04-01 23:39:32 -0700 |
---|---|---|
committer | Andrew Zonenberg <azonenberg@drawersteak.com> | 2016-04-01 23:39:32 -0700 |
commit | 87e7cd9fbd6e603da262e68f7ec68eb0d7233c2c (patch) | |
tree | ed87f792c45a147ae30dff381ec7898cb10024b5 /techlibs/greenpak4 | |
parent | 2386885f228ebecccf4987ac81bde11df56dae38 (diff) | |
download | yosys-87e7cd9fbd6e603da262e68f7ec68eb0d7233c2c.tar.gz yosys-87e7cd9fbd6e603da262e68f7ec68eb0d7233c2c.tar.bz2 yosys-87e7cd9fbd6e603da262e68f7ec68eb0d7233c2c.zip |
Removed forgotten debug code
Diffstat (limited to 'techlibs/greenpak4')
-rw-r--r-- | techlibs/greenpak4/greenpak4_counters.cc | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/techlibs/greenpak4/greenpak4_counters.cc b/techlibs/greenpak4/greenpak4_counters.cc index 49f93bbed..97a157951 100644 --- a/techlibs/greenpak4/greenpak4_counters.cc +++ b/techlibs/greenpak4/greenpak4_counters.cc @@ -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)); |