The auto generated RDL header uses uint32_t for memories with memwidth of 64. This causes assertion errors when running clang_tidy. An example RDL and header with this issue can be found on branch [ethernet_rdl](https://github.com/lowRISC/mocha/tree/ethernet_rdl).
The auto generated RDL header uses uint32_t for memories with memwidth of 64. This causes assertion errors when running clang_tidy.
An example RDL and header with this issue can be found on branch ethernet_rdl.