- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi,
I have some filters in my design and I would like one of them to use LEs only. So I found the DSP Block Balancing logic option but I'm not able to set this option to just one entity in my design. The line below is from my qsf file but it does not prevent the synthesis tool from implementing DSP elements for this filter. set_instance_assignment -name DSP_BLOCK_BALANCING "LOGIC ELEMENTS" -to *iir_bandpass* I tried this with/without some wildcards like iir_bandpass, iir_bandpass* or *iir_bandpass* but it is not working. The only thing I got to work is preventing the usage of DSP blocks for the whole design with this option: set_global_assignment -name dsp_block_balancing "logic elements" But I would like to use LEs instead of DSP blocks in just one entity. How can I do this? Maikコピーされたリンク
3 返答(返信)
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
have you tried the multstyle synthesis attribute?
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi,
thanks, it's working now withe the multstyle synthesis attribute. I wonder why the other method does not work. According to the documentation it should do the same . . . Maik- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
i'm not sure, you may file a bug report
i like the synthesis attributes, that way i can parameterize my HDL to control DSP and RAM resources