mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 17:44:09 +00:00
abstract: typo?
This commit is contained in:
parent
3cb7054e53
commit
07004f1089
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue