Forum Discussion
Altera_Forum
Honored Contributor
12 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.