diff --git a/FPGA/Soruce/tb_spi_bridge.v b/FPGA/Soruce/tb_spi_bridge.v index 2a475a3..13e376e 100644 --- a/FPGA/Soruce/tb_spi_bridge.v +++ b/FPGA/Soruce/tb_spi_bridge.v @@ -46,7 +46,7 @@ wire reset_g; GSR GSR_INST (.GSR (reset_g)); PUR PUR_INST (.PUR (reset_g)); -counter counter_ins(nsys_reset, clock, hs_clock_o, hs_data_o , buf_clkout_lp_n_o, buf_clkout_lp_p_o, buf_dout_lp_n_o, +mipi_dsi_bridge mipi_dsi_bridge_ins(nsys_reset, clock, hs_clock_o, hs_data_o , buf_clkout_lp_n_o, buf_clkout_lp_p_o, buf_dout_lp_n_o, buf_dout_lp_p_o, byte_clock_o, tx_ready_o, write_to_fifo,read_from_fifo_w, reg_1v8_en, reg_3v0_en, lcd_rst, bl_en, spi_miso_o, spi_data, spi_cs, spi_clock, 1'b1); @@ -143,4 +143,4 @@ begin $finish; end -endmodule \ No newline at end of file +endmodule