Skip to content
Snippets Groups Projects
  • Dimitris Lampridis's avatar
    61ca3f49
    hdl: Eradicate INT from wishbone records and peripheral ports. · 61ca3f49
    Dimitris Lampridis authored
    For the few peripherals where it was being used (eg. uart, spi, etc) the output port
    has been renamed to "int_o".
    
    The only peripheral that was not touched is "wb_eic.vhd", because this one is being used
    by wbgen, and it would require users to update their wbgen tool as well. So, until a new
    tool is introduced, wbgen-generated interrupt controllers will have an output port called
    wb_int_o".
    61ca3f49
    History
    hdl: Eradicate INT from wishbone records and peripheral ports.
    Dimitris Lampridis authored
    For the few peripherals where it was being used (eg. uart, spi, etc) the output port
    has been renamed to "int_o".
    
    The only peripheral that was not touched is "wb_eic.vhd", because this one is being used
    by wbgen, and it would require users to update their wbgen tool as well. So, until a new
    tool is introduced, wbgen-generated interrupt controllers will have an output port called
    wb_int_o".