From 58fa3c1118d9e892895970d48e2ba8a3c182bb81 Mon Sep 17 00:00:00 2001 From: Adam Izraelevitz Date: Mon, 26 Oct 2020 16:48:44 -0700 Subject: Fix crosslinks in mdoc. Can't use md suffix (#1640) * Fix crosslinks in mdoc. Can't use md suffix * Removed all .md crossrefs Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>--- docs/src/wiki-deprecated/memories.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/src/wiki-deprecated/memories.md') diff --git a/docs/src/wiki-deprecated/memories.md b/docs/src/wiki-deprecated/memories.md index 6104309c..e4b9a80b 100644 --- a/docs/src/wiki-deprecated/memories.md +++ b/docs/src/wiki-deprecated/memories.md @@ -101,7 +101,7 @@ class RWSmem extends Module { } ``` -(The `DontCare` is there to make Chisel's [unconnected wire detection](unconnected-wires.md) aware that reading while writing is undefined.) +(The `DontCare` is there to make Chisel's [unconnected wire detection](unconnected-wires) aware that reading while writing is undefined.) Here is an example single read/write port waveform, with [masks](#masks) (again, generated signal names and number of arrays may differ): -- cgit v1.2.3