To print Single quotation mark (')
use ''
 

bamil 發表在 痞客邦 留言(0) 人氣()

mingw32-make

bamil 發表在 痞客邦 留言(0) 人氣()

rng(seed) : seeds the random number generator using the nonnegative integer seed

rng('shuffle') : seeds the random number generator based on the current time

bamil 發表在 痞客邦 留言(0) 人氣()

Warning: You are using gcc version '4.9.2'. The version of gcc is not supported. The version currently supported with mex is 4.7.x
 
Solution: change the gcc compiler to version 4.7 by the following mex command.
 

bamil 發表在 痞客邦 留言(0) 人氣()

問題: Chrome 瀏覽器的標題列 / 選單上的中文字變成方塊
原因: 應該是因為之前換過佈景主題,chrome 更新後不支援我使用的中文字體了。
解法: 桌面上按右鍵,點選[個人化],將自訂的佈景主題換回 Windows 預設的佈景主題。
done

bamil 發表在 痞客邦 留言(1) 人氣()

gg"*yG
 
gg     移動到檔案起點

"*y    從此起點開始 yank to register *

bamil 發表在 痞客邦 留言(0) 人氣()

cat * > merged_file.txt

bamil 發表在 痞客邦 留言(0) 人氣()

/KEYWORD : search forward to find KEYWORD
n : find next
?KEYWORD : search backward to find KEYWORD
N : find previous

bamil 發表在 痞客邦 留言(0) 人氣()

在 nTrace 視窗直接按 x 鍵可以把目前 nWave 游標所在時間的所有 signal 的 value 顯示在 signal 下方.
 
Active Annotation in Source Window

Use Source ->Active Annotation (or press x key in nTrace window) to annotate simulation result to source window.
It will annotate the signal values at the cursor time and display the values under each signal.
It will also display signal transition.
Any signals can be annotated if they are dumped, no matter whether their waveform are displayed

bamil 發表在 痞客邦 留言(0) 人氣()

壓縮:
tar -cvzf F1.tar.gz F2.txt F3.txt
( 將 F2.txt 與 F3.txt 打包壓縮在 F1.tar.gz )

bamil 發表在 痞客邦 留言(0) 人氣()

Ex 1. The path from FF1 to FF2 is designed to take 2 clock cycles rather than 1.
set_multicycle_path -setup 2 \
-from [get_cells FF1] -to [get_cells FF2]
set_multicycle_path -hold 1 \
-from [get_cells FF1] -to [get_cells FF2]

bamil 發表在 痞客邦 留言(0) 人氣()

%{
... Stuff you wnat to comment out ....

%}

bamil 發表在 痞客邦 留言(2) 人氣()

Blog Stats
⚠️

成人內容提醒

本部落格內容僅限年滿十八歲者瀏覽。
若您未滿十八歲,請立即離開。

已滿十八歲者,亦請勿將內容提供給未成年人士。