We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48f2e1f commit 9098f27Copy full SHA for 9098f27
veriloggen/lib/pipeline.py
@@ -2,7 +2,6 @@
2
from __future__ import print_function
3
import os
4
import sys
5
-import collections
6
from functools import reduce
7
8
import veriloggen.vtypes as vtypes
veriloggen/lib/seq.py
@@ -3,7 +3,6 @@
import collections
-import functools
9
from veriloggen.subst_visitor import SubstDstVisitor
0 commit comments