Forum Discussion
Altera_Forum
Honored Contributor
17 years ago --- Quote Start --- OE->1 WE->0 ... an these I have set --- Quote End --- you set the opposite polarity in the code below --- Quote Start --- if ((SW_OE == 0)) begin OE <= SW_OE; -- oe <= '0' WE <= !SW_OE; -- we <= '1' Data <= 16'hBDE7; --- Quote End --- As I said, this was the simple point. The other point is, that writing to the flash this way doesn't actually store anything in the memory array.