| |
- builtins.object
-
- ModuleDescriptor
class ModuleDescriptor(builtins.object) |
|
The ModuleDescriptor defines what the heading, declarations, ... would be, if we needed to make verilog code |
|
Methods defined here:
- __init__(self, moduleName)
- Constructor
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
| |