From fad1b285dfec82f292dd8b138c4b93a8e7fd94c6 Mon Sep 17 00:00:00 2001 From: Alain Dargelas Date: Mon, 30 Dec 2024 17:25:06 -0800 Subject: [PATCH] format --- passes/opt/muxpack.cc | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/passes/opt/muxpack.cc b/passes/opt/muxpack.cc index a838a7bfc..06abb18fa 100644 --- a/passes/opt/muxpack.cc +++ b/passes/opt/muxpack.cc @@ -290,27 +290,27 @@ struct MuxpackWorker } if (make_excl) { - /* We create the following one-hot select line decoder - S0 S1 S2 S3 ... - | | | | - +--------+ +----------+ +-------------+ | - | _|_ | _|_ | _|_ | - | \_/ | \_/ | \_/ | - | o | o | o | - | | | | | ___ | | - | +----------+ | | / | | | - | | | |___| | / |___| | - | |___| | & | / / | & | / ... - | | & | \___/ / / \___/ / / - | \___/ | | / | | / - | | +------+ +-------+ - | | | | | | - | | |___| |___| - | | | & | | & | - | | \___/ \___/ - | | | | - S0 S0'S1 S0'S1'S2 S0'S1'S2'S3 ... - */ + /* We create the following one-hot select line decoder + S0 S1 S2 S3 ... + | | | | + +--------+ +----------+ +-------------+ | + | _|_ | _|_ | _|_ | + | \_/ | \_/ | \_/ | + | o | o | o | + | | | | | ___ | | + | +----------+ | | / | | | + | | | |___| | / |___| | + | |___| | & | / / | & | / ... + | | & | \___/ / / \___/ / / + | \___/ | | / | | / + | | +------+ +-------+ + | | | | | | + | | |___| |___| + | | | & | | & | + | | \___/ \___/ + | | | | + S0 S0'S1 S0'S1'S2 S0'S1'S2'S3 ... + */ SigSpec decodedSelect; Cell *cell = last_cell; std::vector select_bits = s_sig.bits();