mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-19 20:33:39 +00:00
format
This commit is contained in:
parent
11c9331a51
commit
0d5d7809f8
1 changed files with 2 additions and 2 deletions
|
@ -310,8 +310,8 @@ struct MuxpackWorker
|
||||||
| | \___/ \___/
|
| | \___/ \___/
|
||||||
| | | |
|
| | | |
|
||||||
S0 S0'S1 S0'S1'S2 S0'S1'S2'S3 ...
|
S0 S0'S1 S0'S1'S2 S0'S1'S2'S3 ...
|
||||||
*/
|
*/
|
||||||
SigSpec decodedSelect;
|
SigSpec decodedSelect;
|
||||||
Cell *cell = last_cell;
|
Cell *cell = last_cell;
|
||||||
std::vector<RTLIL::SigBit> select_bits = s_sig.bits();
|
std::vector<RTLIL::SigBit> select_bits = s_sig.bits();
|
||||||
RTLIL::SigBit prevSigNot = RTLIL::State::S1;
|
RTLIL::SigBit prevSigNot = RTLIL::State::S1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue