Download Report
Transcript
***********/ output [31:0]pio_racket_left; output [31:0] pio_racket_right; output [31:0] pio_pingpong; output [15:0] pio_hex; output [31:0]pio_sw; output pio_key; hope jjj( // 1) global signals: .clk(CLOCK_50), .reset_n(KEY[0]), // the_pio_hex .out_port_from_the_pio_hex(pio_hex), // the_pio_key .in_port_to_the_pio_key(pio_key), // the_pio_left .out_port_from_the_pio_left(pio_racket_left), // the_pio_pingpong .out_port_from_the_pio_pingpong(pio_pingpong), // the_pio_right .out_port_from_the_pio_right(pio_racket_right), // the_pio_sw .in_port_to_the_pio_sw(pio_sw), // the_sram_16bit_512k_0 .SRAM_ADDR_from_the_sram_16bit_512k_0(SRAM_ADDR), .SRAM_CE_N_from_the_sram_16bit_512k_0(SRAM_CE_N), .SRAM_DQ_to_and_from_the_sram_16bit_512k_0(SRAM_DQ), .SRAM_LB_N_from_the_sram_16bit_512k_0(SRAM_LB_N), .SRAM_OE_N_from_the_sram_16bit_512k_0(SRAM_OE_N), .SRAM_UB_N_from_the_sram_16bit_512k_0(SRAM_UB_N), .SRAM_WE_N_from_the_sram_16bit_512k_0(SRAM_WE_N) )