Cleaning up the slave directory
tswilliams opened this issue · 1 comments
tswilliams commented
In discussions & code review related to issue #142 , we spotted a few areas ripe that should be cleaned up:
ipbus_oob_test.vhd
should be deleted (it's an old test slave that's now redundant)- Move
trans_buffer.vhd
andtrans_buffer_test.vhd
undercomponents/ipbus_util
, astrans_buffer
is a "master" of the transactor rather than a bus slave uc_pipe_interface.vhd
: Remove theuse work.ipbus_trans_decl.all
statement, as that package isn't actually used in that file.
tswilliams commented
All of this clean up has now been done in pull request #149