public CombinedCompiler(string ProgramPath)
     : base(ProgramPath)
 {
     libraryParser      = new GHDLLibraryParser();
     ErrorStringBuilder = new StringBuilder();
 }
Example #2
0
 public GHDLCompiler()
 {
     libraryParser = new GHDLLibraryParser();
 }