Skip to content

Commit

Permalink
fabulous: fix, but disable, IO configuration
Browse files Browse the repository at this point in the history
Signed-off-by: gatecat <gatecat@ds0.me>
  • Loading branch information
gatecat committed Sep 16, 2022
1 parent a3a641f commit 376cedd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions generic/viaduct/fabulous/fasm.cc
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,12 @@ struct FabFasmWriter

void write_io(const CellInfo *io)
{
#if 0
prefix = format_name(ctx->getBelName(io->bel)) + ".";
write_bool(io, "INPUT_USED");
write_bool(io, "OUTPUT_USED");
write_bool(io, "ENABLE_USED");
#endif
}

void write_generic_cell(const CellInfo *ci)
Expand Down

0 comments on commit 376cedd

Please sign in to comment.