rggen icon indicating copy to clipboard operation
rggen copied to clipboard

This repository is no longer maintained. New repository is here(https://github.com/rggen/rggen).

Results 4 rggen issues
Sort by recently updated
recently updated
newest added

It would be convenient if the tool had a possibility to provide all registers in a single interface. Then instead of ``` module sample_0 ( ... output logic [15:0] o_bit_field_0_0,...

enhancement

It's restrictive that bit fields need to have unique names in a block. If one has a sequence of control registers which provides the same functionality, it's very annoying. In...

enhancement

Cannot distinguish indirect registers below. * located on the same address * have different index fields For example: * register_0 * offset address: 0x00 * index field: active when bit_field_0...

bug