Skip to content

issues Search Results · repo:amaranth-lang/amaranth-soc language:Python

Filter by

31 results
 (58 ms)

31 results

inamaranth-lang/amaranth-soc (press backspace or delete to remove)

Support for Python 3.8 ends after Amaranth 0.5 (https://github.com/amaranth-lang/amaranth/issues/1504). Workarounds for enum errors can be removed: https://github.com/amaranth-lang/amaranth-soc/blob/9d6bd2c54b4ca28ea4c96cae38edb4c9c3bfdf51/amaranth_soc/csr/bus.py#L56-L62 ...
improvement
  • jfng
  • 1
  • Opened 
    on Sep 5, 2024
  • #99

The data_width attribute of a MemoryMap reflects not the actual data width, but the granularity of the associated bus. A 32-bit bus with byte lanes hence has a memory map with data_width = 8. MemoryMap.add_window() ...
improvement
meta:needs-rfc
  • zyp
  • 2
  • Opened 
    on Jul 17, 2024
  • #97

- RFC PR: https://github.com/amaranth-lang/rfcs/pull/70 - Amaranth SoC PR: https://github.com/amaranth-lang/amaranth-soc/pull/95
  • jfng
  • Opened 
    on Jun 28, 2024
  • #93

It would be nice to have a peripheral that enables a CPU to measure time intervals and busy wait to delay. This peripheral would use the system clock as a reference, and has two registers: - Divider, ...
feature
  • whitequark
  • Opened 
    on Jun 4, 2024
  • #90

It would be nice to have a Wishbone-attached SRAM peripheral, to enable CPU cores to have scratchpad RAM. Since there is an ambiguity about what to do for non-power-of-2 sizes of such RAM, I propose that ...
feature
  • whitequark
  • 1
  • Opened 
    on Jun 4, 2024
  • #89

- RFC PR: https://github.com/amaranth-lang/rfcs/pull/57 - Implementation PR: https://github.com/amaranth-lang/amaranth-soc/pull/79
  • tpwrules
  • Opened 
    on Mar 15, 2024
  • #78

- RFC PR: https://github.com/amaranth-lang/rfcs/pull/49 - Amaranth SoC PR: - [x] Implementation: amaranth-lang/amaranth-soc#76 - [ ] Reference documentation - [ ] Guide-level documentation ...
  • jfng
  • Opened 
    on Mar 8, 2024
  • #77

Many methods on MemoryMap claim to iterate objects in ascending order of their address but this appears to not be the case in the current code. The code as it stands appears to iterate in order of object ...
bug
  • tpwrules
  • 1
  • Opened 
    on Mar 3, 2024
  • #74

TODO isn t a very convincing pitch.
improvement
  • jfng
  • Opened 
    on Feb 9, 2024
  • #71
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub