mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-07 06:33:24 +00:00
ql_dsp_macc: whitespace. NFC
This commit is contained in:
parent
688efa01b0
commit
e6d7c033e5
1 changed files with 159 additions and 160 deletions
|
@ -98,8 +98,7 @@ static void create_ql_macc_dsp(ql_dsp_macc_pm &pm, int dsp_version)
|
||||||
log_assert(false);
|
log_assert(false);
|
||||||
}
|
}
|
||||||
if (reject) {
|
if (reject) {
|
||||||
log_debug("\trejected: too wide (%zd %zd %zd) for v%d\n",
|
log_debug("\trejected: too wide (%zd %zd %zd) for v%d\n", min_width, max_width, z_width, dsp_version);
|
||||||
min_width, max_width, z_width, dsp_version);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue