PIXNET Logo登入

My Humble House

跳到主文

我的狗窩

部落格全站分類:生活綜合

  • 相簿
  • 部落格
  • 留言
  • 名片
  • 4月 06 週一 202017:21
  • [Design Compiler] "hdl-193" warning: cannot find the design 'XXX' in the library 'work'. (lbr-1)

[Solution] 
This warning happens when the upper module instantiates this sub module and defines its parameters by defparam at the same time:
(繼續閱讀...)
文章標籤

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

  • 個人分類:EDA
▲top
  • 5月 21 週一 201813:09
  • [Vi] 游標跳至列首 (move cursor to beginning of the line)

0 : jump to beginning of current line
 
(繼續閱讀...)
文章標籤

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

  • 個人分類:
▲top
  • 12月 29 週五 201711:20
  • [Vivado] How to change firmware ROM by modifying bitstream (updateMem)

Our situation: 
1.  use Vivado 2017 for whole flow
(繼續閱讀...)
文章標籤

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

  • 個人分類:
▲top
  • 10月 24 週二 201711:13
  • [linux] connect to another server with local display (連到另一台主機, 同時把Display參數帶過去)

ssh -X username@server.ip
(繼續閱讀...)
文章標籤

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

  • 個人分類:Linux/Unix
▲top
  • 7月 12 週三 201716:53
  • [MATLAB] Pass float/char type data to a C MEX function

use mxGetData
 
(繼續閱讀...)
文章標籤

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

  • 個人分類:
▲top
  • 7月 12 週三 201715:21
  • [MATLAB] MTIMES is not fully supported for integer classes

Error Message:
Error using  * 
MTIMES is not fully supported for integer classes. At least one input must be scalar.
(繼續閱讀...)
文章標籤

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

  • 個人分類:
▲top
  • 2月 15 週三 201719:54
  • [Linux] How to copy several specific files to one directory (複製多個特定檔案到別的資料夾)

cp -t /home/myid/dst/ file1 file2 file3 ...
file1 file2 file3 ... will be copied to the directory /home/myid/dst/
(繼續閱讀...)
文章標籤

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

  • 個人分類:
▲top
  • 8月 23 週二 201610:24
  • [linux] search keyword in files

grep KEYWORD *.log
 
(繼續閱讀...)
文章標籤

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

  • 個人分類:
▲top
  • 8月 09 週二 201610:29
  • [vi] 統計string出現次數 (count string in vi)

:%s/string//gn
(繼續閱讀...)
文章標籤

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

  • 個人分類:
▲top
  • 4月 29 週五 201614:26
  • [EDA] ERROR:Portability:3 - This Xilinx application has run out of memory

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) 人氣(45)

  • 個人分類:EDA
▲top
12...7»

個人資訊

bamil
暱稱:
bamil
分類:
生活綜合
好友:
累積中
地區:

熱門文章

  • (66,581)Excel 2007 如何畫出有兩個y軸的圖 (兩個y座標軸)
  • (17,954)vi 的顯示行數與隱藏行數
  • (4,691)NCVerilog 錯誤訊息 Illegal operand for constant expression [4(IEEE)] 的解法
  • (3,993)[NC-Verilog] ncelab: *F,CUMSTS: Timescale directive missing on one or more modules. 錯誤訊息的原因
  • (2,611)vi 如何全部取代 (search and replace all)
  • (1,484)Syntax error: Bad fd number 的解決方法
  • (715)Xterm 的 copy / paste
  • (426)Windows 和 Exceed (X window) 之間的 copy / paste
  • (244)ncvlog: *E,UNBERR: (1) unbound instance(s). 的解決方法
  • (62)漢語拼音

文章分類

  • EDA (5)
  • Verilog (1)
  • Matlab (3)
  • Linux/Unix (12)
  • Windows / MS-DOS (3)
  • vi (9)
  • 未分類文章 (1)

最新文章

  • [Design Compiler] "hdl-193" warning: cannot find the design 'XXX' in the library 'work'. (lbr-1)
  • [Vi] 游標跳至列首 (move cursor to beginning of the line)
  • [Vivado] How to change firmware ROM by modifying bitstream (updateMem)
  • [linux] connect to another server with local display (連到另一台主機, 同時把Display參數帶過去)
  • [MATLAB] Pass float/char type data to a C MEX function
  • [MATLAB] MTIMES is not fully supported for integer classes
  • [Linux] How to copy several specific files to one directory (複製多個特定檔案到別的資料夾)
  • [linux] search keyword in files
  • [vi] 統計string出現次數 (count string in vi)
  • [EDA] ERROR:Portability:3 - This Xilinx application has run out of memory

最新留言

  • [22/05/06] 訪客 於文章「Excel 2007 如何畫出有兩個y軸...」留言:
    回饋您這方面資訊,我是從 PTT搜尋引擎的排名,看...
  • [20/11/23] 訪客 於文章「Linux 如何比較兩個資料夾內的所有檔...」留言:
    您好,想請問如果我兩個不同資料夾內的檔案名稱不同,但其餘皆相...
  • [18/07/28] 訪客 於文章「Linux 如何比較兩個資料夾內的所有檔...」留言:
    this post is very use ful h...
  • [16/05/11] bamil 於文章「[EDA] ERROR:Portabil...」留言:
    To restore the setting: bcd...
  • [15/03/05] 有同樣的問題 於文章「[Windows] Chrome 瀏覽器...」留言:
    應該不是這個問題= =...
  • [14/02/07] seetha sweety 於文章「[Matlab] Comment mul...」留言:
    Here's some great news for tho...
  • [14/02/07] KS. KAVITHA 於文章「[Matlab] Comment mul...」留言:
    Some people are naturally bett...
  • [09/05/02] 咖啡達人 於文章「來自香港的 Thomas Wong "教...」留言:
    歡迎來我的部落格坐坐喔 這裡有好康的事情要告訴大家喔 ...
  • [09/01/12] bb 於文章「漢語拼音...」留言:
    恭喜狗窝开张!...

文章精選

文章搜尋

誰來我家

參觀人氣

  • 本日人氣:
  • 累積人氣: