Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: amaranth-lang/amaranth-soc
base: 3195de9f0126
Choose a base ref
...
head repository: amaranth-lang/amaranth-soc
compare: 2d18ac7d9fc8
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Jan 23, 2020

  1. csr.bus.Element: fix src_loc_at.

    Jean-François Nguyen authored and whitequark committed Jan 23, 2020
    Copy the full SHA
    3737595 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2020

  1. memory: add support for address space extension.

    * MemoryMap.add_resource(extend=True) (resp. MemoryMap.add_window())
      can be used to add a resource (resp. window) that would otherwise not
      fit inside the memory map. The address space upper bound is raised
      accordingly, which increases addr_width.
    
    * MemoryMap.freeze() can be called to prevent a memory map from being
      extended further. It must be called before the memory map is used to
      instantiate anything, because its public attributes must not change
      from then on.
    Jean-François Nguyen authored and whitequark committed Feb 8, 2020
    Copy the full SHA
    2d18ac7 View commit details
    Browse the repository at this point in the history