Change import structure
Apparantly, Python decided to warn me for reasons i don't yet understand
This commit is contained in:
parent
1d8e9852a0
commit
f19d68cebd
|
@ -1,7 +1,7 @@
|
|||
import "/nmigen_boards.icebreaker/ICEBreakerPlatform"
|
||||
import "/nmigen_dg/*"
|
||||
import "modules/Blinker"
|
||||
import "modules/Pulser"
|
||||
import "modules/blinker/Blinker"
|
||||
import "modules/blinker/Pulser"
|
||||
import "resources/pmod"
|
||||
|
||||
Top = subclass Elaboratable where
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
from .blinker import Blinker
|
||||
from .blinker import Pulser
|
Loading…
Reference in New Issue