This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
請問Source part使用FileStim8, file的格式為何?
我使用Source part使用FileStim1 格式如下是正確的, 但FileStim8不知道應該怎麼編輯?
DTx
0ms 1
10ms 0
20ms 1
30ms 0
40ms 1
感謝解惑!
我有試出可對應的格式(如下述)..但很不直覺....
我8個bits竟然要拆開...不知這邊正確格式應該是如何?
D_87 DTx D_86 D_85 D_84 D_83 D_82 D_81 D_80
0 1 01010101
10ms 0 11111111
20ms 1 10101010
30ms 0 00000000
40ms 1 01010101
为更加有效地解决您的问题,我将您的问题发布在了E2E英文技术论坛上,如下链接,E2E英文论坛工程师让看下help文件,给出如下截图,您看下是否有帮助?
E2E英文论坛工程师又给出如下回复,看下是否解决了您的疑问:
The user needs to have a bus connected to the symbol with the correct alias. In this example, the net alias for the bus is DATA[0:7] which will be expanded by the software to the individual wires DATA0 to DATA7:
您需要使用正确的别名将总线连接到符号。在此示例中,总线的网络别名是DATA[0:7] ,软件将其扩展为单独的信号线DATA0至DATA7:
stm文件内容:
DATA0 DATA1 DATA2 DATA3 DATA4 DATA5 DATA6 DATA7 0ns 00000000 1us 00000001 2us 00000010 3us 00000100 4us 00010000 5us 00100000 6us 01000000 7us 10000000 8us 00000011 20ms 00000111 21ms 00001001 36ms 00010001 37ms 00110001 47ms 11000001 48ms 11100001 56ms 00001111 57ms 00111111 64ms 11110001 65ms 11111111