public class VhdlTestbench extends Testbench
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.nio.file.Path testbenchFile,
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).
|
equals, getAdditionalFiles, getTestbenchFile, hashCode
add, add, getArray, getList, getType, toString
getEntityType
public static final java.lang.String ENTITY_TYPE_ID
VhdlTestbench
instances.public VhdlTestbench(java.nio.file.Path testbenchFile, java.util.Set<java.nio.file.Path> additionalFiles)
testbenchFile
- a path to the testbench file. It is accessible via the
Testbench.getTestbenchFile()
, FileNames.getArray()
and
FileNames.getList()
methodsadditionalFiles
- a set containing additional files of the testbench