This warning happens when the upper module instantiates this sub module and defines its parameters by defparam at the same time:
- Apr 06 Mon 2020 17: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:
This warning happens when the upper module instantiates this sub module and defines its parameters by defparam at the same time:
- May 21 Mon 2018 13:09
-
[Vi] 游標跳至列首 (move cursor to beginning of the line)
- Dec 29 Fri 2017 11:20
-
[Vivado] How to change firmware ROM by modifying bitstream (updateMem)
- Oct 24 Tue 2017 11:13
-
[linux] connect to another server with local display (連到另一台主機, 同時把Display參數帶過去)
ssh -X username@server.ip
- Jul 12 Wed 2017 16:53
-
[MATLAB] Pass float/char type data to a C MEX function
- Jul 12 Wed 2017 15: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.
Error using *
MTIMES is not fully supported for integer classes. At least one input must be scalar.
- Feb 15 Wed 2017 19: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/
- Aug 23 Tue 2016 10:24
-
[linux] search keyword in files
- Aug 09 Tue 2016 10:29
-
[vi] 統計string出現次數 (count string in vi)
:%s/string//gn
- Apr 29 Fri 2016 14: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:
- Feb 24 Wed 2016 16:07
-
[Excel] 如何跳到特定的列並選取? (How to jump/select to specific row in excel?)
- Dec 10 Thu 2015 10:54
-
MATLAB find 使用