Altera_Forum
Honored Contributor
14 years agoSimplified Equation
Hello Folks,
First time poster, I am using Altera Quartus 2 ver. 9.1. I have created a simple combinational logic circuit where the Boolean expression simplifies to a single input. I wanted to view the simplified Boolean expression that is listed in my book under floor plan view. When compilation occurs I am getting warnings that 2 of my pins are redundant, however I cannot view the simplified expression anywhere. Could someone please offer some advice? I am using MAX7000S family, targeting the EPM7128SCL84-10. The Boolean expression for the circuit I entered is: A’BC’+ABC’+A’BC+ABC. This will simplify to B. Thank you for your time.