projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
456295e
)
Leftover printf
author
Eddie Hung
<eddieh@ece.ubc.ca>
Sat, 23 Mar 2019 02:14:04 +0000
(19:14 -0700)
committer
Eddie Hung
<eddieh@ece.ubc.ca>
Sat, 23 Mar 2019 02:14:04 +0000
(19:14 -0700)
passes/techmap/shregmap.cc
patch
|
blob
|
history
diff --git
a/passes/techmap/shregmap.cc
b/passes/techmap/shregmap.cc
index 7e01ff134781621109ffdd6a75914b315f4fa795..d9a4aba99406e245b60a2191ef221d0e157dfc96 100644
(file)
--- a/
passes/techmap/shregmap.cc
+++ b/
passes/techmap/shregmap.cc
@@
-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;