icache.py move icache_miss WAIT_ACK FSM state into method icache_miss_wait_ack()...
authorCole Poirier <colepoirier@gmail.com>
Mon, 5 Oct 2020 00:12:35 +0000 (17:12 -0700)
committerCole Poirier <colepoirier@gmail.com>
Mon, 5 Oct 2020 01:04:02 +0000 (18:04 -0700)
commit3f9b3e3cd66c01994d70ddd5f9f7977ad0fc6eff
tree3a59f3dd886f20597c30c7707abbf038d7909c03
parenta9195ea4e52db23bc75152df525b18cc10b896ee
icache.py move icache_miss WAIT_ACK FSM state into method icache_miss_wait_ack() to reduce clutter, indentation
src/soc/experiment/icache.py