Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

AES algo key generation process in VHDL

Status
Not open for further replies.

sougata_vlsi13

Member level 4
Joined
Apr 19, 2013
Messages
77
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Location
India
Activity points
1,980
I am currently now working on a project which is exactly not in accordiance with AES algorithm bcoz in AES plaintext and key input is given and corresponding ciphertext has been generated......but in this case cipher and plaintext is provided corresponding key has to be generated.In this part a comparator has been used for comparing the plain and the cipher and a key counter provided for the 10 rounds of key according to key scheduling process.

I have written the code its running fine...o/p is also coming..ok...but the main problem is that i have to minimize the slice registers.till now it is in report 54%.I have done almost everything like some modification in code,through synthesis properties,block ram instantion but still it is not reducing for a single percentage....what should i do now...please anybody help me
 

well, the only way to reduce register count is to modify the code.
Have you actually instantiated block rams?
 

I have tried with block ram including with that init file also previously but then some error is coming
 

well post the code where you're having problems with a ram block - and the errors...
 

well post the code where you're having problems with a ram block - and the errors...



you need to check your code and remove Register Duplication.
complete all the loops properly, otherwise it will generate extra component.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top