Mentions légales du service

Skip to content
Snippets Groups Projects
Commit b86c92ca authored by Pavitra Bhade's avatar Pavitra Bhade
Browse files

Update file cache_remap.cpp

parent 6f7ae926
No related branches found
No related tags found
No related merge requests found
Pipeline #1143285 failed
......@@ -4,7 +4,7 @@ ac_int<8, false> timer = 0;
ac_int<8, false> num = 0;
ac_int<1,false> secretBit[16][4]; // one bit per line for secret marking
ac_int<1,false> remapBit[16][4]; //one bit per line for remaped on encryption
ac_int<32,false> remap_addr[16][4]
ac_int<32,false> remap_addr[16][4];
void cache_remap(ac_int <32,false> req_addr, ac_int <32,false> sec_addr)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment