📄 testuart.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 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -