mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
soc/integration/export: Disable fields_access_function by default.
This commit is contained in:
parent
05030990b2
commit
14dbdeb0cb
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue