ipbus / ipbb

IPbus Builder Tool
GNU General Public License v3.0
12 stars 12 forks source link

Make the generation of IPBus address decoders respect addr_table dir substructure #181

Closed jhegeman closed 1 year ago

jhegeman commented 1 year ago

Now, when generating the IPBus address decoder for a file addr_table/XXX/a.xml, the generated decoder VHDL file will be firmware/hdl/XXX/ipbus_decoder_a.vhd. (The previous behaviour would ignore the 'XXX' substructure of the addr_table directory.)

alessandrothea commented 1 year ago

LGTM