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: m-labs/lm32
base: 35f844ba1475
Choose a base ref
...
head repository: m-labs/lm32
compare: ca5679d99219
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Dec 17, 2012

  1. fix typos in interrupt_unit.v

    Interrupt lines are active-high since commit
      3593788
    
    Signed-off-by: Michael Walle <michael@walle.cc>
    mwalle committed Dec 17, 2012
    Copy the full SHA
    8945e79 View commit details
    Browse the repository at this point in the history
  2. add config option for level-sensitive interrupts

    If interrupts are level-sensitive there is no need to latch the state in
    the IP register. Thus, make the IP register reflect the state of the
    interrupt lines and make it read-only.
    
    Signed-off-by: Michael Walle <michael@walle.cc>
    mwalle committed Dec 17, 2012
    Copy the full SHA
    6d2b5b9 View commit details
    Browse the repository at this point in the history
  3. add README

    Signed-off-by: Michael Walle <michael@walle.cc>
    mwalle committed Dec 17, 2012
    Copy the full SHA
    ca5679d View commit details
    Browse the repository at this point in the history