Forum Discussion
Altera_Forum
Honored Contributor
13 years agorefresh ip in sopc component editor
Hi I'm trying to "analyze synth files" that I add in the sopc component editor but I have these errors : Error: VHDL Use Clause error at pwm_inverter_controller.vhd(40): design library "work...
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- I have now this error could you please check what thats mean? Error: Could not determine TOP_LEVEL_HDL_MODULE because file entity.vhd contained no modules !! --- Quote End --- It is telling you that the file "entity.vhd contained no modules". As a result of that, it "could not determine TOP_LEVEL_HDL_MODULE". Whatever you have said in your TCL file, the tool thinks it should be able to find at least one module in "entity.vhd" and it plans on using that as the name of your top level because you haven't told it not to.