adi_ip_alt: Fix some typo

main
Istvan Csomortani 2016-12-06 14:55:48 +02:00 committed by Csomortani
parent 7876c8ffa4
commit 977e6d9189
1 changed files with 1 additions and 1 deletions

View File

@ -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
} }
} }