gram.core.bankmachine: Remove unused local variables in BankMachine
[gram.git] / gram /
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 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 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 DiffPairs for DQS
2020-07-31 Jean THOMASFix typo
2020-07-30 Jean THOMASRemove DDR4 modules
2020-07-30 Jean THOMASSet default value for dram_rst
2020-07-30 Jean THOMASFix typo
2020-07-29 Jean THOMASRemove datavalid signal
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
2020-07-28 Jean THOMASAdd speedtest_read task in testbench
2020-07-28 Jean THOMASRemove unused resources
2020-07-28 Jean THOMASRemove classes for read and write ports, add parameter...
2020-07-28 Jean THOMASRemove unused set_rdimm
2020-07-28 Jean THOMASStop feeding DQSBUFM with constant 1 on its READx inputs
2020-07-28 Jean THOMASAdd _DelayLine test
2020-07-28 Jean THOMASRename DelayLine -> _DelayLine
2020-07-28 Jean THOMASFix regressions from #ebe5cef
2020-07-28 Jean THOMASRemove unused imports
2020-07-28 Jean THOMASUse any()/all() instead of reduce
2020-07-28 Jean THOMASRemove unnecessary imports
2020-07-28 Jean THOMASSimplify tck expression
2020-07-28 Jean THOMASRemove wants_zqcs signal
2020-07-28 Jean THOMASFix regression in #14a2154
2020-07-27 Jean THOMASRemove unused variable
2020-07-27 Jean THOMASSimplify refresher code
2020-07-27 Jean THOMASAdd test for CommandChooser
2020-07-27 Jean THOMASImport Delay in gram tests
2020-07-27 Jean THOMASMention contrib/test_failfast in test README
2020-07-27 Jean THOMASRemove unused event
2020-07-27 Jean THOMASRemove unusable test
2020-07-27 Jean THOMASUse If instead of a Switch
2020-07-27 Jean THOMASFix wrong T1 signal
2020-07-27 Jean THOMASAdd comment
2020-07-27 Jean THOMASAdd Precharge-For-Refresh state
2020-07-27 Jean THOMASRemove reference to UART
2020-07-27 Jean THOMASWire directly to the Wishbone bus, making simulations...
2020-07-24 Jean THOMASRemove unnecessary modules in gram tests
2020-07-24 Jean THOMASAdd test for tFAWController
2020-07-24 Jean THOMASFix tXXDController (was overflowing)
2020-07-24 Jean THOMASFix code styling
2020-07-24 Jean THOMASRemoving superfluous variables in multiplexer
2020-07-24 Jean THOMASRemove commented test
2020-07-24 Jean THOMASFix code styling
2020-07-24 Jean THOMASFix AntiStarvation
2020-07-24 Jean THOMASUse the correct value for test depth
2020-07-23 Jean THOMASRevert to timings from LiteDRAM
2020-07-23 Jean THOMASFix code styling
2020-07-23 Jean THOMASFix burstdet CSR code
2020-07-23 Jean THOMASFix platform code for simulation
2020-07-22 Jean THOMASRemove DQSPattern import
2020-07-22 Jean THOMASRemove unnecessary signal reset
2020-07-22 Jean THOMASRework burstdet CSR code
next