From: Florent Kermarrec Date: Fri, 13 Mar 2020 08:37:23 +0000 (+0100) Subject: targets/icebreaker: add description of the board, link to crowdsupply campagin and... X-Git-Tag: 24jan2021_ls180~561 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c304c4db27dfc01d05a96eb9c3e1aa63c27fc0de;p=litex.git targets/icebreaker: add description of the board, link to crowdsupply campagin and to the more complete example. --- diff --git a/litex/boards/targets/icebreaker.py b/litex/boards/targets/icebreaker.py index f58827a1..93828179 100755 --- a/litex/boards/targets/icebreaker.py +++ b/litex/boards/targets/icebreaker.py @@ -6,8 +6,15 @@ # This file is Copyright (c) 2020 Florent Kermarrec # License: BSD -import argparse +# The iCEBreaker is the first open source iCE40 FPGA development board designed for teachers and +# students: https://www.crowdsupply.com/1bitsquared/icebreaker-fpga + +# This target file provides a minimal LiteX SoC for the iCEBreaker with a CPU, its ROM (in SPI Flash), +# its SRAM, close to the others LiteX targets. A more complete example of LiteX SoC for the iCEBreaker +# with more features, examples to run C/Rust code on the RISC-V CPU and documentation can be found +# at: https://github.com/icebreaker-fpga/icebreaker-litex-examples +import argparse from migen import * from migen.genlib.resetsync import AsyncResetSynchronizer