目前分類:EDA (5)

瀏覽方式: 標題列表 簡短摘要

[Solution] 

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

文章標籤

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

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

 

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

Solution:

把 [x : y] 的 range 語法改成 [x +: width] 或 [x -: width]

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

這是因為有些 Verilog module 並沒有指定 timescale. 可以在 ncelab 指令中加入 -timescale 1ns/10ps 來指定預設的timescale, 或是在所有 Verilog module 前都指定 timescale.


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