We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a98ea8 commit 02cdde4Copy full SHA for 02cdde4
g16gen/src/modes/fanout_ctr.rs
@@ -188,12 +188,6 @@ impl FanoutCounter {
188
id
189
}
190
191
- // fn top_n(mut v: Vec<u16>, n: usize) -> Vec<u16> {
192
- // v.sort_unstable_by(|a, b| b.cmp(a)); // descending
193
- // v.truncate(n);
194
- // v
195
- // }
196
-
197
fn wire_used(&mut self, wire_id: WireId) -> u32 {
198
let wire_id = wire_id.0;
199
if (0..self.primary_inputs + 2).contains(&wire_id) {
0 commit comments