gram.git
2020-08-07 Jean THOMASgram.core.multiplexer: Cleaner code in _Steerer
2020-08-07 Jean THOMASexamples: Display rdly map
2020-08-07 Jean THOMASgram.test.test_core_bankmachine: Ensure refresh_gnt...
2020-08-07 Jean THOMASgram.core.bankmachine: Make condition code cleaner
2020-08-07 Jean THOMASgram.core.bankmachine: Add comment for address slicers
2020-08-07 Jean THOMASgram.core.bankmachine: Remove unused local variables...
2020-08-07 Jean THOMASgram.core.bankmachine: Rename LiteDRAM -> gram in docum...
2020-08-07 Jean THOMASgram.test.test_core_bankmachine: Add test for _AddressS...
2020-08-07 Jean THOMASgram.test.test_core_refresher: Add test for ZQCSExecute...
2020-08-07 Jean THOMASgram.phy.ecp5ddrphy: Fix ECP5DDRPHYInit (wrong domains)
2020-08-07 Jean THOMASgram.phy.ecp5ddrphy: Remove internal signal for delay
2020-08-07 Jean THOMASgram.phy.ecp5ddrphy: Detect burstdet on rising edge...
2020-08-06 Jean THOMASexamples: Load stock calibration profile if calibration...
2020-08-06 Jean THOMASgram.phy.ecp5ddrphy: Make non-critical signals reset...
2020-08-06 Jean THOMASgram.phy.ecp5ddrphy: Revert to LiteDRAM's dqs_re
2020-08-06 Jean THOMASgram.core.multiplexer: Fix regression introduced in...
2020-08-06 Jean THOMASexamples: Make frequency a parameter
2020-08-06 Jean THOMASexamples: Continue self-test even if calibration is...
2020-08-06 Jean THOMASgram.phy.ecp5ddrphy: Remove unused stream import
2020-08-06 Jean THOMASgram.phy.ecp5ddrphy: Add documentation for _DQSBUFMSett...
2020-08-06 Jean THOMASgram.test: Use correct timing for simulations
2020-08-06 Jean THOMASgram.phy.ecp5ddrphy: Fix DQSBUFM's pause signal (fixes...
2020-08-06 Jean THOMASgram.phy.ecp5ddrphy: Code cleaning
2020-08-05 Jean THOMASgram.core.bankmachine: Factorize tXXDController valid...
2020-08-05 Jean THOMASFix code styling
2020-08-05 Jean THOMASRemove steerer_sel function
2020-08-05 Jean THOMASFix test using delays for comb propagation instead...
2020-08-05 Jean THOMASAdd unit test for tXXDController
2020-08-04 Jean THOMASFix AntiStarvation test
2020-08-04 Jean THOMASFix exception condition
2020-08-04 Jean THOMASRaise ValueError if the number of DQ pads is not a...
2020-08-04 Jean THOMASRaise ValueError if RefreshTimer period is unsupported...
2020-08-04 Jean THOMASRaise ValueError if anti-starvation timeout is unsuppor...
2020-08-04 Jean THOMASRaise ValueError if commands array isn't of len=4 ...
2020-08-04 Jean THOMASSample data based on datavalid signal (fixes #47)
2020-08-04 Jean THOMASRaise exception if no native port is present (fixing...
2020-08-04 Jean THOMASMake burstdet_reg reset-less
2020-08-04 Jean THOMASFix simulation to support diff pairs
2020-08-04 Jean THOMASFix sel signal used in wishbone frontend
2020-08-04 Jean THOMASDefault SEL to 1's if SEL=0 (fixes #43)
2020-08-04 Jean THOMASRemove unused variable in wishbone frontend test
2020-08-03 Jean THOMASAdd additional tests for sel signal
2020-08-03 Jean THOMASAdd more sel tests
2020-08-03 Jean THOMASFix native port we signal (fixes #44)
2020-08-03 Jean THOMASFix sel test
2020-08-03 Jean THOMASAdd test for wishbone sel signal
2020-08-03 Jean THOMASRevert to dqs_re from LiteDRAM
2020-08-03 Jean THOMASUse const qualifier for gram_read/gram_write
2020-08-03 Jean THOMASUpdate setup.py (based on LUNA)
2020-08-03 Jean THOMASUse mainstream ECPIX5 platform file (fixing #38)
2020-08-03 Jean THOMASUse -Werror
2020-08-03 Jean THOMASFix memtest abort
2020-08-03 Jean THOMASAdd auto calibration result check, abort memtest if...
2020-08-03 Jean THOMASDon't test the same rdly twice
2020-08-03 Jean THOMASFix pointer bug
2020-08-03 Jean THOMASRemove we_n from xdr list
2020-08-03 Jean THOMASAdd return value to gram_init
2020-08-03 Jean THOMASRead delay calibration: return error codes
2020-08-03 Jean THOMASUse DiffPairs for DQS
2020-08-03 Jean THOMASFix warnings in libgram
2020-08-03 Jean THOMASCompile libgram in SourceHut builds
2020-08-03 Jean THOMASRemove comment
2020-08-03 Jean THOMASRemove we_n in xdr list
2020-08-03 Jean THOMASMake calibration a bit faster
2020-07-31 Jean THOMASFix typo
2020-07-30 Jean THOMASRemove unused memtest
2020-07-30 Jean THOMASAdd calibration documentation
2020-07-30 Jean THOMASLoad calibration when initializing gram
2020-07-30 Jean THOMASAdd rdly auto calibration
2020-07-30 Jean THOMASRemove DDR4 modules
2020-07-30 Jean THOMASFix output in gram_read_burstdet
2020-07-30 Jean THOMASAdd burstdet code
2020-07-30 Jean THOMASRemove unnecessary volatile qualifier
2020-07-30 Jean THOMASFix identation
2020-07-30 Jean THOMASRemove write logging and change loop conditions
2020-07-30 Jean THOMASFix identation
2020-07-30 Jean THOMASRemove hardcoded MRx, use gramProfile instead
2020-07-30 Jean THOMASRemove memtest
2020-07-30 Jean THOMASRename gram_calibration_auto to gram_generate_calibration
2020-07-30 Jean THOMASAdd MRx mode registers to the gramProfile structure...
2020-07-30 Jean THOMASRemove main.img.bin target, add clean target
2020-07-30 Jean THOMASSet default value for dram_rst
2020-07-30 Jean THOMASFix typo
2020-07-29 Jean THOMASRemove iverilog, use Yosys/SymbiYosys from YoWASP
2020-07-29 Jean THOMASIgnore sublime-workspace files
2020-07-29 Jean THOMASRemove datavalid signal
2020-07-29 Jean THOMASFix peripheral addresses, improve memory testing
2020-07-29 Jean THOMASAdd example SoC code
2020-07-29 Jean THOMASFix code styling
2020-07-29 Jean THOMASEnsure sync2x and sync are in sync (fixes #20)
2020-07-29 Jean THOMASRevamp wishbone frontend (fixes #41), add tests
2020-07-29 Jean THOMASExpose data_width
2020-07-29 Jean THOMASAdd more checks in delayed_enter
2020-07-29 Jean THOMASMatch SoC granularity with decoder granularity
2020-07-29 Jean THOMASImport utils using the absolute module path
2020-07-29 Jean THOMASUse RoundRobin implementation from nMigen
2020-07-28 Jean THOMASFix code formatting
2020-07-28 Jean THOMASMake R/W tests more intense
2020-07-28 Jean THOMASAdd speedtest_write task
2020-07-28 Jean THOMASRemove simticks
next