adi_ip_alt: Fix some typo
parent
7876c8ffa4
commit
977e6d9189
|
@ -106,7 +106,7 @@ proc ad_ip_create {pname pdesc {pelabfunction ""} {pcomposefunction ""}} {
|
||||||
}
|
}
|
||||||
|
|
||||||
if {$pcomposefunction ne ""} {
|
if {$pcomposefunction ne ""} {
|
||||||
set_module_property ELABORATION_CALLBACK $pcomposefunction
|
set_module_property COMPOSITION_CALLBACK $pcomposefunction
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue