Questions tagged [updown]

32 questions
-1
votes
2 answers

Counter 4bit with synchronous load and enable and asynchronous reset.

I have a 4 bit counter made of D flip flops and multiplexers . It counts up to 1111 and then down to 0000. My design is structural. Though i do not know how to make the enable and the load synchronous. Here is my try : entity counter4Bit is …
-1
votes
1 answer

writing verilog module codes for up/down counter, 4to1 mux, pulsegen

I'm fairly new to the world of creating verilog modules and I have to create a 4to1 mux, pulse generator, up/down counter, and a hex-to-7segment display. These are all later put into a toplevel module. I tried to create the 7segement and pulse…
Erica L
  • 1
  • 3
1 2
3