Home > other >  Vivado how to set the top module and add the underlying module
Vivado how to set the top module and add the underlying module

Time:09-29

Why can't find in a hierarchical add module options

CodePudding user response:

Automatic identification of software will be according to your definition of a module name put it in a certain level, if not may be a module name does not match,

CodePudding user response:

Example: you directly add two modules, a place for the top-level module, and then in the top-level module to invoke another module (a module), the system will automatically get you call child module to the top of the next layer, if you don't show in the next layer, that is what you didn't call module,

CodePudding user response:

In the original is not set the top-level module,
1. Right-click to set to top-level module file,
2. Then select as the top-level module documents of a module, you just need to the calling code written into the top-level module, successfully written to save, vivavo will automatically be included in the underlying module
3. After the construction of the above steps, want to add a new layer module, can be directly in the project create a file, write good code, and then call in the module on the top of the mentioned above, attention must call! Then vivado will automatically be included in the,
  • Related