"@REG TIME UNIT" 修訂間的差異

出自 DDCC TCAD TOOL Manual
前往: 導覽搜尋
(已建立頁面,內容為 "*It means [that if the time exceeds this value, a second table will be formed to store events. When the events in the first table are processed and cleared, the data...")
 
 
(未顯示同一使用者於中間所作的 1 次修訂)
行 1: 行 1:
*It means [that if the time exceeds this value, a second table will be formed to store events. When the events in the first table are processed and cleared, the data of the second table will be calculated and the events will be arranged into the first table. Repeat.
+
*It means that if the time exceeds this value, a second table will be formed to store events. When the events in the first table are processed and cleared, the data of the second table will be calculated and the events will be arranged into the first table. Repeat.
 
*Is store as '''REG_TIME_UNIT''' in the fortran code.
 
*Is store as '''REG_TIME_UNIT''' in the fortran code.
   
行 6: 行 6:
 
500000000
 
500000000
   
Which mean the event table is up to 500000000(ps).
+
Which mean the event table is up to 500,000,000(ps).

於 2024年9月2日 (一) 17:35 的最新修訂

  • It means that if the time exceeds this value, a second table will be formed to store events. When the events in the first table are processed and cleared, the data of the second table will be calculated and the events will be arranged into the first table. Repeat.
  • Is store as REG_TIME_UNIT in the fortran code.

example

@REG_TIME_UNIT
500000000

Which mean the event table is up to 500,000,000(ps).