mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-25 02:41:29 +00:00
Merge cd370bf6d1
into c2291c10a6
This commit is contained in:
commit
b3baba4522
79 changed files with 1002 additions and 484 deletions
|
@ -82,7 +82,7 @@ void create_ice40_dsp(ice40_dsp_pm &pm)
|
|||
|
||||
SigSpec CD = st.sigCD;
|
||||
if (CD.empty())
|
||||
CD = RTLIL::Const(0, 32);
|
||||
CD = RTLIL::Const(0);
|
||||
else
|
||||
log_assert(GetSize(CD) == 32);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue