保存桌面快捷方式 - - 设为首页 - 手机版
凹丫丫旗下网站:四字成语大全 - 故事大全 - 范文大全
您现在的位置: 范文大全 >> 理工论文 >> 电子通信论文 >> 正文

Trimedia DSP芯片JTAG接口的仿真器设计


ta;

else

data_reg<=data_reg;

end if;

end if;

End process;

tms_write:process(nAddrstb,nWrite)

Begin

if(nAddrstb'event and nAddrstb='1')then

if(nWrite='1')then

addr_reg<=data;

else

addr_reg<=addr_reg;

end if;

end if;

End process;

下面为发送数据的VHDL例程:(由于接收例程类似发送例程,故省略。)

tms_tdi_write:process(data_flag,oscnm_true)

Begin

if(oscnm_true'event and oscnm_true='1')then

if(nreset='1')then

tmsjtag<=';

end if;

if(data_flag='1')then

if(data_tms_counter="0001")then

tmsjtag<=addr_reg(0);

tdijtag<data_reg(0);

elsif(data_tms_counter="0010")then

tmsjtag<=addr_reg(1);

tdijtag<=data_reg(1);

elsif(data_tms_counter="0011")then

tmsjtag<=addr_reg(2);

tdijtag<=data_reg(2);

elsif(data_tms_counter="0100")then

tmsjtag<=addr_reg(3);

tdijtag<=data_reg(3);

elsif(data_tms_counter="0101")then

tmsjtag<=addr_reg(4);

tdijtag<=data_reg(4);

elsif(data_tms_counter="0110")then

《Trimedia DSP芯片JTAG接口的仿真器设计(第2页)》
本文链接地址:http://www.oyaya.net/fanwen/view/164970.html

★温馨提示:你可以返回到 电子通信论文 也可以利用本站页顶的站内搜索功能查找你想要的文章。