Altera_Forum
Honored Contributor
14 years agocomponent creation bug? (TOP_LEVEL_MODULE not specified)
Today I created a component in the SOPC Builder 11.0
When I created the component, I could add it without errors to my comfiguration, and generate the system. but when I would open my configuration, it says that the TOP_LEVEL_MODULE is not specified. After some trying I found out that the problem seems to lay in the following line in the .tcl file: set_module_property STATIC_TOP_LEVEL_MODULE_NAME "" This line is automatically generated. When I removed it, there was no problem with the component, but with the line like this in the .tcl file, I get the TOP_LEVEL_MODULE error. My solution was to add the top level module name between the quotation marks. It is something that I had to do by hand. Is this a (known) bug, or maybe some setting or step that I missed?