nkanderson / ECE585-llc

Simulation of a last level cache (LLC) for ECE 585 final project
0 stars 0 forks source link

Implemented cache config class and .env file. #7

Closed reecewayt closed 4 days ago

reecewayt commented 4 days ago

Implemented cache config class and .env file for passing command line args.

Example Output: $ python cache_config.py --capacity 128 Cache Capacity: 128.0 MB Line Size: 64 bytes Associativity: 16-way Protocol: MESI