mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-13 10:44:45 +00:00
format
This commit is contained in:
parent
a32a7b27bc
commit
af248c3cb2
1 changed files with 11 additions and 11 deletions
|
@ -291,14 +291,14 @@ struct MuxpackWorker
|
|||
|
||||
if (make_excl) {
|
||||
/* We create the following one-hot select line decoder
|
||||
S0 S1 S2 S3 ...
|
||||
| | |
|
||||
+--------+ +----------+ +--------------+ |
|
||||
| _|_ | _|_ | _|_ |
|
||||
| \_/ | \_/ | \_/ |
|
||||
| o | o | o |
|
||||
| | | | | __ | |
|
||||
| +---------\ | | / \ | |
|
||||
S0 S1 S2 S3 ...
|
||||
| | | |
|
||||
+--------+ +----------+ +-------------+ |
|
||||
| _|_ | _|_ | _|_ |
|
||||
| \_/ | \_/ | \_/ |
|
||||
| o | o | o |
|
||||
| | | | | __ | |
|
||||
| +----------+ | | / \ | |
|
||||
| | | |___| | / |___| |
|
||||
| |___| \ & / / / \ & / / ...
|
||||
| \ & / \_/ / / \_/ / /
|
||||
|
@ -306,9 +306,9 @@ struct MuxpackWorker
|
|||
| | +------/ +-------/
|
||||
| | | | | |
|
||||
| | |___| |___|
|
||||
| | \ & / \ & /
|
||||
| | \_/ \_/
|
||||
| | | |
|
||||
| | \ & / \ & /
|
||||
| | \_/ \_/
|
||||
| | | |
|
||||
S0 S0'S1 S0'S1'S2 S0'S1'S2'S3 ...
|
||||
*/
|
||||
SigSpec decodedSelect;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue