OpenCores
URL https://opencores.org/ocsvn/nand_controller/nand_controller/trunk

Subversion Repositories nand_controller

[/] [nand_controller/] [trunk/] [VHDL/] [nand_master.vhd] - Diff between revs 12 and 13

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 12 Rev 13
Line 717... Line 717...
                                                substate                        <= MS_SUBMIT_ADDRESS;
                                                substate                        <= MS_SUBMIT_ADDRESS;
                                                state                   <= M_WAIT;
                                                state                   <= M_WAIT;
                                                n_state                 <= M_NAND_READ_PARAM_PAGE;
                                                n_state                 <= M_NAND_READ_PARAM_PAGE;
 
 
                                        elsif(substate = MS_SUBMIT_ADDRESS)then
                                        elsif(substate = MS_SUBMIT_ADDRESS)then
                                                delay                           <= t_wb;
                                                delay                           <= t_wb + t_rr;
                                                state                           <= M_DELAY;
                                                state                           <= M_WAIT;--M_DELAY;
                                                n_state                 <= M_NAND_READ_PARAM_PAGE;
                                                n_state                 <= M_NAND_READ_PARAM_PAGE;
                                                substate                        <= MS_READ_DATA0;
                                                substate                        <= MS_READ_DATA0;
                                                byte_count              <= 256;
                                                byte_count              <= 256;
                                                page_idx                        <= 0;
                                                page_idx                        <= 0;
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.