Forum Discussion
EGrub
Occasional Contributor
6 years agoHi KTan9!
Here my "pseudo code" as those commands do not exists:
Plattform designer Version:
proc fileset_callback { entityName } {
set platform_version [ get_platformdesigner_version ]
if {$platform_version == "13.1"} {
add_fileset_file ip_file_a.v SYSTEM_VERILOG PATH ip_file_a.v
} elseif {$platform_version == "18.1"} {
add_fileset_file ip_file_b.v SYSTEM_VERILOG PATH ip_file_b.v
}
}Full name of the module:
proc elaborate { entityName } {
do something with the name
#name should be the full name with all the hierarchies and the name of the instance of the module
}Regards,
Erich
KennyT_altera
Super Contributor
6 years agoDone.. submitted the enhancement.