public class VhdlTestbench extends FileNames
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ENTITY_TYPE_ID
The entity type ID of all
VhdlTestbench instances. |
Constructor and Description |
---|
VhdlTestbench(java.lang.String extensionlessTestbenchFileName,
java.util.Set<java.nio.file.Path> additionalFiles)
Constructs a new VHDL testbench with the specified testbench file and additional files (for
example, test pattern and library files).
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.nio.file.Path> |
getAdditionalFiles()
Returns additional files (for example, test pattern and library files) related to this
testbench.
|
add, add, getArray, getList, getType, toString
equals, getEntityType, hashCode
public static final java.lang.String ENTITY_TYPE_ID
VhdlTestbench
instances.public VhdlTestbench(java.lang.String extensionlessTestbenchFileName, java.util.Set<java.nio.file.Path> additionalFiles)
extensionlessTestbenchFileName
- a name of the testbench file without extensionadditionalFiles
- a set containing additional files of the testbench