gram.git
4 years agoRework RAM port for nMigen compliance
Jean THOMAS [Mon, 8 Jun 2020 16:50:03 +0000 (18:50 +0200)]
Rework RAM port for nMigen compliance

4 years agoRename LiteDRAM to gram
Jean THOMAS [Mon, 8 Jun 2020 16:48:44 +0000 (18:48 +0200)]
Rename LiteDRAM to gram

4 years agoConnect dramcore to SoC bus in ECPIX-5 example
Jean THOMAS [Mon, 8 Jun 2020 16:48:25 +0000 (18:48 +0200)]
Connect dramcore to SoC bus in ECPIX-5 example

4 years agoRename LiteDRAM to gram
Jean THOMAS [Mon, 8 Jun 2020 16:46:39 +0000 (18:46 +0200)]
Rename LiteDRAM to gram

4 years agoUse CSRPrefixProxy for exposing CSR
Jean THOMAS [Mon, 8 Jun 2020 16:46:10 +0000 (18:46 +0200)]
Use CSRPrefixProxy for exposing CSR

4 years agoAdd CSRPrefixProxy to gram.compat
Jean THOMAS [Mon, 8 Jun 2020 16:41:52 +0000 (18:41 +0200)]
Add CSRPrefixProxy to gram.compat

4 years agoUpdate documentation
Jean THOMAS [Mon, 8 Jun 2020 16:04:47 +0000 (18:04 +0200)]
Update documentation

4 years agoAdd early code for libgram
Jean THOMAS [Mon, 8 Jun 2020 16:04:24 +0000 (18:04 +0200)]
Add early code for libgram

4 years agoFix bugs in ECP5DDRPHY instanciation
Jean THOMAS [Mon, 8 Jun 2020 14:14:50 +0000 (16:14 +0200)]
Fix bugs in ECP5DDRPHY instanciation

4 years agoCleaning repo
Jean THOMAS [Mon, 8 Jun 2020 14:14:25 +0000 (16:14 +0200)]
Cleaning repo

4 years agoMigrate FIFO frontend from Migen to nMigen
Jean THOMAS [Mon, 8 Jun 2020 09:19:02 +0000 (11:19 +0200)]
Migrate FIFO frontend from Migen to nMigen

4 years agoRework DFI interface code
Jean THOMAS [Mon, 8 Jun 2020 09:17:46 +0000 (11:17 +0200)]
Rework DFI interface code

4 years agoClean unused code
Jean THOMAS [Mon, 8 Jun 2020 09:16:56 +0000 (11:16 +0200)]
Clean unused code

4 years agoAdd copyright
Jean THOMAS [Mon, 8 Jun 2020 09:16:38 +0000 (11:16 +0200)]
Add copyright

4 years agoRemove setaddr for submodule instanciation
Jean THOMAS [Mon, 8 Jun 2020 09:16:04 +0000 (11:16 +0200)]
Remove setaddr for submodule instanciation

4 years agoFix multiple drive issue
Jean THOMAS [Mon, 8 Jun 2020 09:15:12 +0000 (11:15 +0200)]
Fix multiple drive issue

4 years agoAdd copyright
Jean THOMAS [Mon, 8 Jun 2020 09:14:42 +0000 (11:14 +0200)]
Add copyright

4 years agoFix PLL
Jean THOMAS [Mon, 8 Jun 2020 09:12:43 +0000 (11:12 +0200)]
Fix PLL

4 years agoRemove bandwidth meter
Jean THOMAS [Fri, 5 Jun 2020 10:00:52 +0000 (12:00 +0200)]
Remove bandwidth meter

4 years agoFix direction in stream assignment
Jean THOMAS [Fri, 5 Jun 2020 10:00:42 +0000 (12:00 +0200)]
Fix direction in stream assignment

4 years agoFix typo
Jean THOMAS [Fri, 5 Jun 2020 08:35:02 +0000 (10:35 +0200)]
Fix typo

4 years agoRemove useless variable
Jean THOMAS [Fri, 5 Jun 2020 08:29:19 +0000 (10:29 +0200)]
Remove useless variable

4 years agoFix signal drive error
Jean THOMAS [Fri, 5 Jun 2020 08:29:08 +0000 (10:29 +0200)]
Fix signal drive error

4 years agoFix multi-driven signals in refresher
Jean THOMAS [Fri, 5 Jun 2020 07:45:08 +0000 (09:45 +0200)]
Fix multi-driven signals in refresher

4 years agoBugfixing
Jean THOMAS [Thu, 4 Jun 2020 17:17:21 +0000 (19:17 +0200)]
Bugfixing

4 years agoCorrect nMigen transition bugs
Jean THOMAS [Thu, 4 Jun 2020 15:06:22 +0000 (17:06 +0200)]
Correct nMigen transition bugs

4 years agoAdd dram core as submodule
Jean THOMAS [Thu, 4 Jun 2020 09:54:15 +0000 (11:54 +0200)]
Add dram core as submodule

4 years agoMore nMigen conversion and fixes
Jean THOMAS [Thu, 4 Jun 2020 09:46:38 +0000 (11:46 +0200)]
More nMigen conversion and fixes

4 years agoAdd second clock
Jean THOMAS [Thu, 4 Jun 2020 09:46:13 +0000 (11:46 +0200)]
Add second clock

4 years agoRemove diff pairs in ECPIX5Platform
Jean THOMAS [Thu, 4 Jun 2020 09:44:42 +0000 (11:44 +0200)]
Remove diff pairs in ECPIX5Platform

There is a weird issue occuring with diff pairs for clk and dqs signals. I double checked if those pins could be used for differential signals and it seems ok.

4 years agoInitial commit
Jean THOMAS [Wed, 3 Jun 2020 18:58:22 +0000 (20:58 +0200)]
Initial commit