Forum Discussion
Altera_Forum
Honored Contributor
20 years agoI seem to be having a problem with read_n being shared and write_n not. When I create a CFI flash component in my system, it generates the read_n as a shared signal (namely, a signal of the tristate bridge). With this setting, I am unable to use the flash (using the standard example memtest.c program, on the Stratix II s60ES FPGA).
http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/unsure.gif However, in the examples directory, if I look into the .ptf of the full_featured example, there the read_n of the flash is not shared but rather is a separate signal. Using full_featured as the .sof, I'm able to successfully test the flash via memtest.c ! Has anyone encountered this problem ? Is it possible to force SOPC builder to "un-share" the read_n signal of the flash ? I guess I can change the .ptf directly, but my change will be overridden by SOPC builder when I generate the system.