RTL to VHDL

Joined
Jun 22, 2016
Messages
2
Reaction score
0
convert this RTL into VHDL

input:clk,mr,x,dat[6]
output:rdy,err,resa[3].resb[3]
registers;rega[3]. regb[3]
sequence:
0. regb<=000
1. rega <=dat [5..3]; =>(x=0)/(1)
2.=> (dat [2..0] = 000)/(5)
3. => (dat[5..3}> dat[2..0]/(6)
4. rdy =1; resa =rega; resb= regb; =>(4)
5. err =1; >=(5)
6.regb <=regb +1; rega<=rega - dat[2..0]; => (4)

control reset 0
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,756
Messages
2,569,533
Members
45,007
Latest member
OrderFitnessKetoCapsules

Latest Threads

Top