abstract: typo?

This commit is contained in:
Emil J. Tywoniak 2025-02-25 00:19:15 +01:00
parent 3cb7054e53
commit 07004f1089
1 changed files with 1 additions and 1 deletions

View File

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