• Lucas Russo's avatar
    modules/*/wb_acq_core: change FSM to fully synchronous outputs · daa18772
    Lucas Russo authored
    Previously we had an extra path to decode the
    current state and output the FSM outputs.
    
    This incurred longer long timing paths.
    Now, we output the FSM outputs before
    changing the state. This , in effect,
    exhibits the same behaviour for other
    modules, but improves timing closure.
    daa18772
acq_fsm.vhd 42.6 KB