Truth Table
Truth Table
Is there a way that i can just insert a truth table and the program is going to make it for me ???
Re: Truth Table
Hi,
It depends on what exactly you need.
If you want the program to synthesize a circuit from your truth table then the answer is no. The program can not do this.
If you need implementation of your truth table to be used in your project you can use ROM. Simply drop a ROM module with as many address bits as you have inputs in the truth table and one data bit for the result of your truth table, fill it with the desired values and you have it.
It depends on what exactly you need.
If you want the program to synthesize a circuit from your truth table then the answer is no. The program can not do this.
If you need implementation of your truth table to be used in your project you can use ROM. Simply drop a ROM module with as many address bits as you have inputs in the truth table and one data bit for the result of your truth table, fill it with the desired values and you have it.