From 4c758dc0e3a0d4ace47ff870f205324c3ab3b9aa Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Mon, 21 Jun 2021 16:16:47 +0200 Subject: [PATCH] platforms/1bitsquared_icebreaker: Fix wrong URL in header Signed-off-by: Sylvain Munaut --- litex_boards/platforms/1bitsquared_icebreaker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litex_boards/platforms/1bitsquared_icebreaker.py b/litex_boards/platforms/1bitsquared_icebreaker.py index 176fe72..1122cd0 100644 --- a/litex_boards/platforms/1bitsquared_icebreaker.py +++ b/litex_boards/platforms/1bitsquared_icebreaker.py @@ -7,7 +7,7 @@ # iCEBreaker FPGA: # - Crowd Supply campaign: https://www.crowdsupply.com/1bitsquared/icebreaker # - 1BitSquared Store: https://1bitsquared.com/products/icebreaker -# - Design files: https://github.com/icebreaker/icebreaker +# - Design files: https://github.com/icebreaker-fpga/icebreaker from litex.build.generic_platform import * from litex.build.lattice import LatticePlatform