public class VerilogTestbenchModel extends FileNames
Modifier and Type | Field and Description |
---|---|
static EntityType |
TYPE
The entity type ID of all
VhdlTestbench instances. |
Constructor and Description |
---|
VerilogTestbenchModel(java.util.List<Testbench> testbenches)
Constructs object with the specified testbenches.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Testbench> |
getTestbenches()
Returns list of model testbenches.
|
add, add, equals, getArray, getList, getType, hashCode, toString
getEntityType
public static final EntityType TYPE
VhdlTestbench
instances.public VerilogTestbenchModel(java.util.List<Testbench> testbenches)
testbenches
- testbenchespublic java.util.List<Testbench> getTestbenches()