gateware: fix some issues introduced with cleanup
This commit is contained in:
parent
dbf81c4baf
commit
6a4a9784e3
@ -1,5 +1,6 @@
|
|||||||
from amaranth import *
|
from amaranth import *
|
||||||
from amaranth_soc.wishbone import *
|
from amaranth_soc.wishbone import *
|
||||||
|
from amaranth_soc.memory import *
|
||||||
|
|
||||||
|
|
||||||
class LEDPeripheral(Elaboratable, Interface):
|
class LEDPeripheral(Elaboratable, Interface):
|
||||||
|
@ -10,6 +10,9 @@ from minerva.core import Minerva
|
|||||||
from typing import List
|
from typing import List
|
||||||
from argparse import ArgumentParser
|
from argparse import ArgumentParser
|
||||||
|
|
||||||
|
from memory import *
|
||||||
|
from led import *
|
||||||
|
|
||||||
|
|
||||||
# To change clock domain of a module:
|
# To change clock domain of a module:
|
||||||
# new_thing = DomainRenamer("new_clock")(MyElaboratable())
|
# new_thing = DomainRenamer("new_clock")(MyElaboratable())
|
||||||
|
Loading…
Reference in New Issue
Block a user