khamitkar.ravikant
Member level 4
32 to 128bit data path
i am implementing encryption algo.
as 128 bits data is taken inside with data path of 32 bits.
the 4 clock cycle needed are designed using state machine.
but one extra cycle of clock get wasted during state trasition to laod the count
so please any body can suggest me the better solution.
i am taking in 128 bit data using 32 bit word line inside and then after storing in temp
registger, after 4 clock cycles 128 bit data is processed so there is no problem with shift rows operation,
package is included and inner is main flow.
in image it is shown the extra clock requiring wich i want to avoid to take data in and
ctout is output in 32 bit from 128 bit processed output.
please do somebody help me out.
the code is given as attachment
i am implementing encryption algo.
as 128 bits data is taken inside with data path of 32 bits.
the 4 clock cycle needed are designed using state machine.
but one extra cycle of clock get wasted during state trasition to laod the count
so please any body can suggest me the better solution.
i am taking in 128 bit data using 32 bit word line inside and then after storing in temp
registger, after 4 clock cycles 128 bit data is processed so there is no problem with shift rows operation,
package is included and inner is main flow.
in image it is shown the extra clock requiring wich i want to avoid to take data in and
ctout is output in 32 bit from 128 bit processed output.
please do somebody help me out.
the code is given as attachment