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