Rename VCD file output
[gram.git] / gram / phy /
2020-07-10 Jean THOMASImplement a memory in the bank simulator, check for...
2020-07-09 Jean THOMASDisable Assert statements until they are natively suppo...
2020-07-09 Jean THOMASComment buggy assertions
2020-07-09 Jean THOMASAdd imports for Assert & Assume in FakePHY
2020-07-09 Jean THOMASFix syntax in FakePHY assertions
2020-07-09 Jean THOMASUse assertions as a temporary replacement for Display...
2020-07-08 Jean THOMASPort FakePHY to nMigen
2020-07-08 Jean THOMASImport fake PHY from LiteDRAM (non functionnal ATM)
2020-07-07 Jean THOMASReplace cke with clk_en
2020-07-06 Jean THOMASRename from cke to clk_en
2020-07-03 Jean THOMASRemove remainings from TRELLIS_IO
2020-07-02 Jean THOMASUse reset signal from dramsync instead of sync
2020-06-30 Jean THOMASApplying #9044c10 changes in LiteDRAM (phy/ecp5ddrphy...
2020-06-29 Jean THOMASFix DQSBUFM floating DYNDELAY
2020-06-29 Jean THOMASUse BB instead of TRELLIS_IO
2020-06-22 Jean THOMASUse TRELLIS_IO instead of BB in ECP5 PHY
2020-06-18 Jean THOMASUse BB instance for bidirectionnal IOs
2020-06-17 Jean THOMASRollback PHY changes, use raw pins
2020-06-16 Jean THOMASPartially fix the tristate IOs on DDR3 RAM
2020-06-16 Jean THOMASFix oMigen cases and resource syntax
2020-06-16 Jean THOMASFix old CSRStatus code
2020-06-16 Jean THOMASFix variable read as an attribute
2020-06-16 Jean THOMASUpdate switch to nMigen syntax
2020-06-16 Jean THOMASFix CSR attribute error
2020-06-16 Jean THOMASFix CSR attribute error
2020-06-16 Jean THOMASFix pin count error (related to #9)
2020-06-16 Jean THOMASFix pin count error (related to #9)
2020-06-12 Jean THOMASFix clock signal for ECP5 PHY
2020-06-11 Jean THOMASRename sys2x to sync2x
2020-06-10 Jean THOMASAdd self._bridge to m.submodules (fixing #4)
2020-06-09 Jean THOMASRun autopep8
2020-06-08 Jean THOMASFix bugs in ECP5DDRPHY instanciation
2020-06-08 Jean THOMASRework DFI interface code
2020-06-08 Jean THOMASClean unused code
2020-06-04 Jean THOMASBugfixing
2020-06-04 Jean THOMASCorrect nMigen transition bugs
2020-06-04 Jean THOMASMore nMigen conversion and fixes
2020-06-03 Jean THOMASInitial commit