📄 testtx.cmd
字号:
| 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 WB_ADR_I[1:0]vector WB_DI WB_DAT_I[7:0]vector WB_DO WB_DAT_O[7:0]watch TxD_PAD_O | RS232 Tx Linewatch IntTx_O | Byte present in bufferwatch IntRx_O | Emit Buffer is emptywatch BR_Clk_Iwatch EnabTx EnabRx| Stimulators Assignment| 1/Write Byte| 2/Write another 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 + @250.001uS=H 100nS=L wfm WB_WE_I @1nS=L + @100.001uS=H + @250.001uS=Hwfm WB_ADR @1nS=L + @100.001uS=0\H 100nS=Z + @250.001uS=0\H 100nS=Zwfm WB_DI @1nS=\0H + @100.001uS=81\H 101nS=Z + @250.001uS=55\H 101nS=Zwfm BR_Clk_I @610nS=L (500nS=H 500nS=L)*1500| Perform Simulationsim 1500uS
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -