icache.py move icache_miss IDLE FSM state into method icache_miss_idle()
authorCole Poirier <colepoirier@gmail.com>
Mon, 5 Oct 2020 00:00:04 +0000 (17:00 -0700)
committerCole Poirier <colepoirier@gmail.com>
Mon, 5 Oct 2020 01:04:02 +0000 (18:04 -0700)
commit7a578d5dd077437858430fb718a19d73a6a623d1
tree7ff2b691527130d52856cebf37f7f4fd543b5f62
parentec3a1043e57c9acc9eb10d3681ca66215a52b0c6
icache.py move icache_miss IDLE FSM state into method icache_miss_idle()
to reduce clutter, indentation
src/soc/experiment/icache.py