Forum Discussion
Altera_Forum
Honored Contributor
8 years agoOK, I've solved it.
You need to create an elaboration callback and change the property there:
set_module_property ELABORATION_CALLBACK elaborate
proc elaborate {} {
set_interface_property MDIO_MASTER ENABLED
}