1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
cupoosta [38]
3 years ago
15

The goal of the following model is generate a clock waveform that has the clock high 4 time units and low 4 time units, with the

first rising edge at time 20. Submit a completed module which fills in the missing lines in q2 below:
module q2;
reg clock;
initial begin
clock=0
____
____
____
end
end
endmodule
Engineering
1 answer:
DedPeter [7]3 years ago
3 0

Answer:

module q2;

reg clock;

initial begin

clock = 0;

#20 clock = 1; // at 20 set high

always begin

#4 clock = ~clock; // then every four units change

end

end

endmodule

You might be interested in
Do heavier cars really use more gasoline? Suppose a car is chosen at random. Let x be the weight of the car (in hundreds of poun
Alex17521 [72]

Answer:

Answer is explained in the explanation section below.

Explanation:

Solution:

Note: This question is incomplete and lacks necessary data to solve. But I have found the similar question on the internet. So, I will be using the data from that question to solve this question for the sack of concept and understanding.

Data Given:

x = 27 , 44 , 32 , 47, 23 , 40, 34, 52

y = 30, 19,  24,  13 , 29,  19,  21,  14

It is given that,

∑x = 299

∑y = 167

∑x^{2} = 11887

∑y^{2} = 3773

We are asked to verify the above values manually in this question.

So,

1. ∑x = 299

Let's verify it:

∑x = 27 + 44 + 32 + 47 + 23 + 40 + 34 + 52

∑x = 299

Yes, it is equal to the given value. Hence, verified.

2. ∑y = 167

Let's verify it:

∑y = 30 + 19 +  24 + 13 + 29 + 19 +  21 +  14

∑y = 169

No, it is not equal to the given value.

3. ∑x^{2} = 11887

Let's verify it:

For this to find,  first we need to square all the value of x individually and then add them together to verify.

∑x^{2} = 27^{2} + 44^{2} + 32^{2} + 47^{2} + 23^{2} + 40^{2} + 34^{2} + 52^{2}

∑x^{2} = 11,887

Yes, it is equal to the given value. Hence, verified.

4. ∑y^{2} = 3773

Let's verify it:

Again, for this we need to find the squares of all the y values and then add them together to verify it.

∑y^{2} = 30^{2} + 19^{2} +  24^{2} + 13^{2} + 29^{2} + 19^{2} +  21^{2} +  14^{2}

∑y^{2}  = 3,845

No, it is not equal to the given value.

4 0
3 years ago
Match the word with the definition:
aksik [14]

1. Renewable Resources  = (Renewable means you can keep making it) =  resources that can be replenished (such as trees)

2. Nonrenewable Resources  =  ( Nonrenewable means it can't be made once it is used up) = resources that are gone once they are used (such as fossil fuels)

3. Producer  =  ( produces something) = person who makes goods or provides services

4. Consumer  = ( uses something) =   person whose wants are satisfied by using goods and services

5. Allocate  = ( put someplace) =   distribute

6. Choice =  option

7 0
3 years ago
Read 2 more answers
In order to impress your neighbors and improve your vision in traffic jams, you decide to mount a cylindrical periscope 2.0 m hi
kondaur [170]
Follow @richard.gbe on Instagram for the answer
5 0
4 years ago
Water is contained in a piston-cylinder assembly undergoes four processes separately, all started from an initial state where th
Andrews [41]

Answer:

see pictures

Explanation:

In the pictures you can see the different processes.

3 0
3 years ago
Anyone help me please ?
Degger [83]

Answer:

I can help but I need to know what it looking for

5 0
3 years ago
Other questions:
  • If the bar assembly is made of a material having a yield stress of σY = 45 ksi , determine the minimum required dimensions h1 an
    7·1 answer
  • True/False<br> An anemometer displays wind direction, wind speed, altitude and type of precipitation
    12·1 answer
  • What structure was created to help prevent shipwrecks?
    9·1 answer
  • BIG POINTS AND WILL GIVE BRAINLIEST! Answer all 5 please or I can’t give brainliest and might report!
    10·1 answer
  • a poorly tighten terminal is often the cause of a/an ? a) open circuit b) circuit breaker interrupt c)short circuit d) ground fa
    10·1 answer
  • Please answer fast. With full step by step solution.​
    14·1 answer
  • Write the 5 important of profession education in a point​
    10·1 answer
  • How to plot 0.45 gradation chart for sieve analysis ?
    12·1 answer
  • Algorithm for sum 2+4+6+….+n
    11·1 answer
  • Which type of artificial intelligence (ai) can repeatedly perform tasks of limited scope?
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!