si_data : Reg_FSM 이 받을 datasi_done : Slave Intf가 데이터 다 보냈다고 보내는 신호 (si_done을 받고 Reg_FSM에 저장되어야 함) so_data : Reg_FSM 이 내보내는 dataso_start : Reg_FSM 이 data를 내보내겠다는 신호so_done : Slave Intf가 "처리를 다 했다" 라고 보내는 신호 Reg_FSM에도 SS underbar가 필요아이디어rising edge일 때 한 tick 발생하고, falling edge일 때 한 tick 발생하는 것을 button debounce의 edge detector를 활용해 설계 sync0_q : sysclk들어오면 sysclk rising edge일 때 SCLK가..