The basic logic gates like AND, OR , XOR are producing logic output for corresponding input logic. How many micro sec are taken by the logic gates, ie delay time? Is it vary for various fan-in ie like two input/ three input AND logic gate ?
I need to calculate time complexity and critical path delay of a multiplier architecture manually, which consists of a AND, OR and XOR logic gates. Is i can assign as a unit delay for all logic gates(AND, OR and XOR) or varying time delay between AND, OR and XOR?