Skip to content

Create stand alone System module

Tom Levens requested to merge remove_hdl_cores into master

This merge request creates a stand alone System module which no longer has any dependencies on BI_HDL_Cores.

  • The bst_decoder core has been moved to a dedicated repository and added as a submodule
  • The vfc_configuration core has been moved to this repository
  • Copies of the SpiMasterWb and UniqueIdReader have been created in this repository with new names
  • VmeInterfaceWb and InterruptManagerWb have been moved to this repository
  • InterruptManagerWb has been modified to remove the generic_fifo_dc_gray_mod and generic_dpram_mod dependencies
  • Custom versions of the Generic*Regs modules have been created
  • I2cMuxAndExpReqArbiter has been modified to remove the StatusBusSynch dependency

Merge request reports