Altera_Forum
Honored Contributor
22 years agoConnect different WR#/RD# signals together
Hello,
When placing for example ext_ram (IDT71V416), ext_flash (Flash memory with CFI) and lan_91C111 (LAN91C111 Interface) in the SOPC Builder to one Master (cpu) the builder will create different RD# (ior_n_to_the_lan91c111, ext_ram_bus_read, read_n_to_the_ext_ram) and WR# (iow_n_to_the_lan91c111, write_n_to_the_ext_flash, write_n_to_the_ext_ram) signals for each device. What do you think about connecting these signals with an AND for saving some (in this case four) IOs? I think it is possible because choosing one of these devices will be done with the chip select signals. Or is there another way to force the SOPC builder to make only on RD# and WR# for the whole external bus? RD# = ior_n_to_the_lan91c111 AND ext_ram_bus_read AND read_n_to_the_ext_ram WR# = iow_n_to_the_lan91c111 AND write_n_to_the_ext_flash AND write_n_to_the_ext_ram Best regards, niosIIuser