1. 11 Mar, 2019 1 commit
  2. 27 Feb, 2019 3 commits
  3. 26 Feb, 2019 1 commit
  4. 25 Feb, 2019 4 commits
  5. 19 Feb, 2019 1 commit
  6. 31 Jan, 2019 1 commit
  7. 30 Jan, 2019 1 commit
  8. 25 Jan, 2019 1 commit
  9. 16 Jan, 2019 1 commit
  10. 15 Jan, 2019 1 commit
  11. 07 Jan, 2019 1 commit
  12. 06 Jan, 2019 1 commit
  13. 05 Jan, 2019 2 commits
  14. 02 Jan, 2019 1 commit
  15. 31 Dec, 2018 1 commit
  16. 29 Dec, 2018 1 commit
  17. 22 Dec, 2018 1 commit
  18. 16 Dec, 2018 1 commit
  19. 12 Dec, 2018 1 commit
  20. 09 Dec, 2018 3 commits
  21. 05 Dec, 2018 1 commit
  22. 04 Dec, 2018 2 commits
  23. 01 Dec, 2018 2 commits
    • whitequark's avatar
      fhdl: fix mismatch between _can_lower() and _lower_specials_step(). · 01d90550
      whitequark authored
      The conditions in them were different: _can_lower() checked for
      presence of the lower() override method, and _lower_specials_step()
      would only lower the special if lower() is present and returns
      something other than None.
      
      Remove _can_lower() and instead lower specials until no more can
      be lowered. This is also both simpler and faster.
      01d90550
    • whitequark's avatar
      fhdl: append lowered specials to the original fragment. · f5005b5b
      whitequark authored
      This allows using values such as ClockSignal() and ResetSignal()
      in specials.
      
      Also, this commit removes a mismatch between simulation and Verilog
      synthesis in the way they were using lower_specials().
      f5005b5b
  24. 27 Nov, 2018 2 commits
  25. 25 Nov, 2018 4 commits
  26. 24 Nov, 2018 1 commit