Altera_Forum
Honored Contributor
16 years agoconnecting be_n_to_the_ext_ssram[3:0] to IDT71V416 SRAM
Hello all,
I created using SOPC builder a NIOS II based system that includes an SRAM compatible with IDT71V416 listed in SOPC builder, for the SRAM, I added an IDT71V416 from Memories and Memory Controllers-->SRAM folder the top level of the the NIOS II based system includes a 4 bit wide signal called "be_n_to_the_ext_ssram", and I dont know where to connect this signal, or even what this signal does, there is a vague description of it in Quartus II handbook volume 4 chapter 9 example 3, but I found it unhelpful the SRAM IDT71V416 itself does not seem to have any 4 bit wide signal can you help me with this problem thanks in advance js the datasheet for the SRAM is here http://www.olimex.com/dev/pdf/71v416_ds_74666.pdf the top level NIOS II based system instantiation is here //Example instantiation for system 'NIOSII' NIOSII NIOSII_inst ( .address_to_the_ext_flash (address_to_the_ext_flash), .address_to_the_ext_ssram (address_to_the_ext_ssram), .be_n_to_the_ext_ssram (be_n_to_the_ext_ssram), .clk_0 (clk_0), .data_to_and_from_the_ext_flash (data_to_and_from_the_ext_flash), .data_to_and_from_the_ext_ssram (data_to_and_from_the_ext_ssram), .in_port_to_the_button_pio (in_port_to_the_button_pio), .out_port_from_the_led_pio (out_port_from_the_led_pio), .out_port_from_the_seven_seg_pio (out_port_from_the_seven_seg_pio), .read_n_to_the_ext_flash (read_n_to_the_ext_flash), .read_n_to_the_ext_ssram (read_n_to_the_ext_ssram), .reset_n (reset_n), .select_n_to_the_ext_flash (select_n_to_the_ext_flash), .select_n_to_the_ext_ssram (select_n_to_the_ext_ssram), .sys_clk (sys_clk), .write_n_to_the_ext_flash (write_n_to_the_ext_flash), .write_n_to_the_ext_ssram (write_n_to_the_ext_ssram) ); further information about .be_n_to_the_ext_ssram is here <edited> output [ 3: 0] be_n_to_the_ext_ssram; <edited>