Rotate Right

    [SHA256] FF() 구성 모듈 - (1): RR, Sigma0, Sigma1

    [SHA256] FF() 구성 모듈 - (1): RR, Sigma0, Sigma1

    Transform() 함수 내부에서 동작하는 여러 모듈들.. RR(Rotate Right) * RTL // rotate right module calc_RR( input wire [8*8-1:0] x, input wire [4:0]n, output wire [8*8-1:0] calc_x ); assign calc_x = (x>>n) | (x13) | (x13) | (x13 : 0000_0000_0000_0000__0000_0000_0000_0000__0000_0000_0000_0000__0000_0000_0000_0000 x