com.eu.miscedautils.verilogparser
Class FVPPreProcessRTL
java.lang.Object
com.eu.miscedautils.verilogparser.FVPPreProcessRTL
public class FVPPreProcessRTL
- extends java.lang.Object
- Author:
Constructor Summary |
FVPPreProcessRTL(java.util.LinkedList<java.lang.String> files)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FVPPreProcessRTL
public FVPPreProcessRTL(java.util.LinkedList<java.lang.String> files)
getAesKey
public java.lang.String getAesKey()
setAesKey
public void setAesKey(java.lang.String aesKey)
getPublicKeyFile
public java.lang.String getPublicKeyFile()
setPublicKeyFile
public void setPublicKeyFile(java.lang.String kf)
getPrivateKeyFile
public java.lang.String getPrivateKeyFile()
setPrivateKeyFile
public void setPrivateKeyFile(java.lang.String privateKeyFile)
getEncryptAgent
public java.lang.String getEncryptAgent()
setEncryptAgent
public void setEncryptAgent(java.lang.String encryptAgent)
getEncryptMethod
public java.lang.String getEncryptMethod()
setEncryptMethod
public void setEncryptMethod(java.lang.String encryptMethod)
getKeyKeyOwner
public java.lang.String getKeyKeyOwner()
setKeyKeyOwner
public void setKeyKeyOwner(java.lang.String keyKeyOwner)
getKeyKeyName
public java.lang.String getKeyKeyName()
setKeyKeyName
public void setKeyKeyName(java.lang.String keyKeyName)
getKeyMethod
public java.lang.String getKeyMethod()
setKeyMethod
public void setKeyMethod(java.lang.String keyMethod)
getDataMethod
public java.lang.String getDataMethod()
setDataMethod
public void setDataMethod(java.lang.String dm)
printDataMethod
public java.lang.String printDataMethod()
getEncoding
public java.lang.String getEncoding()
setEncoding
public void setEncoding(java.lang.String encoding)
getEncType
public java.lang.String getEncType()
setEncType
public void setEncType(java.lang.String enctype)
isCommentedProtectDirective
public boolean isCommentedProtectDirective()
setCommentedProtectDirective
public void setCommentedProtectDirective(boolean commentedProtectDirective)
isIgnorePragmaProtects
public boolean isIgnorePragmaProtects()
setIgnorePragmaProtects
public void setIgnorePragmaProtects(boolean ignorePragmaProtects)
getEncryptAlgorithm
public java.lang.String getEncryptAlgorithm()
setEncryptAlgorithm
public void setEncryptAlgorithm(java.lang.String algo)
getVlogFiles
public java.util.LinkedList<java.lang.String> getVlogFiles()
setVlogFiles
public void setVlogFiles(java.util.LinkedList<java.lang.String> files)
getIncludeDirs
public java.util.LinkedList<java.lang.String> getIncludeDirs()
setIncludeDirs
public void setIncludeDirs(java.util.LinkedList<java.lang.String> includedirs)
isDebugMode
public boolean isDebugMode()
setDebugMode
public void setDebugMode(boolean debugMode)
getNumOfPass
public java.lang.Integer getNumOfPass()
setNumOfPass
public void setNumOfPass(java.lang.Integer numOfPass)
getOutfile
public java.lang.String getOutfile()
setOutfile
public void setOutfile(java.lang.String outfile)
processProtectedBlock
public org.antlr.runtime.TokenRewriteStream processProtectedBlock(org.antlr.runtime.TokenRewriteStream ppTokenStream)
preprocess
public void preprocess()