We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e48250 commit 70a7032Copy full SHA for 70a7032
artiq/gateware/dsp/cordic.py
artiq/gateware/dsp/sawg.py
@@ -1,7 +1,7 @@
1
from migen import *
2
from misoc.interconnect.stream import Endpoint
3
+from misoc.cores.cordic import Cordic
4
-from .cordic import Cordic
5
from .accu import PhasedAccu
6
from .tools import eqh
7
0 commit comments