Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 456 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 456 Bytes

Register generation

SystemRDL description of registers is kept in src/rdl/ directory. Top level registers.rdl file is an argument to the reg_gen.py script, which:

  • reads and elaborates SystemRDL files
  • produces SystemVerilog, C header, Markdown and HTML collateral

Script rdl_post_process.py is used to add keyword packed to structs that should be of this type.