3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-15 23:35:28 +00:00

remove DSP48 references

This commit is contained in:
Chun Lin Min 2024-07-03 07:20:29 -07:00
parent f57b624281
commit e5bdc9b5c9
2 changed files with 1 additions and 3 deletions

View file

@ -125,7 +125,6 @@ code
if (c.wire->get_bool_attribute(\keep))
reject;
// Abandon matches when 'Q' has a non-zero init attribute set
// (not supported by DSP48E1)
Const init = c.wire->attributes.at(\init, Const());
if (!init.empty())
for (auto b : init.extract(c.offset, c.width))