-
|
想請問1個adder的限制是指說只包含FIR計算的部分嗎? 小弟不才,想不到如何不用counter卻知道什麼時候ap_done? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
|
同意這個問題,希望老師和助教能夠在workbook中定義更清楚的spec。
|
Beta Was this translation helpful? Give feedback.
-
|
同問,這個問題太重要了,另外想請問加法器、乘法器是否有bits限制? |
Beta Was this translation helpful? Give feedback.
-
|
我的做法是 |
Beta Was this translation helpful? Give feedback.
-
|
乘法器,加法器 (32-bit) 的限制僅在 FIR 算式中. 其他該需要用到的就用,bit 數應該隨設計的需要而定。 |
Beta Was this translation helpful? Give feedback.
-
|
事實上我很難想像同學們有人可以在整個 Lab3 中只用一個乘法器,一個加法器,如何做 Scheduling 就是個大問題,若真有人不惜時間代價,做了出來,一定給加分。 |
Beta Was this translation helpful? Give feedback.

乘法器,加法器 (32-bit) 的限制僅在 FIR 算式中.
其他該需要用到的就用,bit 數應該隨設計的需要而定。