3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-24 06:43:41 +00:00
This commit is contained in:
Alain Dargelas 2024-12-30 17:16:47 -08:00
parent a32a7b27bc
commit af248c3cb2

View file

@ -291,14 +291,14 @@ struct MuxpackWorker
if (make_excl) { if (make_excl) {
/* We create the following one-hot select line decoder /* We create the following one-hot select line decoder
S0 S1 S2 S3 ... S0 S1 S2 S3 ...
| | | | | | |
+--------+ +----------+ +--------------+ | +--------+ +----------+ +-------------+ |
| _|_ | _|_ | _|_ | | _|_ | _|_ | _|_ |
| \_/ | \_/ | \_/ | | \_/ | \_/ | \_/ |
| o | o | o | | o | o | o |
| | | | | __ | | | | | | | __ | |
| +---------\ | | / \ | | | +----------+ | | / \ | |
| | | |___| | / |___| | | | | |___| | / |___| |
| |___| \ & / / / \ & / / ... | |___| \ & / / / \ & / / ...
| \ & / \_/ / / \_/ / / | \ & / \_/ / / \_/ / /
@ -306,9 +306,9 @@ 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;