Merge branch 'GP-0_ryanmkurtz_PR-8411_widberg_rom_space'

This commit is contained in:
Ryan Kurtz
2026-01-02 05:26:50 -05:00
2 changed files with 2 additions and 12 deletions

View File

@@ -696,7 +696,7 @@ and <emphasis>attributes</emphasis> looks like zero or more of the
following lines:
<informalexample>
<programlisting>
type=(ram_space|rom_space|register_space)
type=(ram_space|register_space)
size=<emphasis role="bold">integer</emphasis>
default
wordsize=<emphasis role="bold">integer</emphasis>
@@ -758,11 +758,6 @@ with <emphasis role="bold">register_space</emphasis>.
</informalexample>
</para>
<para>
A space of type <emphasis role="bold">rom_space</emphasis> has seen
little use so far but is intended to be the same as
a <emphasis role="bold">ram_space</emphasis> that is not writable.
</para>
<para>
At least one space needs to be labeled with
the <emphasis role="bold">default</emphasis> attribute. This should be
the space that the processor accesses with its main address bus. In

View File

@@ -86,7 +86,7 @@ and <span class="emphasis"><em>attributes</em></span> looks like zero or more of
following lines:
</p>
<div class="informalexample"><pre class="programlisting">
type=(ram_space|rom_space|register_space)
type=(ram_space|register_space)
size=<span class="bold"><strong>integer</strong></span>
default
wordsize=<span class="bold"><strong>integer</strong></span>
@@ -148,11 +148,6 @@ with <span class="bold"><strong>register_space</strong></span>.
<p>
</p>
<p>
A space of type <span class="bold"><strong>rom_space</strong></span> has seen
little use so far but is intended to be the same as
a <span class="bold"><strong>ram_space</strong></span> that is not writable.
</p>
<p>
At least one space needs to be labeled with
the <span class="bold"><strong>default</strong></span> attribute. This should be
the space that the processor accesses with its main address bus. In