examples,docs: ensure amaranth-boards is available as a dev dependency.
This commit is contained in:
parent
d27681b157
commit
e6ec0be889
4 changed files with 6 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# using the platform default clock (and default reset, if any).
|
||||
|
||||
from amaranth import *
|
||||
from amaranth_boards.ice40_hx1k_blink_evn import *
|
||||
from amaranth_boards.ice40_hx1k_blink_evn import ICE40HX1KBlinkEVNPlatform
|
||||
|
||||
|
||||
class Blinky(Elaboratable):
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
# independently created in addition to the main "sync" domain.
|
||||
|
||||
from amaranth import *
|
||||
from amaranth_boards.ice40_hx1k_blink_evn import *
|
||||
from amaranth_boards.ice40_hx1k_blink_evn import ICE40HX1KBlinkEVNPlatform
|
||||
|
||||
|
||||
class BlinkyWithDomain(Elaboratable):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue