Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Objective: To demonstrate that custom circuit on a chip that represent a Boolean function can be implemented using a gate array chip made of only
Objective: To demonstrate that custom circuit on a chip that represent a Boolean function can be implemented using a gate array chip made of only NOR gates.
Description:
Gate array chips are widely used for putting custom circuits on a chip because most of the work depositing the gate array on the chip is independent of the circuit to be implemented. Only the wiring is specific to each design.
For this project, you will write a program that will simulate the behavior of an array of twoinput NOR gates. This circuit, contained on a chip, had input and output pins. The values of and are compiletime parameters of the simulation.
Input: The program should start off by reading in a "wiring list" from a text file. Each wire should specify an input and an output. An input is either one of the input pins or the output of some NOR gate. An output is either one of the k output pins or an input to some NOR gate. Unused inputs are
Output: After reading in the wiring list, the program should print the output for each of the possible inputs.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started