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
|
|
@ -18,7 +18,7 @@ class LEDBlinker(Elaboratable):
|
|||
|
||||
return m
|
||||
# --- BUILD ---
|
||||
from amaranth_boards.icestick import *
|
||||
from amaranth_boards.icestick import ICEStickPlatform
|
||||
|
||||
|
||||
ICEStickPlatform().build(LEDBlinker(), do_program=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue