What's inside the Pulse Converter component?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
JoBr_1593366
Level 5
Level 5
100 sign-ins 50 questions asked 100 replies posted

I want basically the same thing, except with asynchronous set from input, and then output is ORed with input so the output pulse length is at least 1 clock cycle, up to the input pulse length.  There's probably a simpler circuit with a flip-flop or something but I couldn't think of it.  Similar to a retriggerable monostable multivibrator

0 Likes
1 Solution
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

You could write a small state-machine using an LUT component.

   

Alternatively build a new component using the UDB-Editor to create a state-machine in verilog. That's a new experience 😉

   

 

   

Bob

View solution in original post

0 Likes
2 Replies
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

You could write a small state-machine using an LUT component.

   

Alternatively build a new component using the UDB-Editor to create a state-machine in verilog. That's a new experience 😉

   

 

   

Bob

0 Likes

This works:

   

 

   

0 Likes