Skip to content
Snippets Groups Projects
__init__.py 163 B
Newer Older
  • Learn to ignore specific revisions
  • """
    Module for basic VHDL code generation.
    """
    
    # VHDL code generation tab length
    VHDL_TAB = r"    "
    
    
    from b_asic.codegen.vhdl import architecture, common, entity