Add validator and flattened map generator

This commit is contained in:
Wataru Otsubo 2025-02-21 15:47:34 +00:00
parent 605228e2b5
commit f8c653a1cc
8 changed files with 426 additions and 6 deletions

View file

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [unreleased]
### Added
- Added register map validator and flattened map generator.
### Changed
- Changed block, register type definitions to support multiple backends. See [the merge request at mpsoc software](https://gitlab.cern.ch/wotsubo/mpsoc-software/-/merge_requests/9) for more information.