core #(
.StartupWaitCycles(configuration::STARTUP_WAIT_CYCLES),
.FlashTransferFromAddress(configuration::FLASH_TRANSFER_FROM_ADDRESS),
.FlashTransferByteCount(configuration::FLASH_TRANSFER_BYTE_COUNT)
) core (
.rst_n(!rst && rpll_lock && O_sdrc_init_done),
.clk (I_sdrc_clk),
.led (led[0]),
.ramio_enable,
.ramio_read_type,
.ramio_write_type,
.ramio_address,
.ramio_data_in,
.ramio_data_out,
.ramio_data_out_ready,
.ramio_busy,
.flash_clk,
.flash_miso,
.flash_mosi,
.flash_cs_n
);