Abhishek_C_Intel
New Contributor
7 years agoUnable to synthesis design if defines are included in seperate file
I am synthesizing my design in quartus prime. The FPGA used in our design is stratix 10. I am synthesis a synopsys designware IP. The IP has separate files for defines and these defines were saved as .v files. I tried synthesizing the design but quartus is generating critical warning and errors as I could not locate these defines in Verilog files. In order to synthesis I tried various but I am still unable to synthesis my design below are the options which I tried
set_global_assignment -name VERILOG_FILE "../../../spi_master_DW_apb_ssi_cc_constants”
set_global_assignment -name VERILOG_INCLUDE_FILE "../../../spi_master_DW_apb_ssi_cc_constants”