add quotes around core/tile [skip ci]

This commit is contained in:
abejgonzalez
2019-09-20 17:58:48 -07:00
parent 898f0fd2d4
commit fd6d3272e4

View File

@@ -99,5 +99,5 @@ If this is used earlier in the configuration sequence, then MultiRoCC does not w
This mixin can be changed to put more accelerators on more cores by changing the arguments to cover more ``hartId``'s (i.e. ``WithMultiRoCCHwacha(0,1,3,6,...)``).
.. [1] Note, in this section core and tile are used interchangeably but there is subtle distinction between a core and tile (tile contains a core, L1D/I$, PTW).
For many places in the documentation, we usually use core to mean tile (doesn't make a large difference but worth the mention).
.. [1] Note, in this section "core" and "tile" are used interchangeably but there is subtle distinction between a "core" and "tile" ("tile" contains a "core", L1D/I$, PTW).
For many places in the documentation, we usually use "core" to mean "tile" (doesn't make a large difference but worth the mention).