Starting from:

$25

CSE234- Lab 6 - Solved

Logic Circuits and Digital Design 

 FSM with Datapath  

C code: 

 while(goi==0); x = xi; y = yi; z = 1; diff = x – y; diff2 = diff; while(diff > 0){      z = z * diff2;   diff = diff – 1;} 

 

a.     First draw ASM. 

b.     Design datapath on Logisim and update ASM accordingly. 

c.      Design your FSM controller using Logisim and combine datapath and controller in Logisim. 

d.     Simulate your resultant circuit to be sure it works flawless. 


More products