[globcfg]
base_address = 0
data_width = 32
address_width = 10
register_reset = sync_neg
address_increment = data_width
address_alignment = data_width
force_name_case = none
regmap_path = ./xibif-regs.json

[vhdl]
path = ../src/custom_regs.vhd
read_filler = 0
interface = axil
generator = Vhdl

[py]
path = ../../sw/python/custom_regs.py
generator = Python

[doc]
path = ../../doc/custom_regs.md
title = Register map
print_images = True
image_dir = md_img_custom
print_conventions = True
generator = Markdown
