User guide

SFSU - Embedded Systems Tutorial Nano- Electronics & Computing Research Lab
101
.spi_cs_n_from_the_sd_card_controller (SD_DAT[3]),
.spi_data_in_to_the_sd_card_controller (SD_DAT[0]),
.spi_data_out_from_the_sd_card_controller (SD_CMD),
////cfi flash
.tri_state_bridge_flash_address (FL_ADDR),
.tri_state_bridge_flash_data (FL_DQ),
.write_n_to_the_cfi_flash (FL_WE_N),
.read_n_to_the_cfi_flash (FL_OE_N),
.select_n_to_the_cfi_flash (FL_CE_N),
////touch panel interface
.MISO_to_the_touch_panel_spi (HC_ADC_DOUT),
.MOSI_from_the_touch_panel_spi (HC_ADC_DIN),
.SCLK_from_the_touch_panel_spi (HC_ADC_DCLK),
.SS_n_from_the_touch_panel_spi (HC_ADC_CS_N),
.in_port_to_the_touch_panel_pen_irq_n (HC_ADC_PENIRQ_N),
.in_port_to_the_touch_panel_busy (HC_ADC_BUSY),
////SRAM
.SRAM_ADDR_from_the_sram (SRAM_ADDR),
.SRAM_CE_n_from_the_sram (SRAM_CE_N),
.SRAM_DQ_to_and_from_the_sram (SRAM_DQ),
.SRAM_LB_n_from_the_sram (SRAM_LB_N),
.SRAM_OE_n_from_the_sram (SRAM_OE_N),
.SRAM_UB_n_from_the_sram (SRAM_UB_N),
.SRAM_WE_n_from_the_sram (SRAM_WE_N)
);
////
assign HC_B = wire_HC_B[7:2];
assign HC_G = wire_HC_G[7:2];
assign HC_R = wire_HC_R[7:2];
// Flash Config
assign FL_RST_N = reset_n;
assign FL_WP_N = 1'b1;