From ad80b5336d15d6cc127f29c11d7a21e1b5e0b1a3 Mon Sep 17 00:00:00 2001 From: Alain Dargelas Date: Mon, 30 Dec 2024 17:08:07 -0800 Subject: [PATCH] format --- passes/opt/muxpack.cc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/passes/opt/muxpack.cc b/passes/opt/muxpack.cc index b45642f0d..91fe70f18 100644 --- a/passes/opt/muxpack.cc +++ b/passes/opt/muxpack.cc @@ -291,13 +291,13 @@ 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 | + | | | | | __ | | | +---------\ | | / \ | | | | | |___| | / |___| | | |___| \ & / / / \ & / / ...