mirror of https://github.com/YosysHQ/yosys.git
Leftover printf
This commit is contained in:
parent
456295eb66
commit
0895093c7c
|
@ -119,7 +119,6 @@ struct ShregmapTechXilinx7 : ShregmapTech
|
|||
j = cell->getParam("\\S_WIDTH").as_int();
|
||||
int k = 0;
|
||||
for (auto bit : sigmap(cell->getPort("\\B"))) {
|
||||
printf("%d\n", bit.offset);
|
||||
sigbit_to_shiftx_offset[bit] = std::make_tuple(cell, j, k++);
|
||||
if (k == width) {
|
||||
k = 0;
|
||||
|
|
Loading…
Reference in New Issue