Hi, On Sat, 2011-01-29 at 14:23 +0800, Adam Wang wrote: > Are there any configuration file and s/w will pull low for signal of > FLASH_RESET_N while running time stage? > Or just it pulls high forever while power up by fpga?
During normal SoC operation, FLASH_RESET_N is pulsed during a system reset: https://github.com/lekernel/milkymist/blob/master/boards/milkymist-one/rtl/system.v#L219 This allows the flash to operate back properly in read mode to reboot the system even if the reset occurred during a flash write cycle (which makes the flash output status information instead of data). S. _______________________________________________ http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org IRC: #milkymist@Freenode Twitter: www.twitter.com/milkymistvj Ideas? http://milkymist.uservoice.com
