Platform Designer Import AXI Master Component: Error: Data width must be of power of two and between 8 and 4096
I created an AXI4 Master component in a ip-management project. I was then able to include it in platform designer, hook up the AXI master to other Avalon/AXI peripherals and generate the system. I then tried adding it to a separate project by going to File->New Component then in the pop-up GUI, I hit File->Open and point it to the _hw.tcl that was generated from and added into the original project then Finish... , "Yes, Save" in the pop up. It seems whenever I try to Generate->Generate the Testbench System... in any project I get this error: Data width must be of power of two and between 8 and 4096 and it fails to generate the RTL even though it was able to generate the RTL in the original project where I generated the template RTL for the component.
Any ideas why including it in a different project is giving me issue?