3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-05 17:14:08 +00:00

abstract: typo?

This commit is contained in:
Emil J. Tywoniak 2025-02-25 00:19:15 +01:00
parent 3cb7054e53
commit 07004f1089

View file

@ -57,7 +57,7 @@ struct Slice {
}
std::string to_string() const {
const char *option = indices == RtlilSlice ? "-rawslice" : "-slice";
const char *option = indices == RtlilSlice ? "-rtlilslice" : "-slice";
if (first == last)
return stringf("%s %d", option, first);
else