gram.git
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 THOMASSet UART bridge SEL signals to 0xF
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 DFII bitfield constants
2020-06-23 Jean THOMASFix public libgram header
2020-06-23 Jean THOMASCompile libgram as C99 code
2020-06-23 Jean THOMASFix typo in GramWidth enum declaration
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 THOMASRollback to the ECP5 P/N used in ECPIX-5
2020-06-22 Jean THOMASFix pinout
2020-06-22 Jean THOMASUse TRELLIS_IO instead of BB in ECP5 PHY
2020-06-19 Jean THOMASUpdate memtest code in libgram
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 THOMASRemove lambdasoc dependency from UARTBridge
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 THOMASExclude contrib/ and libgram/ from package installation
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 VCD files
2020-06-16 Jean THOMASRemove unused code
2020-06-16 Jean THOMASReformulate GRAM_RW_FUNC section
2020-06-16 Jean THOMASAdd example code for headless SoC
2020-06-16 Jean THOMASAllow libgram to run outside a SoC
2020-06-15 Jean THOMASFix autopep8 madness
2020-06-15 Jean THOMASnMigen workaround: put default case at the end of the...
2020-06-15 Jean THOMASInclude dash in compiler prefix variable
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 THOMASAdd while(1) loop to firmware
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 THOMASAllow longer lines
2020-06-11 Jean THOMASRename sys2x to sync2x
2020-06-11 Jean THOMASRemove unused code
2020-06-11 Jean THOMASFix comparison value
2020-06-11 Jean THOMASMake memory test code more verbose
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-11 Jean THOMASMake non gram_* symbols local symbols (fixes #2)
2020-06-10 Jean THOMASRemove SDR/DDR/DDR2 modules (unsupported)
2020-06-10 Jean THOMASRemove get_csrs() (useless)
2020-06-10 Jean THOMASAdd test firmware
2020-06-10 Jean THOMASAdd link to LambdaConcept website
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 THOMASFix missing submodule statement in ECPIX5 example
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 THOMASUpdate README according to the current API
2020-06-09 Jean THOMASAdd EOL
2020-06-09 Jean THOMASRefine libgram architecture
2020-06-09 Jean THOMASAdd gitignore for libgram
2020-06-09 Jean THOMASUpdate Makefile for library generation
2020-06-09 Jean THOMASAutopep8 on example code
2020-06-09 Jean THOMASAdd formatting script
2020-06-09 Jean THOMASRun autopep8
2020-06-09 Jean THOMASRework LiteDRAM wishbone frontend (wip)
next