Forum Discussion
KennyT_altera
Super Contributor
6 years agoWhat device that you were using? You will first need to understand the architecture of the DSP. You can look into it in the resource property editor.
With that said, you can look into how to write the code in right click the verilog.v files -> insert template -> Verilog HDL -> Full Designs -> Arithmetic -> DSP features
Thanks
DNguy11
New Contributor
6 years agoIssue is with any stratix10 device. I already used the resource-property-editor to implement -(aXb) using the negate of the mult + the load_const of the DSP. So the solution is feasible. I already looked at the possible templates but nothing is proposed to implement -(A*B) within a single DSP