rggen
rggen copied to clipboard
This repository is no longer maintained. New repository is here(https://github.com/rggen/rggen).
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,...
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...
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...