mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-06 19:21:23 +00:00
Merge branch 'xc7dsp' of github.com:YosysHQ/yosys into xc7dsp
This commit is contained in:
commit
569cd66764
4 changed files with 35 additions and 27 deletions
|
@ -516,7 +516,7 @@ module DSP48E1 (
|
|||
if (PCIN != 48'b0) $fatal(1, "Unsupported PCIN value");
|
||||
if (CARRYIN != 1'b0) $fatal(1, "Unsupported CARRYIN value");
|
||||
`endif
|
||||
Pr[42:0] <= Ar[24:0] * Br;
|
||||
Pr[42:0] <= $signed(Ar[24:0]) * $signed(Br);
|
||||
end
|
||||
|
||||
generate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue