📄 ioport_stim.stc
字号:
# another test stimulation file## the '#' marks the beginning of a comment ## This stimulation file illustrates how two (or more)# iopins may be connected to one another. In this example,# port A bit 4 is tied to port B bit 0. # Also, note that this file does not define the processor# or the source .hex ... echo I/O pin Stimulus file that connects port A 4echo port B 0.# Define a node to which the pins can attach.node test_node# Now specify which two I/O pins are attached to the# new node. Note, that it is possible to specify more# than two iopins (or two of any stimuli). The iopins# are assigned the names portxn - where x is a,b,c,d,e# and n is 0 through 7.attach test_node porta4 portb0# Here are a couple of more stimuli that are used to# test rbifnode n1 n2 n3attach n1 portb1 portb5attach n2 portb2 portb6attach n3 portb3 portb7attach test_node portb4
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -