
State Machine - |capstone_main|display_test:f4|curr_state
Name curr_state.write curr_state.read curr_state.idle 
curr_state.idle 0 0 0 
curr_state.read 0 1 1 
curr_state.write 1 0 1 

State Machine - |capstone_main|vga_interface:f3|process_data_out:f2|curr_state
Name curr_state.finalwrite2 curr_state.finalwrite1 curr_state.readmem curr_state.waitmem curr_state.setaddr curr_state.idle 
curr_state.idle 0 0 0 0 0 0 
curr_state.setaddr 0 0 0 0 1 1 
curr_state.waitmem 0 0 0 1 0 1 
curr_state.readmem 0 0 1 0 0 1 
curr_state.finalwrite1 0 1 0 0 0 1 
curr_state.finalwrite2 1 0 0 0 0 1 

State Machine - |capstone_main|process_data_in:f2|curr_state
Name curr_state.read5 curr_state.read4 curr_state.read3 curr_state.read2 curr_state.read1 curr_state.idle 
curr_state.idle 0 0 0 0 0 0 
curr_state.read1 0 0 0 0 1 1 
curr_state.read2 0 0 0 1 0 1 
curr_state.read3 0 0 1 0 0 1 
curr_state.read4 0 1 0 0 0 1 
curr_state.read5 1 0 0 0 0 1 

State Machine - |capstone_main|i2c_av_config:f0|mSetup_ST
Name mSetup_ST.0000 mSetup_ST.0010 mSetup_ST.0001 
mSetup_ST.0000 0 0 0 
mSetup_ST.0001 1 0 1 
mSetup_ST.0010 1 1 0 
