Skip to content

Commit 6a1fd84

Browse files
committed
docs: use the new admonitions feature.
1 parent 904adfa commit 6a1fd84

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

docs/src/spartan3/clb.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Logic block
22

3-
<div class="warning">This document describes Spartan 3 and Virtex 4 CLBs, since they are very similar.</div>
3+
> [!NOTE]
4+
> This document describes Spartan 3 and Virtex 4 CLBs, since they are very similar.
45
56
The main logic resource in Spartan 3 and Virtex 4 devices is the CLB (Configurable Logic Block). It is based on the [Virtex 2 CLB](../virtex2/clb.md), but has significant changes, particularly to the LUT RAM structures.
67

@@ -262,7 +263,8 @@ The `FXINA` and `FXINB` inputs are routed as follows:
262263
| `SLICE2` | `SLICE0.FX` | `SLICE1.FX` | `MUXF7` |
263264
| `SLICE3` | `SLICE2.FX` | `SLICE2.FX`, from CLB above | `MUXF8` |
264265

265-
<div class="warning">The routing is different from Virtex 2.</div>
266+
> [!NOTE]
267+
> The routing is different from Virtex 2.
266268
267269
The `FX` output isn't connected across any interconnect holes — a `MUXF8` cannot be made of two CLBs separated by a hole.
268270

docs/src/spartan3/interconnect/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ The core of the interconnect is made of the following wires, each of which is in
3737
| `OMUX14` | `W`, then `N` | `OMUX14.W` | `OMUX12.WN` |
3838
| `OMUX15` | `N` | `OMUX15.N` |
3939

40-
<div class="warning">this table is very similar to, but subtly different from the corresponding Virtex 2 table (the differences are in `OMUX9` and `OMUX13`).</div>
40+
> [!NOTE]
41+
> This table is very similar to, but subtly different from the corresponding Virtex 2 table (the differences are in `OMUX9` and `OMUX13`).
4142
4243
- Double lines going in the cardinal directions, 8 per direction, called `DBL.[EWSN][0-7]`. Each of them has three segments, called `DBL.[EWSN][0-7].[0-2]`, where `.0` is located in the source tile and is driven, `.1` is in the next tile in the relevant direction, and `.2` is in the next tile after that. Some of the lines additionally have a fourth segment:
4344

docs/src/xc9500/jtag.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,11 +186,12 @@ from the database. When successful, the low two bits of
186186
DR will become `0b11`. Note that shifting DR again before the operation is complete will
187187
abort it and return `0b00` in the low bits.
188188

189-
<div class="warning">The timeout value of 1.3s present in the database is taken directly from ISE SVFs,
189+
> [!CAUTION]
190+
> The timeout value of 1.3s present in the database is taken directly from ISE SVFs,
190191
but it appears to be too small for the two devices I (@wanda-phi) personally possess,
191192
which require a timeout of 2s. Since these devices came from random ebay listings, this
192193
may be due to age or mishandling. Still, you may want to consider using a larger timeout
193-
in your programming software.</div>
194+
in your programming software.
194195

195196
To erase fuses:
196197

docs/src/xpla3/jtag.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ The boundary scan register contains the following bits, in order from **MSB**:
5454

5555
All bits of the register are `BC_1` type cells.
5656

57-
<div class="warning">The GCLK cells can reliably capture pin state in EXTEST mode, but only partially override internal connections in INTEST mode: connections through ZIA are overriden by the boundary register value, but connections through per-FB `FCLK` lines are not.</div>
57+
> [!IMPORTANT]
58+
> The GCLK cells can reliably capture pin state in EXTEST mode, but only partially override internal connections in INTEST mode: connections through ZIA are overriden by the boundary register value, but connections through per-FB `FCLK` lines are not.
5859
5960
TODO: details on the cell connection, EXTEST, INTEST semantics
6061

0 commit comments

Comments
 (0)