Skip to content

Commit

Permalink
[virtex4] V4 allows Y as a valid _GND_SOURCE
Browse files Browse the repository at this point in the history
  • Loading branch information
jbnote committed Dec 29, 2007
1 parent 4efcbe5 commit 643e704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xdl/xdl_parser.y
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ static void write_property(const parser_t *parser,
possibilities, so check for this assumption. */
assert(check_property(parser, "Y"));
#elif defined(VIRTEX4)
assert(check_property(parser, "HARD0"));
assert(check_property(parser, "Y") || check_property(parser, "HARD0"));
#endif /* defined */
}
}
Expand Down

0 comments on commit 643e704

Please sign in to comment.