examples,docs: ensure amaranth-boards is available as a dev dependency.

This commit is contained in:
Catherine 2023-09-25 13:46:14 +00:00
parent d27681b157
commit e6ec0be889
4 changed files with 6 additions and 3 deletions

View file

@ -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):

View file

@ -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):