testuart.cmd
来自「基于XILINX的内嵌POWERPC的处理器的串行通讯的应用源代码.」· CMD 代码 · 共 57 行
CMD
57 行
| Script file for testing the UART in echo mode (Txd and must be RxD tied)| 2 writes followed by 2 read | Initial settingsdelete_waveformsrestart stepsize 50nS | Watched Signals and Vectors| | Define your signal and vector watch list herewatch WB_CLK_Iwatch WB_RST_Iwatch WB_WE_Iwatch WB_STB_Iwatch WB_ACK_Ovector WB_ADR ADR_I[1:0]vector WB_DI DAT_I[7:0]vector WB_DO DAT_O[7:0]watch RxD TEcho| RS232 Rx Linewatch TxD | RS232 Tx Linewatch IntTx | Byte present in bufferwatch IntRx | Emit Buffer is emptywatch BRClkwatch EnabTx EnabRx| Stimulators Assignment| 1/Write Byte| 2/Write another byte| 3/Read Byte| 4/Read Byteclock WB_CLK_I 1 0wfm WB_RST_I @1nS=L 100nS=H 100nS=Lwfm WB_STB_I @1nS=L + @100.001uS=H 100nS=L + @200.001uS=H 100nS=L + @250.001uS=H 100nS=L + @355.501uS=H 100nS=Lwfm WB_WE_I @1nS=L + @100.001uS=H + @200.001uS=L + @250.001uS=H + @355.501uS=Lwfm WB_ADR @1nS=L + @100.001uS=0\H 100nS=Z + @200.001uS=0\H 100nS=Z + @250.001uS=0\H 100nS=Z + @355.501uS=0\H 100nS=Zwfm WB_DI @1nS=\0H + @100.001uS=81\H 101nS=Z + @250.001uS=55\H 101nS=Zwfm BRClk @0nS=L (500nS=H 500nS=L)*500| Perform Simulationsim 400uS
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?