From ce6701c6e48f1f0edc628be608342c6b57f7d478 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 11 Feb 2013 17:46:27 +0100 Subject: [PATCH] platforms/m1: norflash_reset -> norflash_rst_n --- mibuild/platforms/m1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mibuild/platforms/m1.py b/mibuild/platforms/m1.py index e278eb20..c51b7ea3 100644 --- a/mibuild/platforms/m1.py +++ b/mibuild/platforms/m1.py @@ -13,7 +13,7 @@ _io = [ # When executing softcore code in-place from the flash, we want # the flash reset to be released before the system reset. - ("norflash_reset", 0, Pins("P22"), IOStandard("LVCMOS33"), Misc("SLEW=FAST"), Drive(8)), + ("norflash_rst_n", 0, Pins("P22"), IOStandard("LVCMOS33"), Misc("SLEW=FAST"), Drive(8)), ("norflash", 0, Subsignal("adr", Pins("L22", "L20", "K22", "K21", "J19", "H20", "F22", "F21", "K17", "J17", "E22", "E20", "H18", "H19", "F20", -- 2.30.2