You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The VerilogSourceFile and SystemVerilogSourceFile need a library attribute, the same as in the VHDLSourceFile. Could you add this to the HDLSourceFile class and remove it from the VHDLSourceFile class? This way, the VerilogSourceFile and SystemVerilogSourceFile will also inherit the library attribute. When you have the Verilog version it is also not necessary to have both a VerilogSourceFile and SystemVerilogSourceFile class. There needs to be either a Verilog include attribute or a VerilogIncludeFile class to handle Verilog include files.
The
VerilogSourceFile
andSystemVerilogSourceFile
need a library attribute, the same as in the VHDLSourceFile. Could you add this to theHDLSourceFile
class and remove it from theVHDLSourceFile
class? This way, theVerilogSourceFile
andSystemVerilogSourceFile
will also inherit the library attribute. When you have the Verilog version it is also not necessary to have both aVerilogSourceFile
andSystemVerilogSourceFile
class. There needs to be either a Verilog include attribute or aVerilogIncludeFile
class to handle Verilog include files.The text was updated successfully, but these errors were encountered: