Skip to content

Commit

Permalink
Merge branch 'YosysHQ:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
akashlevy authored Oct 28, 2024
2 parents cff6506 + c07c216 commit d63c793
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 874 deletions.
2 changes: 1 addition & 1 deletion backends/aiger2/aiger.cc
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ struct Index {
if (/* 4 input types */ cell->type.in(ID($_AOI4_), ID($_OAI4_)))
d = visit(cursor, cell->getPort(ID::D)[obit]);
else
d = cell->type == ID($_AOI3_) ? 1 : 0;
d = cell->type == ID($_AOI3_) ? CTRUE : CFALSE;

if (/* aoi */ cell->type.in(ID($_AOI3_), ID($_AOI4_)))
return NOT(OR(AND(a, b), AND(c, d)));
Expand Down
1 change: 0 additions & 1 deletion kernel/constids.inc
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ X(PORTID)
X(PRIORITY)
X(PRIORITY_MASK)
X(Q)
X(qwp_position)
X(R)
X(ram_block)
X(ram_style)
Expand Down
1 change: 0 additions & 1 deletion passes/cmds/Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ OBJS += passes/cmds/cover.o
OBJS += passes/cmds/trace.o
OBJS += passes/cmds/plugin.o
OBJS += passes/cmds/check.o
OBJS += passes/cmds/qwp.o
OBJS += passes/cmds/edgetypes.o
OBJS += passes/cmds/portlist.o
OBJS += passes/cmds/chformal.o
Expand Down
Loading

0 comments on commit d63c793

Please sign in to comment.