mirror of
https://gitlab.cern.ch/wotsubo/endcap-sl-software-ri-generator.git
synced 2025-06-29 16:19:26 +09:00
update(generator): use u8 and u16 for register value when possible
This commit is contained in:
parent
5ef9387d33
commit
1b0be30908
3 changed files with 41 additions and 16 deletions
|
@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- Improve error message from syn in generator. !15
|
||||
- Removed top level module (register_interface), and now it can have arbitrary name.
|
||||
- Use full path `RegisterSpec`s to avoid unused `use`
|
||||
- Use `u8` and `u16` for `T` of registers when the mask is 0xff or 0xffff, instead of defining new tuple struct.
|
||||
|
||||
## [0.3.1] - 2025-04-11
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue