remove spare logic blocks in top level

This commit is contained in:
jeffdi 2022-09-20 13:56:50 -07:00
parent 9949306c42
commit e1e23857ff
2 changed files with 5 additions and 0 deletions

View File

@ -1376,6 +1376,7 @@ module caravan (
.X(rstb_l)
);
`ifdef USE_SPARE_LOGIC
// Spare logic for metal mask fixes
wire [107:0] spare_xz_nc;
wire [15:0] spare_xi_nc;
@ -1400,6 +1401,8 @@ module caravan (
.spare_xfq(spare_xfq_nc),
.spare_xfqn(spare_xfqn_nc)
);
`endif
endmodule
// `default_nettype wire

View File

@ -1430,6 +1430,7 @@ module caravel (
.X(rstb_l)
);
`ifdef USE_SPARE_LOGIC
// Spare logic for metal mask fixes
wire [107:0] spare_xz_nc;
wire [15:0] spare_xi_nc;
@ -1454,6 +1455,7 @@ module caravel (
.spare_xfq(spare_xfq_nc),
.spare_xfqn(spare_xfqn_nc)
);
`endif
endmodule
// `default_nettype wire