mirror of https://github.com/YosysHQ/yosys.git
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 New Issue