コード例 #1
0
 public CombinedCompiler(string ProgramPath)
     : base(ProgramPath)
 {
     libraryParser      = new GHDLLibraryParser();
     ErrorStringBuilder = new StringBuilder();
 }
コード例 #2
0
ファイル: GHDLCompiler.cs プロジェクト: cuijialang/HDL_ANTLR4
 public GHDLCompiler()
 {
     libraryParser = new GHDLLibraryParser();
 }