wzab / agwb

Support for automatic address map generation and address decoding logic for Wishbone connected hierachical systems
12 stars 6 forks source link

Unnecessary general_cores dependency. #34

Closed m-kru closed 3 years ago

m-kru commented 3 years ago

All *_pkg.vhd depend on the

library general_cores;
  use general_cores.wishbone_pkg.all;

even if they do not need to.