Skip to content

Use custom SystemRDL properties

Lukasz Butkowski requested to merge properties into master

Some parts of DesyRDL require non-standard information in the SystemRDL files:

  • desyrdl_access_channel for mapfile generation
  • desyrdl_generate_hdl because only some of the .rdl files should result in generated code
  • desyrdl_interface to inform about the type of interface: AXI4, IBUS, ...
  • desyrdl_data_type to specify whether a field value is of type int or fixed with how many fractional bits
Edited by Lukasz Butkowski

Merge request reports