BU-Tools / uHAL_AXI_regmap

Tools for building AXI slave VHDL from uHAL address tables.
Apache License 2.0
4 stars 4 forks source link

Error when creating XXXX_map.vhd and missin mon signals #18

Closed taquionbcn closed 2 years ago

taquionbcn commented 2 years ago

When and XML only has write fields the map generated doesn't write the mon : in XXX_mon_t; port on the entity but yes the ;

Solution:

Control the write of ; to the map file if there are no mon signals

Suggestion:

Check the behavior if there is only Mon signals to also don't write the ; at the end of line because will be the last port of the entity

andrewpeck commented 2 years ago

Duplicate of #14