Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
10 years ago

Quartus 12252 Error

Hi everyone,

I have cyclone v gt dev. kit from altera.

I want to reconfigure the system controller, namely max v cpld.

Altera supply all the design files about the max v on the board.

The problem start here. When I open the quartus project and try to systhesis, I get lots of error with same error code.

The error given by quartus is as following:

warning (12251): q_sys.: quartus ii 32-bit generate hdl interface was successful. 0 errors, 0 warnings

error (12252): q_sys.: port reset_n has type std_logic which is not supported

error (12252): q_sys.: port clk has type std_logic which is not supported

error (12252): q_sys.: port clk_pls_p has type std_logic which is not supported

error (12252): q_sys.: port address has type std_logic_vector which is not supported

error (12252): q_sys.: port write_n has type std_logic which is not supported

error (12252): q_sys.: port read_n has type std_logic which is not supported

error (12252): q_sys.: port waitrequest_n has type std_logic which is not supported

error (12252): q_sys.: port data_in has type std_logic_vector which is not supported

error (12252): q_sys.: port data_out has type std_logic_vector which is not supported

warning (12251): q_sys.: quartus ii 32-bit generate hdl interface was successful. 0 errors, 0 warnings

error (12252): q_sys.: port reset_n has type std_logic which is not supported

error (12252): q_sys.: port clk has type std_logic which is not supported

error (12252): q_sys.: port mstr_en_n has type std_logic which is not supported

error (12252): q_sys.: port mstr_address has type std_logic_vector which is not supported

error (12252): q_sys.: port mstr_write_n has type std_logic which is not supported

error (12252): q_sys.: port mstr_read_n has type std_logic which is not supported

error (12252): q_sys.: port mstr_data_in has type std_logic_vector which is not supported

error (12252): q_sys.: port mstr_data_out has type std_logic_vector which is not supported

error (12252): q_sys.: port mstr_waitrequest_n has type std_logic which is not supported

error (12252): q_sys.: port slv_en_n has type std_logic which is not supported

error (12252): q_sys.: port slv_address has type std_logic_vector which is not supported

error (12252): q_sys.: port slv_read_n has type std_logic which is not supported

error (12252): q_sys.: port slv_write_n has type std_logic which is not supported

error (12252): q_sys.: port slv_data_in has type std_logic_vector which is not supported

error (12252): q_sys.: port slv_data_out has type std_logic_vector which is not supported

error (12252): q_sys.: port slv_waitrequest_n has type std_logic which is not supported

warning (12251): q_sys.: quartus ii 32-bit shell was successful. 0 errors, 0 warnings

warning (12251): q_sys.: quartus ii 32-bit generate hdl interface was successful. 0 errors, 0 warnings

error (12252): q_sys.: port wb_clk_i has type std_logic which is not supported

error (12252): q_sys.: port wb_rst_i has type std_logic which is not supported

error (12252): q_sys.: port wb_adr_i has type std_logic_vector which is not supported

error (12252): q_sys.: port wb_dat_i has type std_logic_vector which is not supported

error (12252): q_sys.: port wb_dat_o has type std_logic_vector which is not supported

error (12252): q_sys.: port wb_we_i has type std_logic which is not supported

error (12252): q_sys.: port wb_stb_i has type std_logic which is not supported

error (12252): q_sys.: port wb_ack_o has type std_logic which is not supported

error (12252): q_sys.: port wb_inta_o has type std_logic which is not supported

error (12252): q_sys.: port scl_pad_io has type std_logic which is not supported

error (12252): q_sys.: port sda_pad_io has type std_logic which is not supported

Are there any body who faced with same problem?

Thanks in advance.

Sinan.

3 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Yes, I've tried with both version of quartus.(13.0 and 13.1) Project created with 13.0.

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Since the error is generated even when you are using the original file provided by Altera. I think you should contact MySupport to check with Altera if there is any missing file.