Browse Source

Merge pull request #374 from antonblanchard/icache-unused-sig

core: Remove unused icache_inv signal
master
Michael Neuling 10 months ago committed by GitHub
parent
commit
d4db331467
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      core.vhdl

1
core.vhdl

@ -117,7 +117,6 @@ architecture behave of core is @@ -117,7 +117,6 @@ architecture behave of core is
signal complete: instr_tag_t;
signal terminate: std_ulogic;
signal core_rst: std_ulogic;
signal icache_inv: std_ulogic;
signal do_interrupt: std_ulogic;

-- Delayed/Latched resets and alt_reset

Loading…
Cancel
Save