From 80cf294140704292b662e7732a50c82103a81d57 Mon Sep 17 00:00:00 2001 From: Ethan Mahintorabi Date: Tue, 28 Sep 2021 15:07:13 -0700 Subject: [PATCH] Update documentation on build space from sp to bd It was decided that sp is too close to single port, and should be renamed bd to reference the build space. Closes #338 --- docs/contents/libraries.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contents/libraries.rst b/docs/contents/libraries.rst index ca3c24e..b7b29de 100644 --- a/docs/contents/libraries.rst +++ b/docs/contents/libraries.rst @@ -34,7 +34,7 @@ All sections are **lower case** and separated by an **underscore**. The sections +--------------------------------+---------------------------------------+ | Digital Standard Cells | :lib_type:`sc` | +--------------------------------+---------------------------------------+ - | Build Space (Flash, SRAM, etc) | :lib_type:`sp` | + | Build Space (Flash, SRAM, etc) | :lib_type:`bd` | +--------------------------------+---------------------------------------+ | IO and Periphery | :lib_type:`io` | +--------------------------------+---------------------------------------+