Skip to content

feat(vivado): call doOnMakeIp on IP creation

Michael Buechler requested to merge ip_rtm_lisa_adc into main

When fwk creates an IP core from a module during project creation, it might have to do additional steps within the context of the temporary Vivado project. An example is the assignment of clocks to an AXI interface, or the definition of an I2C interface from the individual ports. This is useful/required for using the IP in a block design. This would normally be done from the GUI, but can be translated to Tcl commands.

Edited by Michael Buechler

Merge request reports