Skip to content
This repository was archived by the owner on Sep 18, 2019. It is now read-only.

More compact register attribute definitions #85

@markuslsra

Description

@markuslsra

Add the possibility to write field attributes in a more compact way.

E.g sth like:

        width 36
        software {
            ro
        }
        hardware {
            wo
            no_wen
        }

combines to

          attributes { width 36  sw_ro  hw_wo  hw_no_wen }

This could compact the size of the RF definitions... ( E.g. at the moment 35 hardware register easily need 1500 lines of code as description)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions