cve2/dv
Rupert Swarbrick 5c51bc7e4d Rename ibex_icache_agent -> ibex_icache_core_agent
There is more than one icache-specific agent that we need for the
icache testbench, so "ibex_icache_agent" isn't a very helpful name.
This commit was pretty much automated, except for a few spacing
cleanups, with commands like:

    git grep -l ibex_icache_agent | \
      xargs sed -i 's!ibex_icache_agent!ibex_icache_core_agent!g'

(and then rename the directory and files).
2020-04-15 10:52:04 +01:00
..
cs_registers Switch from 'bool' to 'int' parameters in fusesoc core files 2020-04-14 15:30:26 +01:00
riscv_compliance Switch from 'bool' to 'int' parameters in fusesoc core files 2020-04-14 15:30:26 +01:00
uvm Rename ibex_icache_agent -> ibex_icache_core_agent 2020-04-15 10:52:04 +01:00
verilator [verilator] Fix --term-after-cycles 2020-03-19 10:59:31 +00:00