Newer
Older
"""
Module for basic VHDL code generation.
"""
# VHDL code generation tab length
VHDL_TAB = r" "
from b_asic.codegen.vhdl import architecture, common, entity
"""
Module for basic VHDL code generation.
"""
# VHDL code generation tab length
VHDL_TAB = r" "
from b_asic.codegen.vhdl import architecture, common, entity