Forum Discussion
Altera_Forum
Honored Contributor
9 years ago --- Quote Start --- That IP has "set_module_property INTERNAL true" in it's _hw.tcl which means that it is not intended to be used by customers and should not be visible under normal installations. --- Quote End --- Not in my totally default installation (and not in at least one other users installation.) Maybe they changed it sometime after they also stopped supporting my Stratix III.
#
+-----------------------------------
# | module altera_avalon_data_pattern_checker
# |
set_module_property DESCRIPTION "Frequency Counter"
set_module_property NAME frequency_counter
set_module_property VERSION 13.1
set_module_property INTERNAL false <-----------------*************
set_module_property GROUP "Peripherals/Debug and Performance"
set_module_property AUTHOR "Altera Corporation"
set_module_property DISPLAY_NAME "Frequency Counter"
set_module_property DATASHEET_URL http://www.altera.com/literature/ug/ug_embedded_ip.pdf
set_module_property TOP_LEVEL_HDL_FILE frequency_counter.v
set_module_property TOP_LEVEL_HDL_MODULE frequency_counter
set_module_property INSTANTIATE_IN_SYSTEM_MODULE true
set_module_property EDITABLE false
set_module_property ELABORATION_CALLBACK elaborate
# |
# +-----------------------------------