Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configurable initial register values #527

Merged
merged 27 commits into from
Jun 25, 2019

Commits on Jun 25, 2019

  1. [skip ci] Extend Domain with number of synthesis options

    This commit contains the core of PR #527. All the "boring" changes will
    follow in the commit after this one.
    martijnbastiaan committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    6982732 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a20363 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6099b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c38d65 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    897520b View commit details
    Browse the repository at this point in the history
  6. Fix testsuite

    martijnbastiaan committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    699b277 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e1dfc41 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d58fa66 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b291cd0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e25dd2c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    03c9a91 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cd80cda View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4425d3a View commit details
    Browse the repository at this point in the history
  14. Fix VHDL delay primitive

    christiaanb authored and martijnbastiaan committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    3686d89 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d65bc33 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    33825ec View commit details
    Browse the repository at this point in the history
  17. Up version number to 0.9999

    Reconfigurable powerup values warrent a new version number
    martijnbastiaan committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    c4d6e73 View commit details
    Browse the repository at this point in the history
  18. Remove unused primitive

    Co-Authored-By: Leon Schoorl <[email protected]>
    martijnbastiaan and leonschoorl committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    362ebaf View commit details
    Browse the repository at this point in the history
  19. Fix Tutorial haddock

    Haddock will turn "Foo" into a link to the module Foo, even if such a 
    module doesn't exist.
    
    [skip ci]
    leonschoorl authored and martijnbastiaan committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    65267c9 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6f01108 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d3d96af View commit details
    Browse the repository at this point in the history
  22. Minor style fixes

    martijnbastiaan committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    2a1ebfb View commit details
    Browse the repository at this point in the history
  23. Remove domain singleton from Reset

    Enable doesn't have it, so Reset should need it either.
    
    Clock also contains a singleton, but it uses it for its Show instance.
    leonschoorl authored and martijnbastiaan committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    8c169a0 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    c3e3a9e View commit details
    Browse the repository at this point in the history
  25. Small doc fixes

    martijnbastiaan committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    70ecb8a View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    9588c00 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    c7d2dc2 View commit details
    Browse the repository at this point in the history