Fix typo
[gram.git] / gram /
2020-06-25 Jean THOMASFix typo
2020-06-25 Jean THOMASAdd simulation code
2020-06-25 Jean THOMASAdd README.md for gram tests
2020-06-25 Jean THOMASAdd rddata_en, wrdata_mask tests
2020-06-25 Jean THOMASAdd wrdata, wrdata_en tests to Phase Injector unit...
2020-06-25 Jean THOMASFix R/W permissions to the bare minimum
2020-06-25 Jean THOMASAdd Wishbone read/write helpers
2020-06-25 Jean THOMASUse constants for CSR addresses
2020-06-25 Jean THOMASAdd bank address test
2020-06-25 Jean THOMASFix DFII testing, test address set
2020-06-24 Jean THOMASAdd buggy test for DFII
2020-06-24 Jean THOMASFix CSR issue in PhaseInjector (r_data used for reading...
2020-06-24 Jean THOMASFix CSR issue in DFII (r_data used for reading host...
2020-06-24 Jean THOMASSimply arbiter when there is only 1 request to arbitrate
2020-06-24 Jean THOMASEnsure we have at least one master
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 THOMASRefactor test code
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-22 Jean THOMASRemove code for hybrid formal proof, unused
2020-06-22 Jean THOMASUse TRELLIS_IO instead of BB in ECP5 PHY
2020-06-19 Jean THOMASRemove tests from gram.compat
2020-06-19 Jean THOMASMove tests to a dedicated folder
2020-06-18 Jean THOMASAdd unit tests for delayed_enter
2020-06-18 Jean THOMASAdd test case for delayed_enter
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-16 Jean THOMASPulse trigger signal rather than continuous trigger...
2020-06-16 Jean THOMASAdd testing for Timeline elaboratable
2020-06-16 Jean THOMASRemove unused code
2020-06-15 Jean THOMASFix autopep8 madness
2020-06-15 Jean THOMASnMigen workaround: put default case at the end of the...
2020-06-12 Jean THOMASFix clock signal for ECP5 PHY
2020-06-12 Jean THOMASFix readout issue in Wishbone bridge (mentionned in #8)
2020-06-12 Jean THOMASExpose native port directly
2020-06-12 Jean THOMASFix default clock domain for gramNativePort
2020-06-12 Jean THOMASFix autopep8 madness
2020-06-11 Jean THOMASRemove unused legacy attributes (fixes #3)
2020-06-11 Jean THOMASAdd no_retiming attribute
2020-06-11 Jean THOMASRename sys2x to sync2x
2020-06-11 Jean THOMASRemove unused code
2020-06-11 Jean THOMASFix write signal name for CSR (fixes #5)
2020-06-11 Jean THOMASRemove old commented code
2020-06-11 Jean THOMASRestrict exposed classes
2020-06-11 Jean THOMASAdd default case for _DownConverter Switch
2020-06-10 Jean THOMASRemove SDR/DDR/DDR2 modules (unsupported)
2020-06-10 Jean THOMASRemove get_csrs() (useless)
2020-06-10 Jean THOMASRemove unused files
2020-06-10 Jean THOMASAutopep8
2020-06-10 Jean THOMASRemove unnecessary import in DFII
2020-06-10 Jean THOMASAdd self._bridge to m.submodules (fixing #4)
2020-06-10 Jean THOMASRemove Peripheral inheritance in multiplexer
2020-06-10 Jean THOMASUse sync as clock domain for crossbar
2020-06-10 Jean THOMASFix typos
2020-06-10 Jean THOMASFinish porting stream classes to nMigen
2020-06-09 Jean THOMASAdd stream Pipeline, fix bugs in gram.stream
2020-06-09 Jean THOMASAdd StrideConverter implementation
2020-06-09 Jean THOMASNew wishbone frontend
2020-06-09 Jean THOMASFix nMigen migration issue (DomainRenamer)
2020-06-09 Jean THOMASFix nMigen migration bug, and rename from LiteDRAM...
2020-06-09 Jean THOMASRun autopep8
2020-06-09 Jean THOMASRework LiteDRAM wishbone frontend (wip)
2020-06-09 Jean THOMASExpose RAM size in gramCore
2020-06-08 Jean THOMASRework RAM port for nMigen compliance
2020-06-08 Jean THOMASRename LiteDRAM to gram
2020-06-08 Jean THOMASUse CSRPrefixProxy for exposing CSR
2020-06-08 Jean THOMASAdd CSRPrefixProxy to gram.compat
2020-06-08 Jean THOMASFix bugs in ECP5DDRPHY instanciation
2020-06-08 Jean THOMASMigrate FIFO frontend from Migen to nMigen
2020-06-08 Jean THOMASRework DFI interface code
2020-06-08 Jean THOMASClean unused code
2020-06-08 Jean THOMASAdd copyright
2020-06-08 Jean THOMASRemove setaddr for submodule instanciation
2020-06-08 Jean THOMASFix multiple drive issue
2020-06-08 Jean THOMASAdd copyright
2020-06-05 Jean THOMASRemove bandwidth meter
2020-06-05 Jean THOMASFix direction in stream assignment
2020-06-05 Jean THOMASFix typo
2020-06-05 Jean THOMASRemove useless variable
2020-06-05 Jean THOMASFix signal drive error
2020-06-05 Jean THOMASFix multi-driven signals in refresher
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