Factorizing Outputs and Actions You can also factorize output and action rows to repeat the same pattern. In contrast to factorization of input rows, this does not affect the code generated from the truth table, and is a labor-saving device only. Here is an example: Inputs Outputs DATA_1 CON_3 DATA_2 DATA_3 DATA_4 True True 0 1 DATA_5 DATA_6 False DATA_7 DATA_9 DATA_10 DATA_11
You can also factorize output and action rows to repeat the same pattern. In contrast to factorization of input rows, this does not affect the code generated from the truth table, and is a labor-saving device only. Here is an example: