Skip to content

Commit

Permalink
fixup! rtlil: implement Const with std::variant with std::string
Browse files Browse the repository at this point in the history
  • Loading branch information
widlarizer committed Aug 26, 2024
1 parent 908b178 commit 529a802
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions passes/cmds/setundef.cc
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,6 @@ struct SetundefPass : public Pass {
{
for (auto *cell : module->selected_cells()) {
for (auto &parameter : cell->parameters) {
if (parameter.second.flags & RTLIL::CONST_FLAG_STRING)
continue;
for (auto &bit : parameter.second.bits()) {
if (bit > RTLIL::State::S1)
bit = worker.next_bit();
Expand Down

0 comments on commit 529a802

Please sign in to comment.