Connecting top level wrappers to USB

Hello again!

My saga of asking for help continues! I was wondering how I might go about connecting the stock cw305 usb module here:
https://github.com/newaetech/chipwhisperer/blob/master/hardware/victims/cw305_artixtarget/fpga/common/usb_module.v

…to the aes implementation found here:
https://github.com/secworks/aes/tree/master/src/rtl

…specifically through this top level wrapper:
https://github.com/secworks/aes/blob/master/src/rtl/aes.v

Is there a quick and dirty way to do this?

Thanks again,
Chris

Thank you, Brissette, for the help.