constraint addr_in_4k { haddr%4096 + (hburst + 1 << hsize) <= 4096;}
What is the operation of 1 << hsize plz explain anyone.
constraint addr_in_4k { haddr%4096 + (hburst + 1 << hsize) <= 4096;}
What is the operation of 1 << hsize plz explain anyone.