rggen

Code generation tool for control and status registers

brewmacoslinux
Try with needOr install directly
Source

About

Code generation tool for control and status registers

Commands

rggen

Examples

Generate register definitions from a configuration file$ rggen -c config.yml -o output_dir/
Generate SystemVerilog RTL from register specification$ rggen -c registers.yml --systemverilog -o rtl/
Generate C header files for register access$ rggen -c registers.yml --c-header -o include/