Skip to content

Commit

Permalink
Move util to correct spot, as per #1630
Browse files Browse the repository at this point in the history
  • Loading branch information
anshumanmohan committed Jul 24, 2023
1 parent 1719df6 commit e4c3276
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion calyx-py/test/correctness/fifo.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# pylint: disable=import-error
import builder_util as util
import calyx.builder_util as util
import calyx.builder as cb


Expand Down
2 changes: 1 addition & 1 deletion calyx-py/test/correctness/pifo.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pylint: disable=import-error
import fifo
import builder_util as util
import calyx.builder_util as util
import calyx.builder as cb


Expand Down

0 comments on commit e4c3276

Please sign in to comment.