Improvement
This commit is contained in:
@@ -105,10 +105,10 @@ sc_dt::uint64 xmlAddressDecoder::encodeAddress(DecodedAddress n)
|
||||
|
||||
void xmlAddressDecoder::print()
|
||||
{
|
||||
cout << "Used addressmapping:" << endl;
|
||||
cout << headline << endl;
|
||||
cout << "Address Mapping:" << endl << endl;
|
||||
for (auto &pair : masks) {
|
||||
cout << pair.first << "\t:\t" << bitset<32>(pair.second) << endl;
|
||||
cout << std::setw(16) << pair.first << ": " << bitset<48>(pair.second) << endl;
|
||||
}
|
||||
cout << "\n" << endl;
|
||||
cout << endl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user