Altera_Forum
Honored Contributor
16 years agoNon-tristate cfi flash component in sopc
Hi all,
In my system, user logic and sopc system both access cfi flash device(Numonyx 128P30) in TDM mode(time division multiplex). Additional, the flash is AP configuration device for EP3C25. In top level design, I will connect sopc's tristate flash dq signals and user logic's signals to the related signals of cfi flash device. We all know Altera's FPGA don't support internal tristate signals. So the sopc system with default cfi flash component can't fit into my design. I think one way to resolve this problem is design new cfi flash component in which the data bus is separate to input_data and output_data, finally tristate these signals in top level deisgn(out of sopc system). But I am not familiar with new sopc component build. Can anyone give me some advice or similar design template? Thanks a lot!