代码搜索结果
找到约 10,000 项符合
Monitor 的代码
monitor_preload.cmd
// Before load the commands written below will be executed
monitor_reset.cmd
// After reset the commands written below will be executed
monitor_linker.prm
/* This is a linker parameter file for the MC9S12DG128 */
NAMES END /* CodeWarrior will pass all the needed files to the linker by command line. But here you may add your own files too. */
SEGMENT
monitor.abs.phy
S04F0000453A5C4447313238CAB5D1E9CFB5CDB3A1AAA1AAD0DEB8C45C39533132444731323842CFE0B9D8C0FDB3CC5C696E6672617265645F747261736D69745C62696E5C4D6F6E69746F722E6162733C
S2240E00004A8032384A8049384A805A384A
monitor_startup.cmd
// At startup the commands written below will be executed
monitor_postload.cmd
// After load the commands written below will be executed
// Show main function at startup
FindProc main
monitor_preload.cmd
// Before load the commands written below will be executed
monitor_reset.cmd
// After reset the commands written below will be executed
monitor_linker.prm
/* This is a linker parameter file for the MC9S12DG128 */
NAMES END /* CodeWarrior will pass all the needed files to the linker by command line. But here you may add your own files too. */
SEGMENT
tdo_monitor.v
module TDO_Monitor (to_TDI, from_TDO, strobe, TCK);
parameter BSC_Reg_size = 14;
output to_TDI;
input from_TDO, strobe, TCK;
reg [BSC_Reg_size -1: 0] TDI_Reg, Pattern_Buffer_1, Pa