soc/integration/export: Disable fields_access_function by default.

This commit is contained in:
Florent Kermarrec 2024-05-21 10:24:37 +02:00
parent 05030990b2
commit 14dbdeb0cb
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@ def _generate_csr_fields_access_functions_c(name, region, origin, alignment, csr
# CSR Header.
def get_csr_header(regions, constants, csr_base=None, with_csr_base_define=True, with_access_functions=True, with_fields_access_functions=True):
def get_csr_header(regions, constants, csr_base=None, with_csr_base_define=True, with_access_functions=True, with_fields_access_functions=False):
"""
Generate the CSR header file content.
"""