Skip to content

Commit

Permalink
Bump common_cells (pulp-platform/snitch#226)
Browse files Browse the repository at this point in the history
* Remove common_cells patches

* Update pulp_platform_common_cells to 06e519a

Update code from upstream repository https://github.com/pulp-
platform/common_cells.git to revision
06e519abc4b2324287194519bce2f2ed9d262476

* sync: Parameterize reset value (pulp-platform/snitch#122) (Florian Zaruba)
* isochronous_4phase_handshake: Add implementation (pulp-platform/snitch#100) (Florian
  Zaruba)
* src/id_queue.sv: Enables simultaneous input and output (pulp-platform/snitch#106)
  (Flavien Solt)
* Add `cc_onehot` module (pulp-platform/snitch#121) (Florian Zaruba)
* Release v1.22.1 (Florian Zaruba)
* Fix port list copy paste bug (pulp-platform/snitch#120) (Manuel Eggimann)
* Release v1.22.0 (Florian Zaruba)
* Add `flushable_spill_register` (pulp-platform/snitch#119) (Florian Zaruba)
* registers: Optionally disable synopsys macros (pulp-platform/snitch#118) (Florian
  Zaruba)

Signed-off-by: Florian Zaruba <[email protected]>

* Re-name `onehot` to `cc_onehot`
  • Loading branch information
zarubaf authored Sep 2, 2021
1 parent 1cc538d commit 62d1007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/snitch_icache/src/snitch_icache_l0.sv
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ module snitch_icache_l0 import snitch_icache_pkg::*; #(
// Check whether we had an early multi-hit (e.g., the portion of the tag matched
// multiple entries in the tag array)
if (CFG.L0_TAG_WIDTH != CFG.L0_EARLY_TAG_WIDTH) begin : gen_multihit_detection
onehot #(
cc_onehot #(
.Width (CFG.L0_LINE_COUNT)
) i_onehot_hit_early (
.d_i (hit_early),
Expand Down

0 comments on commit 62d1007

Please sign in to comment.