Skip to content

Commit

Permalink
phaser: use misoc cordic
Browse files Browse the repository at this point in the history
jordens committed Nov 13, 2016
1 parent 2e48250 commit 70a7032
Showing 2 changed files with 1 addition and 359 deletions.
358 changes: 0 additions & 358 deletions artiq/gateware/dsp/cordic.py

This file was deleted.

2 changes: 1 addition & 1 deletion artiq/gateware/dsp/sawg.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from migen import *
from misoc.interconnect.stream import Endpoint
from misoc.cores.cordic import Cordic

from .cordic import Cordic
from .accu import PhasedAccu
from .tools import eqh

0 comments on commit 70a7032

Please sign in to comment.