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/migen
base: 4fe888702d94
Choose a base ref
...
head repository: m-labs/migen
compare: 14b1da401838
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Mar 21, 2015

  1. sim: keep track of unreferenced items

    * items that are never referenced in any statements do not end up in the
    namespace or in the verilog
    
    * this memorizes items if they can not be found in the namespace and keeps
    track of their values
    jordens authored and sbourdeauducq committed Mar 21, 2015
    Configuration menu
    Copy the full SHA
    5f045b7 View commit details
    Browse the repository at this point in the history
  2. test_actor: add unittests for SimActor

    * also implicitly tests for the access of signals during simulation that are
    not referenced in any statements
    
    * before, if the busy signal is never used, it is stripped
      and could not be accessed in simulation
    jordens authored and sbourdeauducq committed Mar 21, 2015
    Configuration menu
    Copy the full SHA
    14b1da4 View commit details
    Browse the repository at this point in the history