keyboardcowboy
Member level 3
- Joined
- Mar 4, 2010
- Messages
- 55
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,286
- Activity points
- 1,715
So I have been given verilog source code which is completely sequential (everything inside always @(posedge) block). I am required to convert this code into combinatorial, and sequential, convert the logic to combinatorial, and use sequential only to add flip flops between outputs of one part of the logic to the input of next part of combinatorial logic. How should i go about doing this conversion, are there any set of rules??