Remove wants_zqcs signal
[gram.git] / gram / core / refresher.py
2020-07-28 Jean THOMASRemove wants_zqcs signal
2020-07-28 Jean THOMASFix regression in #14a2154
2020-07-27 Jean THOMASSimplify refresher code
2020-07-10 Jean THOMASImprove simulation output: add names to submodules
2020-07-10 Jean THOMASFix formal checks for RefreshTimer
2020-07-10 Jean THOMASFix code styling
2020-07-06 Jean THOMASMake RefreshTimer fully synchronous (#24)
2020-07-06 Jean THOMASReduce amount of combinatorial statements to improve...
2020-07-03 Jean THOMASRemoving reset=0 attribute as it is already the default...
2020-07-02 Jean THOMASMake RefreshPostponer more similar to LiteDRAM's
2020-07-02 Jean THOMASFix RefreshPostponer output stuck to 1
2020-06-23 Jean THOMASOnly declare wants_zqcs signal if needed
2020-06-23 Jean THOMASSimplify connections from refreshers to IOs (not FSM...
2020-06-23 Jean THOMASFix ZQCSExecuter (set a signal to the proper size)...
2020-06-23 Jean THOMASRefresher: fix a address size (fixes #14)
2020-06-22 Jean THOMASRemove shadowing statement
2020-06-22 Jean THOMASReplace bits_for with range
2020-06-16 Jean THOMASRemove unused code
2020-06-09 Jean THOMASRun autopep8
2020-06-05 Jean THOMASFix typo
2020-06-05 Jean THOMASFix signal drive error
2020-06-05 Jean THOMASFix multi-driven signals in refresher
2020-06-04 Jean THOMASCorrect nMigen transition bugs
2020-06-03 Jean THOMASInitial commit