[Solution] 

This warning happens when the upper module instantiates this sub module and defines its parameters by defparam at the same time:

文章標籤

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

0 : jump to beginning of current line

 

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

Our situation

1.  use Vivado 2017 for whole flow

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

ssh -X username@server.ip


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

use mxGetData

 

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

Error Message:

Error using  * 

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

cp -t /home/myid/dst/ file1 file2 file3 ...

file1 file2 file3 ... will be copied to the directory /home/myid/dst/

可以先指定好目的資料夾,再在原始資料夾中用 auto complete 一個一個把要複製的檔案加上去.

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

grep KEYWORD *.log

 

文章標籤

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

:%s/string//gn


文章標籤

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

To solve this problem caused by large memory consumption in Windows, the following command can be used to increase the user-mode virtual address space:

 

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