OSVVM/AXI4

Promote constants to generics

Paebbels opened this issue · 1 comments

In TbAxi4Lite_BasicReadWrite.vhd on branch dev, 2 constants (AXI_ADDR_WIDTH, AXI_DATA_WIDTH) are defined, which need to match the size of the equally named constants in the test harness.

Both constants need to be promoted to generics in the test controller.

Closed by 6d83706.