Tool/software:
Hi,
I'm looking at the BSDL file from the TI website here
I see:
attribute REGISTER_ACCESS of TMS320C5505 : entity is
"BOUNDARY (extest, sample, preload), " &
"DEVICE_ID (idcode), " &
"BYPASS (bypass, highz), " &
"CTMCR_MISC[18] (ctmcr_misc_scan), " &
"CTMCR_ATPG[10] (ctmcr_atpg_scan), " &
"CTMCR_TRIM[25] (ctmcr_trim_scan), " &
"CTMCR_IOS[14] (ctmcr_ios_scan), " &
"CTMCR_RAMTEST[23] (ctmcr_ramtest_scan), " &
"CTMCR_EFUSE[7] (ctmcr_efuse_scan), " &
"CTMCR_PLL[58] (ctmcr_pll_scan)";
I want to know the bit definitions for the CTMCR_XXX registers. I don't see them anywhere in the datasheet, cpu reference guide, or user's guide
Thanks,
MB