forked from timvideos/HDMI2USB-litex-firmware
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump third_party/litepcie from c836c4 to 231a01 #14
Closed
dependabot-preview
wants to merge
1
commit into
master
from
dependabot/submodules/third_party/litepcie-231a01
Closed
Bump third_party/litepcie from c836c4 to 231a01 #14
dependabot-preview
wants to merge
1
commit into
master
from
dependabot/submodules/third_party/litepcie-231a01
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [third_party/litepcie](https://github.com/enjoy-digital/litepcie) from c836c4 to 231a01. - [Commits](enjoy-digital/litepcie@c836c46...231a016)
Superseded by #21. |
dependabot-preview
bot
deleted the
dependabot/submodules/third_party/litepcie-231a01
branch
November 14, 2017 07:10
mithro
added a commit
that referenced
this pull request
Jan 26, 2018
* flash_proxies changed from 070d8b2 to c506426 * c506426 - Merge pull request #3 from cr1901/master <Robert Jördens> * bf63a40 - Add Spartan 7 (xc7s50) bitstream, plus corresponding logic to regenerate. <William D. Jones> * litedram changed from a09b7a0 to 13d41f6 * 13d41f6 - Merge pull request #9 from felixheld/indentation-fixes <Tim Ansell> * 72b1b10 - Fix all remaining indentation issues in python code <Felix Held> * litepcie changed from 09dbd6d to 945963d * 945963d - phy/s7pciephy: set sys_rst_n to 1 if no rst_n pad <Florent Kermarrec> * 5590f11 - Merge pull request #7 from felixheld/indentation-fixes <Tim Ansell> |\ | * d602010 - Fix all remaining indentation issues in python code <Felix Held> * 9469929 - Merge pull request #6 from felixheld/indentation-fixes <Tim Ansell> * 5376257 - fix code indentation <Felix Held> * litesata changed from a8bf0d4 to af00fa6 * af00fa6 - Merge pull request #13 from felixheld/indentation-fixes <Tim Ansell> * 220b601 - Fix all indentation issues in python code <Felix Held> * litescope changed from 7757727 to aa44da3 * aa44da3 - example_designs/make.py: fix typos <Florent Kermarrec> * 72e71e7 - core: simplify <Florent Kermarrec> * 7803591 - Merge pull request #9 from felixheld/indentation-fixes <Tim Ansell> * febb358 - Fix all remaining indentation issues in python code <Felix Held> * liteusb changed from 9a78586 to 0b05b6c * 0b05b6c - +x on scripts <Florent Kermarrec> * litevideo changed from c9770cc to 8d940dc * 8d940dc - output: add raw support (10 bits tmds in dram), untested <Florent Kermarrec> * 5c168aa - input: add capability to get raw 10 bits data when not using dram port <Florent Kermarrec> * dcd9624 - input/edid: simplify scl inversion <Florent Kermarrec> * 3b04d1b - Merge pull request #14 from bunnie/scl-merge <enjoy-digital> |\ | * 7845c85 - add inverted attribute to SCL <bunnie> |/ * a7fd5f6 - Merge pull request #13 from felixheld/indentation-fixes <Tim Ansell> |\ | * 34b1a0f - Fix all remaining indentation issues in python code <Felix Held> |/ * 4d6bc46 - input/datacapture: simplify inverted data in S7DataCapture <Florent Kermarrec> * af096a5 - input/clocking/s7: use bufr and fix input connection to mmcm <Florent Kermarrec> * 9ebdd1b - output: use new inverted property of pads to invert polarity <Florent Kermarrec> * 218b708 - output: add assertion if inverted property is used (since not yet implemented) <Florent Kermarrec> * 113bdb7 - input: use new inverted property of pads to invert polarity <Florent Kermarrec> * 091c9ec - litevideo: add __init__.py, fix install <Florent Kermarrec> * 9aae319 - input: add clk_polarity parameter, rename data_polarities to datas_polarity <Florent Kermarrec> * litex changed from v0.1-251-gead88ed6 to v0.1-270-g4f272580 * 4f272580 - software/common: revert PYTHON to python3 (since breaking things) <Florent Kermarrec> * 4e168221 - bios: fix riscv processor print <Florent Kermarrec> * d4488748 - sim: rename top module to dut and use --top-module parameter (needed for picorv32 simulation) <Florent Kermarrec> * a3851437 - Merge pull request #59 from q3k/for-upstream/multiple-synthesis-directives <enjoy-digital> |\ | * 21bd26dc - Allow for multiple synthesis directives in specials. <Sergiusz Bazanski> |/ * 67f8718b - minor cleanup <Florent Kermarrec> * d07ddd11 - Merge pull request #58 from q3k/for-upstream/picorv32-support <enjoy-digital> |\ | * 6daf3eab - Implement IRQ software support for RISC-V. <Sergiusz Bazanski> | * 2108c97b - Import PicoRV32-specific instruction macros. <Sergiusz Bazanski> | * cf74c781 - Write init files that respect CPU's endianness. <Sergiusz Bazanski> | * 71764922 - Set the MABI and MArch of the riscv target. <Sergiusz Bazanski> | * 7ea5a267 - Enable hardware multiplier and divider in PicoRV32 <Sergiusz Bazanski> | * 75e230aa - Replace __riscv__ macros with __riscv. <Sergiusz Bazanski> | * 20ed2344 - Export trap signal from PicoRV32. <Sergiusz Bazanski> | * b0be5630 - Bump PicoRV32 version. <Sergiusz Bazanski> |/ * 3a5f93db - software/bios: add litex logo <Florent Kermarrec> * d6877300 - Merge pull request #56 from cr1901/mimasv2 <enjoy-digital> |\ | * c553fe2b - Add mimasv2 platform (pulled from litex-buildenv). <William D. Jones> |/ * d6f2f637 - Merge pull request #53 from mithro/allow-forcing-colorama <Tim Ansell> Full submodule status -- f56f329ed23a25d002352dedba1e8f092a47286f edid-decode (heads/master) c5064269868396b2c7a78bff28f8e3cf421d1f6e flash_proxies (remotes/origin/HEAD) 13d41f67ab3070f6af955aa8752c616d034f82f6 litedram (remotes/origin/HEAD) 8fc716103670e703c7fe98c9bdf653b9b53ca12a liteeth (remotes/origin/HEAD) 945963d186b3c0287426ef6655e00ad4e250d279 litepcie (remotes/origin/HEAD) af00fa613f1b6921e14788dd0ebf301e51009e74 litesata (remotes/origin/HEAD) aa44da35c6a232a9e39c43987a3afc9b025ab614 litescope (remotes/origin/HEAD) 0b05b6c8f9279bb7e476b2c8ae4f39ea88534f08 liteusb (remotes/origin/HEAD) 8d940dcaf21cffb18cd157e079ec94946878a5d7 litevideo (remotes/origin/HEAD) 4f2725809e0b9b6cee94cb569c1878f48ab52a15 litex (v0.1-270-g4f272580)
mithro
added a commit
that referenced
this pull request
Aug 23, 2018
* edid-decode changed from dcc8b83 to e6d15fd * e6d15fd - This project has moved <Adam Jackson> * litedram changed from 45da365 to 06f841d * 06f841d - sdram_init: compute write recovery cycles (we were using max value) <Florent Kermarrec> * 53c75f5 - phy/s7ddrphy: add dqs preamble/postamble <Florent Kermarrec> * 1c083ea - sdram_init: split init_sequence generation and header geneneration and add .py header genration <Florent Kermarrec> * d7d60cf - Merge branch 'master' of http://github.com/enjoy-digital/litedram <Florent Kermarrec> |\ | * cd330b4 - Merge pull request #28 from AlphamaxMedia/refactor-master <enjoy-digital> | |\ | | * 818c678 - update module settings to reflect latest changes <bunnie> | | * c9b8db5 - i think there's a missing "self" in the params <bunnie> * | | ae6f10a - sdram_init: use 60ohm as rtt_wr default value <Florent Kermarrec> |/ / * | 522cbc9 - frontend: add AXI support for dma and bist <Florent Kermarrec> * | 5715734 - frontend: add initial AXI support <Florent Kermarrec> * | 97349bc - frontend: rename bridge to wishbone and LiteDRAMWishboneBridge to LiteDRAMWishbone2Native <Florent Kermarrec> * | 2b20c11 - add LiteDRAMNativePort to prepare for AXI, change some internals and API of get_port but keep retro-compatibility - LiteDRAMPort -> LiteDRAMNativePort - aw -> address_width - dw -> data_width - cd -> clock_domain <Florent Kermarrec> |/ * 0b6e21a - improve ddr3 electrical settings <Florent Kermarrec> * 697eaaf - add board tuning parameters <bunnie> * 9a57c4e - phy/s7ddrphy: add DDR3-800 timings <Florent Kermarrec> * 9401b92 - move sdram_init to litedram <Florent Kermarrec> * 209dc0d - frontend/bist: add dynamic random data and addressing <Florent Kermarrec> * b13962c - core/multiplexer: fix 1:1 <Florent Kermarrec> * a215ac7 - core/multiplexer: fix count signal width (when max<2) <Florent Kermarrec> * ad8438f - core/controller: enable auto_precharge by default <Florent Kermarrec> * bba4913 - core/bankmachine: fix auto_precharge (OR on the two buffers for req.lock), don't need to wait for precharge timer to issue auto-precharge <Florent Kermarrec> * 2e362ee - core/bankmachine: add auto_precharge setting to enable/disable auto_precharge mode (disabled by defaut) <Florent Kermarrec> * 6d23421 - core/bankmachine: rename cmd_bufferPre to cmd_buffer_lookahead <Florent Kermarrec> * 23358b5 - core/multiplexer: use self.submodules for timing controllers, fix tFAW count <Florent Kermarrec> * db4ec67 - Merge pull request #24 from JohnSully/AutoPrecharge <enjoy-digital> |\ | * 627cccd - Fix tCCD timing which watched the wrong command <> | * 16a852b - Revert "core/refresher: synchronize valid" <> | * a4be642 - Fix multiple timings ignored <> | * 771ccfd - Merge branch 'master' of https://github.com/enjoy-digital/litedram into AutoPrecharge <> | |\ | |/ |/| * | 6620a91 - core/refresher: synchronize valid <Florent Kermarrec> * | b2f1f29 - core/bankmachine: update comments <Florent Kermarrec> * | c1b1b07 - core/multiplexer: synchronize ready on tXXDController and tFAWcontroller to improve timings <Florent Kermarrec> * | 147466b - multiplexer: create timing controllers module and simplify <Florent Kermarrec> * | eeb57ad - Merge pull request #23 from JohnSully/outoforder <enjoy-digital> |\ \ | | * 3206985 - When auto-precharging assert track_close <> | | * 74279ea - Enable auto-precharge <> | |/ | * 03a2ad6 - Ensure out of order is on a per-bank basis <> | * 86b3e2d - Add reorder flag to the crossbar <> | * 77c513d - Merge upstream. UNTESTED <> | |\ | |/ |/| * | c28a754 - test: update <Florent Kermarrec> * | f7f8452 - core: make rdata_bank optional (break cdc when enabled), fix some usecases <Florent Kermarrec> * | 873b970 - frontend: avoid breaking api with last rbank change (use bankbits_max), some cleanup <Florent Kermarrec> * | 26f3f01 - Merge pull request #21 from JohnSully/outoforder <enjoy-digital> |\ \ * \ \ 74c3c09 - Merge pull request #20 from bunnie/400mhz-pr <enjoy-digital> |\ \ \ | * | | 4823058 - Adding comment to iodelay_tap_average dictionary. <Tim Ansell> | * | | d986b60 - add 400MHz tap setting (valid for -3 and -2/2E speed grades) <bunnie> * | | | e02a251 - core: make tRRD definition optional and some cosmetic changes <Florent Kermarrec> * | | | 5d74eb2 - Merge pull request #19 from JohnSully/timing <enjoy-digital> |\ \ \ \ | |/ / / |/| | | | | | * 8266a6e - Prevent compilation failures when tRRD == 0 <> | | | * ed4be0b - Add write bank to out of order interface <> | | |/ | | * bfa1d6a - remove debug prints <> | | * 2fa2a6d - Initial implementation of out of order controller <> | | * f1fea6d - Correct tWTR timing: 1) timing starts after the completion of the write burst, 2) We don't need to wait on switches if a write hasn't taken place recently <> | |/ | * eb3f4a0 - fix CAS to CAS timings (needs to account for multiple banks) <> | * f0f5e60 - Add tRRD timing checks, and fix tFAW so it considers all banks <> |/ * f0f067f - phy/s7ddrphy: add assert to make sure cmd/dat phases are not identical <Florent Kermarrec> * f560b9c - core/bankmachine: remove auto-prechage since introducing a regression, we'll need to do more simulation before integrating <Florent Kermarrec> * 2736ebc - setup.py: fix exclude, add example_designs to exclude <Florent Kermarrec> * e830526 - setup.py: exclude sim, test, doc directories <Florent Kermarrec> * 6d96bcc - core/bankmachine: fix cas_count size when tccd == 1 <Florent Kermarrec> * f4ad65e - core/controller: use fixed burst_length for each memtype (even in 1:2, use BL8 for DDR3 since BL4 is not efficient) <Florent Kermarrec> * eee89d4 - phy/s7ddrphy: add ddr2 support <Florent Kermarrec> * c9f2e30 - core/controller: add simulation workaround for 1:2 ddr3 phy <Florent Kermarrec> * bd09471 - phy/s7ddrphy: add 1:2 frequency ratio support (BC4 mode for now) <Florent Kermarrec> * dec5378 - core/bankmachine: add CAS to CAS support (tCCD) <Florent Kermarrec> * 5bc3575 - modules: add retro-compat on MT41J256M16 <Florent Kermarrec> * c4dad24 - modules: add description, add speedgrade support and improve tWTR/tFAW definition (in ck, ns or greater of ck/ns) <Florent Kermarrec> * 370b05e - core/bankmachine: add Four Activate Window support (tFAW) <Florent Kermarrec> * d0ff536 - phy/s7ddrphy: add specific bitslip reset <Florent Kermarrec> * 8ba7fca - core/bankmachine: simplify row change detection for auto precharge <Florent Kermarrec> * 3255a33 - core/bankmachine: remove specific case for small cmd_buffer_depth <Florent Kermarrec> * d150e3b - Merge pull request #12 from JohnSully/master <enjoy-digital> |\ | * 6b0d5ce - Prevent spurious precharge all commands caused by leaving A10 asserted during precharge <> | * d0fcfb1 - Auto-precharge now only fires when it needs to <> * | 82b7199 - modules: fix tWTR for DDR3 modules (expressed in sys_clk not ns) <Florent Kermarrec> * | f4b92b6 - phy/s7ddrphy: add nphases parameter to get functions <Florent Kermarrec> * | d7d5d4a - phy/s7ddrphy: add iodelay_clk_freq parameter <Florent Kermarrec> * | f47ddb3 - phy/s7ddrphy: add get_cl_cw function <Florent Kermarrec> * | d9da7c5 - phy/s7ddrphy: compute phy settings automatically (based on tck) and add DDR3-1066/1333/1600 support. <Florent Kermarrec> * | ba16ebf - phy: add common Series7 PHY (Artix7, Kintex7 & Virtex7) with or without ODELAY. Keep backward compatibility on imports. <Florent Kermarrec> * | 2bd7707 - modules: add MT18KSF1G72HZ_1G6 <Florent Kermarrec> |/ * c238149 - phy/kusddrphy: follow more Xilinx recommandations <Florent Kermarrec> * liteeth changed from 33afda7 to 24b0d2b * 24b0d2b - setup.py: fix exclude, add example_designs to exclude <Florent Kermarrec> * 4edba99 - phy: remove s6rgmii (not working correctly). <Florent Kermarrec> * 6b872fd - setup.py: exclude sim, test, doc directories <Florent Kermarrec> * 40d91f0 - phy: use rx_dv instead of dv <Florent Kermarrec> * ba2fdc5 - README: add 1000BaseX phy <Florent Kermarrec> * a2dbdd6 - phy: add a7_1000basex phy (from misoc) <Florent Kermarrec> * 95849a0 - core/icmp: use buffered=True on buffer to allow tools to use block rams <Florent Kermarrec> * litepcie changed from 8bc328f to a97a691 * a97a691 - example_designs: update/fix test_regs.py <Florent Kermarrec> * d8e602c - setup.py: fix exclude, add example_designs to exclude <Florent Kermarrec> * 0ac08e5 - setup.py: exclude sim, test, doc directories <Florent Kermarrec> * cf0a3e5 - phy/kintex7: fix/update <Florent Kermarrec> * 96309fc - core/msi: add transmit_interval parameter to avoid continous retransmission (causing issue with some configurations) <Florent Kermarrec> * bb29b81 - core/tlp/reordering: use buffered=True on tag_buffer fifo <Florent Kermarrec> * 418e980 - frontend/wishbone: add shadow_base parameter <Florent Kermarrec> * 3df4217 - test/test_dma: test both 64b and 128b datapaths and fix writer <Florent Kermarrec> * 29a7d16 - test/test_wishbone: test both 64b and 128b datapaths <Florent Kermarrec> * 08a8daf - phy/s7pciephy: last is indicated in tuser (and not tlast) for 128 bits datapath <Florent Kermarrec> * a20e71b - core/tlp/packetizer/depacketizer: fixes for 128 bits datapath <Florent Kermarrec> * 93233fe - frontend/dma: cleanup control bits <Florent Kermarrec> * 0540a88 - frontend/dma/writer: avoid stalling pipeline when not enabled <Florent Kermarrec> * litesata changed from a559afb to 002cd25 * 002cd25 - setup.py: fix exclude, add example_designs to exclude <Florent Kermarrec> * 73cb6fa - example_designs: update <Florent Kermarrec> * fd5b38e - examples_designs/platforms: add genesys2 <Florent Kermarrec> * 236522b - example_designs/targets/bist: allow cpu_reset with both polarity <Florent Kermarrec> * 8bdc28e - Merge pull request #14 from felixheld/crc <enjoy-digital> |\ | * 7f61316 - core/link.py: make CRC calculation more pythonic <Felix Held> | * e497f33 - core/link.py: clarify comments in CRC implementation <Felix Held> * ec06424 - setup.py: exclude sim, test, doc directories <Florent Kermarrec> * litescope changed from 9d5e605 to f26e36e * f26e36e - Merge pull request #11 from xobs/add-trigger-depth <enjoy-digital> |\ | * 71ffaa7 - add trigger depth option <bunnie> |/ * bfd06f8 - core: add FSM support (and example) <Florent Kermarrec> * 2ca58e4 - setup.py: fix exclude, add example_designs to exclude <Florent Kermarrec> * cd63a43 - setup.py: exclude sim, test, doc directories <Florent Kermarrec> * f03345d - software/driver/analyzer: add get_instant_value to get instant value of one signal <Florent Kermarrec> * af5bfd1 - software/driver/analyzer: add assertions <Florent Kermarrec> * 3efaefa - example_designs: typo <Florent Kermarrec> * d919f90 - core: use bits_for(n) instead of max=n on Mux (fix case with only one group of signals) <Florent Kermarrec> * 6289e81 - example_designs: demonstrate new features <Florent Kermarrec> * e92f0b7 - example_designs/test: cleanup and simplify <Florent Kermarrec> * 2233bc2 - core: another cleanup/simplify pass <Florent Kermarrec> * a269e67 - software: add rising/falling edge support <Florent Kermarrec> * 65b7f08 - core: add full flag for trigger memory <Florent Kermarrec> * c0bab06 - core: add sequential-triggering and simplify control <Florent Kermarrec> * 26a8b89 - example_designs: update <Florent Kermarrec> * 8d4c1dd - core: simplify and run storage in "scope" clock domain to get rid of cd_ratio. <Florent Kermarrec> * liteusb changed from 23d6a68 to e841c56 * e841c56 - setup.py: fix exclude, add example_designs to exclude <Florent Kermarrec> * 7da831d - setup.py: exclude sim, test, doc directories <Florent Kermarrec> * litevideo changed from 9b4169d to 7b4240f * 7b4240f - setup.py: fix exclude, add example_designs to exclude <Florent Kermarrec> * c39517a - setup.py: exclude sim, test, doc directories <Florent Kermarrec> * cb8cf59 - Merge pull request #19 from bunnie/terc4-data <enjoy-digital> * c704235 - additional debugging on capture <bunnie> * eab7078 - add data decoding to Terc4 decoder <bunnie> * eb263a8 - add ability to invert the HPD input <bunnie> * 7189562 - fix a default edid that works better with rpis <bunnie> * 33ed07d - currently commented, but the vestiges of introducing SS clocking <bunnie> * 49adfb4 - change the default edid to one that advertises a proper 1080p mode <bunnie> * 19437d0 - add dvimode/hdmimode setting bit for DE detection <bunnie> * 449d339 - add decoding of terc4 islands, proper DE extraction on HDMI <bunnie> * 447726f - add RGB input mode support to hdmi in <bunnie> * f5842bc - add some code to allow frame start offset trimming for genlock <bunnie> * 12aa4f9 - clarify the self vs local signal settings for easier probing <bunnie> * 9b3c93e - move BUFR->BUFG <bunnie> * 166dc57 - fix typo on naming <bunnie> * 33f8833 - change the genlock method from pulse to wholesale signal change <bunnie> * 784cc8c - changes needed for a basic genlock <bunnie> * litex changed from v0.1-319-gb7f7c8d1 to v0.1-421-g0074bb88 * 0074bb88 - Merge pull request #91 from cr1901/ignore-fix <Tim Ansell> |\ | * dd480eb7 - .gitignore: litex/build contains valid source, so exclude from .gitignore. <William D. Jones> * | ff908e40 - Merge pull request #92 from cr1901/l2-gate <Tim Ansell> |\ \ | * | 3146109a - software/bios: Gate flush_l2_cache() if L2 Cache isn't present. <William D. Jones> | |/ * | 759e7d4d - bios/sdram: improve/simplify read window selection <Florent Kermarrec> * | 09776b77 - sim: run as root only when needed (ethernet module present) <Florent Kermarrec> * | 06e835a3 - builder: change call to get_sdram_phy_c_header and also pass timing_settings <Florent Kermarrec> * | ee26f8c5 - soc_sdram: cosmetic <Florent Kermarrec> * | 2db5424a - soc_sdram: vivado is now able to implement the l2_cache correctly (tested with vivado 2017.2 and >) <Florent Kermarrec> * | 45e9a42c - soc_core: add cpu_endianness <Florent Kermarrec> * | 3877d0f1 - builder: get_sdram_phy_header renamed to get_sdram_phy_c_header <Florent Kermarrec> * | c64e44ef - soc_sdram: use new LiteDRAMWishbone2Native and port.data_width <Florent Kermarrec> * | 2eeccc50 - vexriscv: update <Florent Kermarrec> * | eecc6f68 - soc/integration: move sdram_init to litedram <Florent Kermarrec> |/ * 077f9391 - Vexriscv: update csr-defs.h <Florent Kermarrec> * 4225c3b8 - update Vexriscv <Florent Kermarrec> * 95479385 - bios/sdram: changes to ease manual read window selection <Florent Kermarrec> * a760322f - litex_server: allow multiple clients to connect to the same server <Florent Kermarrec> * 8a69a47e - cpu/lm32: add minimal variant with no i/d cache, pipelined barrel shifter and multiplier (useful to build SoC on small FPGAs like ice40) <Florent Kermarrec> * cb5b4ac4 - bios/boot: flush all caches before running from ram <Florent Kermarrec> * 650ac186 - sim/verilator: catch ctrl-c on exit and revert default termios settings <Florent Kermarrec> * 0831ad54 - cpu_interace: use riscv64-unknown-elf if available else riscv32-unknown-elf <Florent Kermarrec> * 1610a7f3 - bios/sdram: fix read_level_scan result <Florent Kermarrec> * e07ca057 - Merge pull request #86 from pgielda/patch-1 <enjoy-digital> |\ | * 3c7890cd - Fix generating csr.csv file <Peter Gielda> |/ * 9fa234da - soc/intergration/cpu_interface: typo <Florent Kermarrec> * 22f645ad - bios/main: use edata instead of erodata <Florent Kermarrec> * 580efecc - picorv32: add reset signal <Florent Kermarrec> * 0429ee9f - soc/software/bios: add reboot command <Florent Kermarrec> * da751598 - soc/integration/soc_core: add Controller with reset, scratch and bus_errors registers <Florent Kermarrec> * 8ba56252 - soc/interconnect/wishbone: add Timeout to avoid stalling bus when not responding and generate error. <Florent Kermarrec> * c0989f65 - soc/cores/cpu: add reset signal <Florent Kermarrec> * 380f8b96 - Merge pull request #81 from xobs/vexriscv-to-wishbone <enjoy-digital> |\ | * fb145dac - tools: remove vexriscv_debug <Sean Cross> | * f17b8324 - vexriscv: reset wishbone bus on CPU reset <Sean Cross> | * c87ca4f1 - vexriscv: put debug bus directly on wishbone bus <Sean Cross> |/ * 20d6fcac - add litex_setup script to clone and install Migen, LiteX and LiteX's cores <Florent Kermarrec> * 8a311bf4 - build/generic_platform: use list for sources instead of set <Florent Kermarrec> * df7e5dbc - bios/sdram: add ERR_DDRPH_BITSLIP constant and some cleanup <Florent Kermarrec> * 1564b440 - soc/integration/soc_sdram: add assertion on csr_data_width since BIOS only support SDRAM initialization for csr_data_width=8 <Florent Kermarrec> * ae62fe07 - setup.pu: fix exclude <Florent Kermarrec> * c314193c - boards/plarforms/genesys2: replace user_dip_sw with user_sw <Florent Kermarrec> * 10dd55fd - boards/platforms/genesys2: add minimum HPC connectors to be able to test SATA, add programmer parameter <Florent Kermarrec> * b19844d1 - setup.py: exclude test, sim, doc directories <Florent Kermarrec> * 85308672 - software/bios/linker: revert data section since required by RISC-V compiler <Florent Kermarrec> * 55dd58b0 - Merge pull request #80 from xobs/fix-vexriscv-csr-read <enjoy-digital> |\ | * 41a9e7d9 - vexriscv_debug: use csr read()/write() accessors <Sean Cross> * | 7ecdcaca - soc/integration/sdram_init: use fixed burst_length for each memtype (even in 1:2, use BL8 for DDR3 since BL4 is not efficient) <Florent Kermarrec> * | a4caa896 - targets/nexys_video: remove read leveling constants (now automatic) <Florent Kermarrec> * | d8250041 - targets/nexys4ddr: s7ddrphy now supports ddr2, working <Florent Kermarrec> * | 4f1274e6 - bios/sdram: improve bitslip selection when window can't be optimal (not enough taps for a full window) <Florent Kermarrec> * | 7dbd85a8 - soc/cores/uart: rename UARTMultiplexer to RS232PHYMultiplexer. UARTMultiplexer now acts on serial signals (tx/rx) <Florent Kermarrec> * | ef1c7784 - soc_core: add csr_expose parameter to be able to expose csr bus (useful when design is integrated in another) <Florent Kermarrec> |/ * f9104b20 - bios/sdram: improve read leveling (artix7 read-leveling is now done automatically at startup) <Florent Kermarrec> * c84e189d - bios/sdram: fix compilation with no write leveling <Florent Kermarrec> * b062d4dd - Merge pull request #79 from xobs/fix-vexriscv-data-read <enjoy-digital> |\ | * be8eb5ff - vexriscv: debug: fix reading DATA register <Sean Cross> |/ * e35be26e - Merge pull request #78 from xobs/vexriscv_debug_bridge <enjoy-digital> |\ | * 6bc9265c - setup: add vexriscv_debug to list of entrypoints <Sean Cross> | * 45a649be - tools: vexriscv_debug: add debug bridge <Sean Cross> |/ * c821a0fe - cores/cpu/vexriscv: create variants: None and "debug", some cleanup <Florent Kermarrec> * 59fa7159 - core/cpu/vexriscv/core: improve indentation <Florent Kermarrec> * 6068f6ce - Merge pull request #77 from xobs/debug-vexriscv-enjoy <enjoy-digital> |\ | * 32d5a751 - soc_core: uart: add a reset line to the UART <Sean Cross> | * 1ef127e0 - soc: integration: use the new cpu_debugging flag for vexriscv <Sean Cross> | * e7c762c8 - soc: vexriscv: add cpu debug support <Sean Cross> | * 2024542a - vexriscv: verilog: pull debug-enabled verilog <Sean Cross> * | 11e84915 - platforms/arty_s7: keep up to date with Migen <Florent Kermarrec> * | d35dc5cd - platforms/arty: merge with Migen <Florent Kermarrec> |/ * fa021566 - platforms/kc705: keep up to date with Migen <Florent Kermarrec> * b9f3b49c - platforms/de0nano: keep up to date with Migen <Florent Kermarrec> * 1628c36a - README/boards: add precision on Migen's platforms <Florent Kermarrec> * df99cc66 - bios/sdram: also check for last read of scan to choose optimal window <Florent Kermarrec> * 8ce7fcb2 - bios/main: add cpu frequency to banner <Florent Kermarrec> * 477d2249 - bios/sdram: check for optimal read window before doing read leveling, increment bitslip if not optimal. <Florent Kermarrec> * 9e737d3c - soc/cores/code_8b10b: update (from misoc) <Florent Kermarrec> * d58eb4ec - bios/sdram: use new phy, improve scan, allow disabling high skew <Florent Kermarrec> * 692cb142 - software/bios: fix picorv32 boot_helper <Florent Kermarrec> * b5ee110e - bios/sdram: add write/read leveling scans <Florent Kermarrec> * 34b2bd0c - boards: add genesys2 (platform with clk/serial/dram/ethernet + target) <Florent Kermarrec> * 8edc659d - soc_core: remove assert on interrupt (added to catch design issues, but too restrictive for some usecases) <Florent Kermarrec> * 2c13b701 - soc/integration/cpu_interface: add shadow_base parameter <Florent Kermarrec> * 78639fa9 - Merge pull request #75 from xobs/bios-windows-build <enjoy-digital> |\ | * 74449929 - soc: bios: fix windows build <Sean Cross> |/ * 18f86881 - targets: change a7/k7ddrphy imports to s7ddrphy <Florent Kermarrec> * 3e723d15 - soc/cores/cpu: add add_sources static method <Florent Kermarrec> * c534250c - Merge pull request #72 from bunnie/fix_riscv_boothelper <enjoy-digital> |\ | * 7353197e - fix the vexriscv boot helper <bunnie> |/ * 5ab4282e - Merge pull request #71 from DeanoC/master <enjoy-digital> |\ | * 34a93034 - Fix for missing connectors for arty boards <Deano Calver> |/ * e7d1683e - litex_term: cleanup getkey and revert default settings on KeyboardInterrupt <Florent Kermarrec> * 06162b61 - README: add list of supported CPUs/Cores and add link to tutorials <Florent Kermarrec> * 6854c7f5 - soc/integration/cpu_interface: use riscv64 toolchain instead of riscv32 (prebuild toolchain for windows can be found at http://gnutoolchains.com/) <Florent Kermarrec> * 66229c8c - add VexRiscv support (imported/adapted from misoc) <Dolu1990> * f60da4a5 - add VexRiscv submodule <Florent Kermarrec> * d149f386 - allow multiple riscv32 softcores (use picorv32 cpu_type instead of riscv32) <Florent Kermarrec> * c3652935 - build: use our own fhdl/verilog code (needed to avoid combinatorial loop in simulation) <Florent Kermarrec> * 121eaba7 - soc/intergration/soc_core: don't delete uart/timer0 interrupts <Florent Kermarrec> * 39ffa532 - xilinx/programmer: fix programmer <Florent Kermarrec> * c001b8ea - build/xilinx/vivado: add vivado ip support <Florent Kermarrec> * 43f8c230 - soc_core: uncomment uart interrupt deletion <Florent Kermarrec> * d7c74746 - gen/sim: fix import to use litex simulator instead of migen simulator <Florent Kermarrec> * migen changed from 0.6.dev-99-g881741b to 0.6.dev-162-ga6082d5 * a6082d5 - added support for qm_xc6slx16_sdram <Daniel Kucera> * 2d37c78 - add indexed part select support <Robin Ole Heinemann> * 5fe1bfe - build/platforms: Add tinyfpga_a platform. (timvideos#111) <William D. Jones> * 307e752 - fhdl.specials: add reset_i argument to TSTriple. <whitequark> * 18274c3 - build.lattice: fix IcestormTristate override for 1-bit signals. <whitequark> * e07c1c5 - build.lattice: add IcestormTristate override. <whitequark> * 0509a7b - fhdl.verilog: make convert() idempotent. <whitequark> * 5dd4efa - genlib.fifo: add read() and write() methods, for simulation. <whitequark> * 4e4833d - sayma_amc: AMC_MASTER_AUX_CLK is in a 3.3V bank, needs LVDS_25, cannot use termination <Sebastien Bourdeauducq> * 47f4c59 - typo <Sebastien Bourdeauducq> * 870935d - sayma_amc: add AMC_MASTER_AUX_CLK <Sebastien Bourdeauducq> * bef9dea - platform: support recursive connector pins <Sebastien Bourdeauducq> * cb171af - platform: support adding connectors <Sebastien Bourdeauducq> * 26d77fe - xilinx/ise: Add Cygwin path to Windows conversion in xst files (#88) <William D. Jones> * 1ec3ea9 - sayma_rtm: add hmc7043_gpo <Sebastien Bourdeauducq> * b515b0e - platforms/arty_a7: merge with LiteX's platform, remove the FIXMEs <Florent Kermarrec> * 9d3db58 - Sayma AMC: add SYSCLK1_300 <Thomas Harty> * daf6f5d - sayma: add adc_sysref pins <Sebastien Bourdeauducq> * dcfec40 - sayma_amc: fix raw RTM GTH pair polarities <Sebastien Bourdeauducq> * 7823da4 - sayma_amc: add raw RTM GTH pairs <Sebastien Bourdeauducq> * df0ce4a - Update version in setup.py. <whitequark> * e4e92dc - Fixed case of xadc to match kc705. <Caleb Jamison> * 84186ca - Changed ck_io to name pins, add xadc. <Caleb Jamison> * c2480c9 - Removed _ from spiflash_4x <Caleb Jamison> * fd7ce92 - Moved pmods to _connectors, removed _1x from spiflash <Caleb Jamison> * 2896306 - Changed spiflash_1x to spiflash in _io list. <Caleb Jamison> * ede1c9e - Add _connectors to constructor <Caleb Jamison> * 20d28d4 - Removed extra field from _connector list <Caleb Jamison> * 02e80df - Add chipkit io to _connector list <Caleb Jamison> * 1eeb38d - Fixed missing parens, extra spaces <Caleb Jamison> * 0dd85cd - Split pmods to _connectors, checked against litex <Caleb Jamison> * 04a9914 - Arty A7 platform <Caleb Jamison> * 07c46f5 - Support for AFC 3v1 <Mikołaj Sowiński> * 9929b23 - sayma_amc: fix 19e82b7 syntax <Robert Jördens> * 19e82b7 - sayma_amc: diff term lvds inputs <Robert Jördens> * a51a5f6 - sayma: use LVCMOS18 for serwb <Sebastien Bourdeauducq> * 34a3c62 - sayma_rtm: LVDS_18 is called LVDS <Sebastien Bourdeauducq> * e5cabe1 - sayma_rtm: fix I/O bank voltages <Sebastien Bourdeauducq> * 5947224 - sayma_rtm: add ref_lo_clk_sel <Robert Jördens> * 4cb07f1 - bitcontainer: slices are unsigned <Robert Jördens> * ca28f4e - platforms/sayma_amc/serwb: use DIFF_TERM_ADV=TERM_100 <Florent Kermarrec> * 6425844 - revert genlib/cdc: add optional master parameter to ElasticBuffer to allow sharing write reset between ElasticBuffers <Florent Kermarrec> * 33bb06a - genlib/cdc: add optional master parameter to ElasticBuffer to allow sharing write reset between ElasticBuffers <Florent Kermarrec> * 48f2b92 - doc/fhdl: use correct syntax for code block. <whitequark> * e66f2df - Fix documentation link in README. <whitequark> * 2423404 - fhdl.verilog: fix nondeterminism in _printcomb. <whitequark> * 0aa76fa - build/platforms: Add Arty S7 platform. <William D. Jones> * 19ca7d8 - platforms/tinyfpga_b: Add default serial mapping. <William D. Jones> * cba5bea - sayma_amc/rtm: use DIFF_TERM=TRUE on serwb lvds inputs <Florent Kermarrec> * 9bc084a - Update .gitignore. <whitequark> * d46aa13 - fhdl.verilog: do not initialize combinatorial regs. <whitequark> * 02bccef - Fix breakage introduced in 2220222. <whitequark> * d667233 - LatticeIceStormToolchain: pass --no-promote-globals to arachne-pnr. <whitequark> * 2220222 - genlib.cdc.MultiReg: allow specifying reset value for registers. <whitequark> * 5c2c144 - sayma_rtm: enable OVERTEMPPOWERDOWN and use options from artiq <Robert Jordens> * 24d0e95 - samya_amc: enable OVERTEMPPOWERDOWN <Robert Jordens> * a32a0f7 - kasli: enable OVERTEMPPOWERDOWN <Robert Jordens> * 81d0be3 - DDROutputImplS7: make it SAME_EDGE and fix it <Robert Jordens> * 4039322 - kasli: mark negative polarity of mod_present on v1.1 <Sebastien Bourdeauducq> * b50e224 - Add DE0-Nano-SoC (aka Atlas-SoC) platform (timvideos#96) <Adam Greig> * c14a1e4 - Add MyStorm BlackIce I and II platforms (#95) <Adam Greig> * f4180e9 - vivado: print short timing info after phys_opt_design <Sebastien Bourdeauducq> * c65a2f3 - vivado: run phys_opt_design after routing <Sebastien Bourdeauducq> Full submodule status -- e6d15fd33e2e81b483921cb23642dbd8f05e08d2 edid-decode (remotes/origin/HEAD) a628956da7dc794e6e3c95b31ff9ce3af58bc763 flash_proxies (remotes/origin/HEAD) 06f841dc2a9db65469c18041a13d9f84568bb213 litedram (remotes/origin/HEAD) 24b0d2b8c2cfcf96a8c6cb56ec01af9a56952aad liteeth (remotes/origin/HEAD) a97a6910cbebfb4c068a178139df7b9a9c72168f litepcie (remotes/origin/HEAD) 002cd25e7fd2a60b4dcf1ce829731b9cf5c2f744 litesata (remotes/origin/HEAD) f26e36ef23170002af8ab1461ba39209e531b6cb litescope (remotes/origin/HEAD) e841c5646c17ecbf07642c69c16c6c7c45e55475 liteusb (remotes/origin/HEAD) 7b4240f9b3d6b7e69e5fe9dbaf50e117bd0ca704 litevideo (remotes/origin/HEAD) 0074bb888c0e3ed20e4b1641d26fbb9bf2d05f81 litex (v0.1-421-g0074bb88) a6082d56ccc615229bd3b5205f5b7207c14dca01 migen (0.6.dev-162-ga6082d5)
mithro
added a commit
that referenced
this pull request
Aug 23, 2018
* edid-decode changed from e6d15fd to b2da151 * b2da151 - edid-decode: add --extract and --check options <Hans Verkuil> * e9ffafc - edid-decode: add options and new output formats <Hans Verkuil> * ab18bef - edid-decode: add HDMI Forum VSDB fields for HDMI 2.1b <Hans Verkuil> * 8c81ccf - Add Samsung UE49KS8005 EDID <Hans Verkuil> * 7d8f41f - edid-decode: simplify data block parsing <Hans Verkuil> * eee377b - edid-decode: add support for QuantumData 980 EDID file format <Hans Verkuil> * 4437dd9 - edid-decode: use const for unsigned char pointers to the EDID <Hans Verkuil> * 3b26b8a - edid-decode: fix wrong sample rate unit <Hans Verkuil> * 9cb3744 - edid-decode: fix spurious warning about string termination <Hans Verkuil> * bc1e846 - edid-decode: reformat to linux kernel coding style <Hans Verkuil> * 7684918 - edid-decode: README: updates <Hans Verkuil> * 9e59ba9 - edid-decode: update links, add README <Hans Verkuil> * 0a454bc - makefile: also honor LDFLAGS <Adam Jackson> * litedram changed from 45da365 to 06f841d * 06f841d - sdram_init: compute write recovery cycles (we were using max value) <Florent Kermarrec> * 53c75f5 - phy/s7ddrphy: add dqs preamble/postamble <Florent Kermarrec> * 1c083ea - sdram_init: split init_sequence generation and header geneneration and add .py header genration <Florent Kermarrec> * d7d60cf - Merge branch 'master' of http://github.com/enjoy-digital/litedram <Florent Kermarrec> |\ | * cd330b4 - Merge pull request #28 from AlphamaxMedia/refactor-master <enjoy-digital> | |\ | | * 818c678 - update module settings to reflect latest changes <bunnie> | | * c9b8db5 - i think there's a missing "self" in the params <bunnie> * | | ae6f10a - sdram_init: use 60ohm as rtt_wr default value <Florent Kermarrec> |/ / * | 522cbc9 - frontend: add AXI support for dma and bist <Florent Kermarrec> * | 5715734 - frontend: add initial AXI support <Florent Kermarrec> * | 97349bc - frontend: rename bridge to wishbone and LiteDRAMWishboneBridge to LiteDRAMWishbone2Native <Florent Kermarrec> * | 2b20c11 - add LiteDRAMNativePort to prepare for AXI, change some internals and API of get_port but keep retro-compatibility - LiteDRAMPort -> LiteDRAMNativePort - aw -> address_width - dw -> data_width - cd -> clock_domain <Florent Kermarrec> |/ * 0b6e21a - improve ddr3 electrical settings <Florent Kermarrec> * 697eaaf - add board tuning parameters <bunnie> * 9a57c4e - phy/s7ddrphy: add DDR3-800 timings <Florent Kermarrec> * 9401b92 - move sdram_init to litedram <Florent Kermarrec> * 209dc0d - frontend/bist: add dynamic random data and addressing <Florent Kermarrec> * b13962c - core/multiplexer: fix 1:1 <Florent Kermarrec> * a215ac7 - core/multiplexer: fix count signal width (when max<2) <Florent Kermarrec> * ad8438f - core/controller: enable auto_precharge by default <Florent Kermarrec> * bba4913 - core/bankmachine: fix auto_precharge (OR on the two buffers for req.lock), don't need to wait for precharge timer to issue auto-precharge <Florent Kermarrec> * 2e362ee - core/bankmachine: add auto_precharge setting to enable/disable auto_precharge mode (disabled by defaut) <Florent Kermarrec> * 6d23421 - core/bankmachine: rename cmd_bufferPre to cmd_buffer_lookahead <Florent Kermarrec> * 23358b5 - core/multiplexer: use self.submodules for timing controllers, fix tFAW count <Florent Kermarrec> * db4ec67 - Merge pull request #24 from JohnSully/AutoPrecharge <enjoy-digital> |\ | * 627cccd - Fix tCCD timing which watched the wrong command <> | * 16a852b - Revert "core/refresher: synchronize valid" <> | * a4be642 - Fix multiple timings ignored <> | * 771ccfd - Merge branch 'master' of https://github.com/enjoy-digital/litedram into AutoPrecharge <> | |\ | |/ |/| * | 6620a91 - core/refresher: synchronize valid <Florent Kermarrec> * | b2f1f29 - core/bankmachine: update comments <Florent Kermarrec> * | c1b1b07 - core/multiplexer: synchronize ready on tXXDController and tFAWcontroller to improve timings <Florent Kermarrec> * | 147466b - multiplexer: create timing controllers module and simplify <Florent Kermarrec> * | eeb57ad - Merge pull request #23 from JohnSully/outoforder <enjoy-digital> |\ \ | | * 3206985 - When auto-precharging assert track_close <> | | * 74279ea - Enable auto-precharge <> | |/ | * 03a2ad6 - Ensure out of order is on a per-bank basis <> | * 86b3e2d - Add reorder flag to the crossbar <> | * 77c513d - Merge upstream. UNTESTED <> | |\ | |/ |/| * | c28a754 - test: update <Florent Kermarrec> * | f7f8452 - core: make rdata_bank optional (break cdc when enabled), fix some usecases <Florent Kermarrec> * | 873b970 - frontend: avoid breaking api with last rbank change (use bankbits_max), some cleanup <Florent Kermarrec> * | 26f3f01 - Merge pull request #21 from JohnSully/outoforder <enjoy-digital> |\ \ * \ \ 74c3c09 - Merge pull request #20 from bunnie/400mhz-pr <enjoy-digital> |\ \ \ | * | | 4823058 - Adding comment to iodelay_tap_average dictionary. <Tim Ansell> | * | | d986b60 - add 400MHz tap setting (valid for -3 and -2/2E speed grades) <bunnie> * | | | e02a251 - core: make tRRD definition optional and some cosmetic changes <Florent Kermarrec> * | | | 5d74eb2 - Merge pull request #19 from JohnSully/timing <enjoy-digital> |\ \ \ \ | |/ / / |/| | | | | | * 8266a6e - Prevent compilation failures when tRRD == 0 <> | | | * ed4be0b - Add write bank to out of order interface <> | | |/ | | * bfa1d6a - remove debug prints <> | | * 2fa2a6d - Initial implementation of out of order controller <> | | * f1fea6d - Correct tWTR timing: 1) timing starts after the completion of the write burst, 2) We don't need to wait on switches if a write hasn't taken place recently <> | |/ | * eb3f4a0 - fix CAS to CAS timings (needs to account for multiple banks) <> | * f0f5e60 - Add tRRD timing checks, and fix tFAW so it considers all banks <> |/ * f0f067f - phy/s7ddrphy: add assert to make sure cmd/dat phases are not identical <Florent Kermarrec> * f560b9c - core/bankmachine: remove auto-prechage since introducing a regression, we'll need to do more simulation before integrating <Florent Kermarrec> * 2736ebc - setup.py: fix exclude, add example_designs to exclude <Florent Kermarrec> * e830526 - setup.py: exclude sim, test, doc directories <Florent Kermarrec> * 6d96bcc - core/bankmachine: fix cas_count size when tccd == 1 <Florent Kermarrec> * f4ad65e - core/controller: use fixed burst_length for each memtype (even in 1:2, use BL8 for DDR3 since BL4 is not efficient) <Florent Kermarrec> * eee89d4 - phy/s7ddrphy: add ddr2 support <Florent Kermarrec> * c9f2e30 - core/controller: add simulation workaround for 1:2 ddr3 phy <Florent Kermarrec> * bd09471 - phy/s7ddrphy: add 1:2 frequency ratio support (BC4 mode for now) <Florent Kermarrec> * dec5378 - core/bankmachine: add CAS to CAS support (tCCD) <Florent Kermarrec> * 5bc3575 - modules: add retro-compat on MT41J256M16 <Florent Kermarrec> * c4dad24 - modules: add description, add speedgrade support and improve tWTR/tFAW definition (in ck, ns or greater of ck/ns) <Florent Kermarrec> * 370b05e - core/bankmachine: add Four Activate Window support (tFAW) <Florent Kermarrec> * d0ff536 - phy/s7ddrphy: add specific bitslip reset <Florent Kermarrec> * 8ba7fca - core/bankmachine: simplify row change detection for auto precharge <Florent Kermarrec> * 3255a33 - core/bankmachine: remove specific case for small cmd_buffer_depth <Florent Kermarrec> * d150e3b - Merge pull request #12 from JohnSully/master <enjoy-digital> |\ | * 6b0d5ce - Prevent spurious precharge all commands caused by leaving A10 asserted during precharge <> | * d0fcfb1 - Auto-precharge now only fires when it needs to <> * | 82b7199 - modules: fix tWTR for DDR3 modules (expressed in sys_clk not ns) <Florent Kermarrec> * | f4b92b6 - phy/s7ddrphy: add nphases parameter to get functions <Florent Kermarrec> * | d7d5d4a - phy/s7ddrphy: add iodelay_clk_freq parameter <Florent Kermarrec> * | f47ddb3 - phy/s7ddrphy: add get_cl_cw function <Florent Kermarrec> * | d9da7c5 - phy/s7ddrphy: compute phy settings automatically (based on tck) and add DDR3-1066/1333/1600 support. <Florent Kermarrec> * | ba16ebf - phy: add common Series7 PHY (Artix7, Kintex7 & Virtex7) with or without ODELAY. Keep backward compatibility on imports. <Florent Kermarrec> * | 2bd7707 - modules: add MT18KSF1G72HZ_1G6 <Florent Kermarrec> |/ * c238149 - phy/kusddrphy: follow more Xilinx recommandations <Florent Kermarrec> * liteeth changed from 33afda7 to 24b0d2b * 24b0d2b - setup.py: fix exclude, add example_designs to exclude <Florent Kermarrec> * 4edba99 - phy: remove s6rgmii (not working correctly). <Florent Kermarrec> * 6b872fd - setup.py: exclude sim, test, doc directories <Florent Kermarrec> * 40d91f0 - phy: use rx_dv instead of dv <Florent Kermarrec> * ba2fdc5 - README: add 1000BaseX phy <Florent Kermarrec> * a2dbdd6 - phy: add a7_1000basex phy (from misoc) <Florent Kermarrec> * 95849a0 - core/icmp: use buffered=True on buffer to allow tools to use block rams <Florent Kermarrec> * litepcie changed from 8bc328f to a97a691 * a97a691 - example_designs: update/fix test_regs.py <Florent Kermarrec> * d8e602c - setup.py: fix exclude, add example_designs to exclude <Florent Kermarrec> * 0ac08e5 - setup.py: exclude sim, test, doc directories <Florent Kermarrec> * cf0a3e5 - phy/kintex7: fix/update <Florent Kermarrec> * 96309fc - core/msi: add transmit_interval parameter to avoid continous retransmission (causing issue with some configurations) <Florent Kermarrec> * bb29b81 - core/tlp/reordering: use buffered=True on tag_buffer fifo <Florent Kermarrec> * 418e980 - frontend/wishbone: add shadow_base parameter <Florent Kermarrec> * 3df4217 - test/test_dma: test both 64b and 128b datapaths and fix writer <Florent Kermarrec> * 29a7d16 - test/test_wishbone: test both 64b and 128b datapaths <Florent Kermarrec> * 08a8daf - phy/s7pciephy: last is indicated in tuser (and not tlast) for 128 bits datapath <Florent Kermarrec> * a20e71b - core/tlp/packetizer/depacketizer: fixes for 128 bits datapath <Florent Kermarrec> * 93233fe - frontend/dma: cleanup control bits <Florent Kermarrec> * 0540a88 - frontend/dma/writer: avoid stalling pipeline when not enabled <Florent Kermarrec> * litesata changed from a559afb to 002cd25 * 002cd25 - setup.py: fix exclude, add example_designs to exclude <Florent Kermarrec> * 73cb6fa - example_designs: update <Florent Kermarrec> * fd5b38e - examples_designs/platforms: add genesys2 <Florent Kermarrec> * 236522b - example_designs/targets/bist: allow cpu_reset with both polarity <Florent Kermarrec> * 8bdc28e - Merge pull request #14 from felixheld/crc <enjoy-digital> |\ | * 7f61316 - core/link.py: make CRC calculation more pythonic <Felix Held> | * e497f33 - core/link.py: clarify comments in CRC implementation <Felix Held> * ec06424 - setup.py: exclude sim, test, doc directories <Florent Kermarrec> * litescope changed from 9d5e605 to f26e36e * f26e36e - Merge pull request #11 from xobs/add-trigger-depth <enjoy-digital> |\ | * 71ffaa7 - add trigger depth option <bunnie> |/ * bfd06f8 - core: add FSM support (and example) <Florent Kermarrec> * 2ca58e4 - setup.py: fix exclude, add example_designs to exclude <Florent Kermarrec> * cd63a43 - setup.py: exclude sim, test, doc directories <Florent Kermarrec> * f03345d - software/driver/analyzer: add get_instant_value to get instant value of one signal <Florent Kermarrec> * af5bfd1 - software/driver/analyzer: add assertions <Florent Kermarrec> * 3efaefa - example_designs: typo <Florent Kermarrec> * d919f90 - core: use bits_for(n) instead of max=n on Mux (fix case with only one group of signals) <Florent Kermarrec> * 6289e81 - example_designs: demonstrate new features <Florent Kermarrec> * e92f0b7 - example_designs/test: cleanup and simplify <Florent Kermarrec> * 2233bc2 - core: another cleanup/simplify pass <Florent Kermarrec> * a269e67 - software: add rising/falling edge support <Florent Kermarrec> * 65b7f08 - core: add full flag for trigger memory <Florent Kermarrec> * c0bab06 - core: add sequential-triggering and simplify control <Florent Kermarrec> * 26a8b89 - example_designs: update <Florent Kermarrec> * 8d4c1dd - core: simplify and run storage in "scope" clock domain to get rid of cd_ratio. <Florent Kermarrec> * liteusb changed from 23d6a68 to e841c56 * e841c56 - setup.py: fix exclude, add example_designs to exclude <Florent Kermarrec> * 7da831d - setup.py: exclude sim, test, doc directories <Florent Kermarrec> * litevideo changed from 9b4169d to 7b4240f * 7b4240f - setup.py: fix exclude, add example_designs to exclude <Florent Kermarrec> * c39517a - setup.py: exclude sim, test, doc directories <Florent Kermarrec> * cb8cf59 - Merge pull request #19 from bunnie/terc4-data <enjoy-digital> * c704235 - additional debugging on capture <bunnie> * eab7078 - add data decoding to Terc4 decoder <bunnie> * eb263a8 - add ability to invert the HPD input <bunnie> * 7189562 - fix a default edid that works better with rpis <bunnie> * 33ed07d - currently commented, but the vestiges of introducing SS clocking <bunnie> * 49adfb4 - change the default edid to one that advertises a proper 1080p mode <bunnie> * 19437d0 - add dvimode/hdmimode setting bit for DE detection <bunnie> * 449d339 - add decoding of terc4 islands, proper DE extraction on HDMI <bunnie> * 447726f - add RGB input mode support to hdmi in <bunnie> * f5842bc - add some code to allow frame start offset trimming for genlock <bunnie> * 12aa4f9 - clarify the self vs local signal settings for easier probing <bunnie> * 9b3c93e - move BUFR->BUFG <bunnie> * 166dc57 - fix typo on naming <bunnie> * 33f8833 - change the genlock method from pulse to wholesale signal change <bunnie> * 784cc8c - changes needed for a basic genlock <bunnie> * litex changed from v0.1-319-gb7f7c8d1 to v0.1-421-g0074bb88 * 0074bb88 - Merge pull request #91 from cr1901/ignore-fix <Tim Ansell> |\ | * dd480eb7 - .gitignore: litex/build contains valid source, so exclude from .gitignore. <William D. Jones> * | ff908e40 - Merge pull request #92 from cr1901/l2-gate <Tim Ansell> |\ \ | * | 3146109a - software/bios: Gate flush_l2_cache() if L2 Cache isn't present. <William D. Jones> | |/ * | 759e7d4d - bios/sdram: improve/simplify read window selection <Florent Kermarrec> * | 09776b77 - sim: run as root only when needed (ethernet module present) <Florent Kermarrec> * | 06e835a3 - builder: change call to get_sdram_phy_c_header and also pass timing_settings <Florent Kermarrec> * | ee26f8c5 - soc_sdram: cosmetic <Florent Kermarrec> * | 2db5424a - soc_sdram: vivado is now able to implement the l2_cache correctly (tested with vivado 2017.2 and >) <Florent Kermarrec> * | 45e9a42c - soc_core: add cpu_endianness <Florent Kermarrec> * | 3877d0f1 - builder: get_sdram_phy_header renamed to get_sdram_phy_c_header <Florent Kermarrec> * | c64e44ef - soc_sdram: use new LiteDRAMWishbone2Native and port.data_width <Florent Kermarrec> * | 2eeccc50 - vexriscv: update <Florent Kermarrec> * | eecc6f68 - soc/integration: move sdram_init to litedram <Florent Kermarrec> |/ * 077f9391 - Vexriscv: update csr-defs.h <Florent Kermarrec> * 4225c3b8 - update Vexriscv <Florent Kermarrec> * 95479385 - bios/sdram: changes to ease manual read window selection <Florent Kermarrec> * a760322f - litex_server: allow multiple clients to connect to the same server <Florent Kermarrec> * 8a69a47e - cpu/lm32: add minimal variant with no i/d cache, pipelined barrel shifter and multiplier (useful to build SoC on small FPGAs like ice40) <Florent Kermarrec> * cb5b4ac4 - bios/boot: flush all caches before running from ram <Florent Kermarrec> * 650ac186 - sim/verilator: catch ctrl-c on exit and revert default termios settings <Florent Kermarrec> * 0831ad54 - cpu_interace: use riscv64-unknown-elf if available else riscv32-unknown-elf <Florent Kermarrec> * 1610a7f3 - bios/sdram: fix read_level_scan result <Florent Kermarrec> * e07ca057 - Merge pull request #86 from pgielda/patch-1 <enjoy-digital> |\ | * 3c7890cd - Fix generating csr.csv file <Peter Gielda> |/ * 9fa234da - soc/intergration/cpu_interface: typo <Florent Kermarrec> * 22f645ad - bios/main: use edata instead of erodata <Florent Kermarrec> * 580efecc - picorv32: add reset signal <Florent Kermarrec> * 0429ee9f - soc/software/bios: add reboot command <Florent Kermarrec> * da751598 - soc/integration/soc_core: add Controller with reset, scratch and bus_errors registers <Florent Kermarrec> * 8ba56252 - soc/interconnect/wishbone: add Timeout to avoid stalling bus when not responding and generate error. <Florent Kermarrec> * c0989f65 - soc/cores/cpu: add reset signal <Florent Kermarrec> * 380f8b96 - Merge pull request #81 from xobs/vexriscv-to-wishbone <enjoy-digital> |\ | * fb145dac - tools: remove vexriscv_debug <Sean Cross> | * f17b8324 - vexriscv: reset wishbone bus on CPU reset <Sean Cross> | * c87ca4f1 - vexriscv: put debug bus directly on wishbone bus <Sean Cross> |/ * 20d6fcac - add litex_setup script to clone and install Migen, LiteX and LiteX's cores <Florent Kermarrec> * 8a311bf4 - build/generic_platform: use list for sources instead of set <Florent Kermarrec> * df7e5dbc - bios/sdram: add ERR_DDRPH_BITSLIP constant and some cleanup <Florent Kermarrec> * 1564b440 - soc/integration/soc_sdram: add assertion on csr_data_width since BIOS only support SDRAM initialization for csr_data_width=8 <Florent Kermarrec> * ae62fe07 - setup.pu: fix exclude <Florent Kermarrec> * c314193c - boards/plarforms/genesys2: replace user_dip_sw with user_sw <Florent Kermarrec> * 10dd55fd - boards/platforms/genesys2: add minimum HPC connectors to be able to test SATA, add programmer parameter <Florent Kermarrec> * b19844d1 - setup.py: exclude test, sim, doc directories <Florent Kermarrec> * 85308672 - software/bios/linker: revert data section since required by RISC-V compiler <Florent Kermarrec> * 55dd58b0 - Merge pull request #80 from xobs/fix-vexriscv-csr-read <enjoy-digital> |\ | * 41a9e7d9 - vexriscv_debug: use csr read()/write() accessors <Sean Cross> * | 7ecdcaca - soc/integration/sdram_init: use fixed burst_length for each memtype (even in 1:2, use BL8 for DDR3 since BL4 is not efficient) <Florent Kermarrec> * | a4caa896 - targets/nexys_video: remove read leveling constants (now automatic) <Florent Kermarrec> * | d8250041 - targets/nexys4ddr: s7ddrphy now supports ddr2, working <Florent Kermarrec> * | 4f1274e6 - bios/sdram: improve bitslip selection when window can't be optimal (not enough taps for a full window) <Florent Kermarrec> * | 7dbd85a8 - soc/cores/uart: rename UARTMultiplexer to RS232PHYMultiplexer. UARTMultiplexer now acts on serial signals (tx/rx) <Florent Kermarrec> * | ef1c7784 - soc_core: add csr_expose parameter to be able to expose csr bus (useful when design is integrated in another) <Florent Kermarrec> |/ * f9104b20 - bios/sdram: improve read leveling (artix7 read-leveling is now done automatically at startup) <Florent Kermarrec> * c84e189d - bios/sdram: fix compilation with no write leveling <Florent Kermarrec> * b062d4dd - Merge pull request #79 from xobs/fix-vexriscv-data-read <enjoy-digital> |\ | * be8eb5ff - vexriscv: debug: fix reading DATA register <Sean Cross> |/ * e35be26e - Merge pull request #78 from xobs/vexriscv_debug_bridge <enjoy-digital> |\ | * 6bc9265c - setup: add vexriscv_debug to list of entrypoints <Sean Cross> | * 45a649be - tools: vexriscv_debug: add debug bridge <Sean Cross> |/ * c821a0fe - cores/cpu/vexriscv: create variants: None and "debug", some cleanup <Florent Kermarrec> * 59fa7159 - core/cpu/vexriscv/core: improve indentation <Florent Kermarrec> * 6068f6ce - Merge pull request #77 from xobs/debug-vexriscv-enjoy <enjoy-digital> |\ | * 32d5a751 - soc_core: uart: add a reset line to the UART <Sean Cross> | * 1ef127e0 - soc: integration: use the new cpu_debugging flag for vexriscv <Sean Cross> | * e7c762c8 - soc: vexriscv: add cpu debug support <Sean Cross> | * 2024542a - vexriscv: verilog: pull debug-enabled verilog <Sean Cross> * | 11e84915 - platforms/arty_s7: keep up to date with Migen <Florent Kermarrec> * | d35dc5cd - platforms/arty: merge with Migen <Florent Kermarrec> |/ * fa021566 - platforms/kc705: keep up to date with Migen <Florent Kermarrec> * b9f3b49c - platforms/de0nano: keep up to date with Migen <Florent Kermarrec> * 1628c36a - README/boards: add precision on Migen's platforms <Florent Kermarrec> * df99cc66 - bios/sdram: also check for last read of scan to choose optimal window <Florent Kermarrec> * 8ce7fcb2 - bios/main: add cpu frequency to banner <Florent Kermarrec> * 477d2249 - bios/sdram: check for optimal read window before doing read leveling, increment bitslip if not optimal. <Florent Kermarrec> * 9e737d3c - soc/cores/code_8b10b: update (from misoc) <Florent Kermarrec> * d58eb4ec - bios/sdram: use new phy, improve scan, allow disabling high skew <Florent Kermarrec> * 692cb142 - software/bios: fix picorv32 boot_helper <Florent Kermarrec> * b5ee110e - bios/sdram: add write/read leveling scans <Florent Kermarrec> * 34b2bd0c - boards: add genesys2 (platform with clk/serial/dram/ethernet + target) <Florent Kermarrec> * 8edc659d - soc_core: remove assert on interrupt (added to catch design issues, but too restrictive for some usecases) <Florent Kermarrec> * 2c13b701 - soc/integration/cpu_interface: add shadow_base parameter <Florent Kermarrec> * 78639fa9 - Merge pull request #75 from xobs/bios-windows-build <enjoy-digital> |\ | * 74449929 - soc: bios: fix windows build <Sean Cross> |/ * 18f86881 - targets: change a7/k7ddrphy imports to s7ddrphy <Florent Kermarrec> * 3e723d15 - soc/cores/cpu: add add_sources static method <Florent Kermarrec> * c534250c - Merge pull request #72 from bunnie/fix_riscv_boothelper <enjoy-digital> |\ | * 7353197e - fix the vexriscv boot helper <bunnie> |/ * 5ab4282e - Merge pull request #71 from DeanoC/master <enjoy-digital> |\ | * 34a93034 - Fix for missing connectors for arty boards <Deano Calver> |/ * e7d1683e - litex_term: cleanup getkey and revert default settings on KeyboardInterrupt <Florent Kermarrec> * 06162b61 - README: add list of supported CPUs/Cores and add link to tutorials <Florent Kermarrec> * 6854c7f5 - soc/integration/cpu_interface: use riscv64 toolchain instead of riscv32 (prebuild toolchain for windows can be found at http://gnutoolchains.com/) <Florent Kermarrec> * 66229c8c - add VexRiscv support (imported/adapted from misoc) <Dolu1990> * f60da4a5 - add VexRiscv submodule <Florent Kermarrec> * d149f386 - allow multiple riscv32 softcores (use picorv32 cpu_type instead of riscv32) <Florent Kermarrec> * c3652935 - build: use our own fhdl/verilog code (needed to avoid combinatorial loop in simulation) <Florent Kermarrec> * 121eaba7 - soc/intergration/soc_core: don't delete uart/timer0 interrupts <Florent Kermarrec> * 39ffa532 - xilinx/programmer: fix programmer <Florent Kermarrec> * c001b8ea - build/xilinx/vivado: add vivado ip support <Florent Kermarrec> * 43f8c230 - soc_core: uncomment uart interrupt deletion <Florent Kermarrec> * d7c74746 - gen/sim: fix import to use litex simulator instead of migen simulator <Florent Kermarrec> * migen changed from 0.6.dev-99-g881741b to 0.6.dev-162-ga6082d5 * a6082d5 - added support for qm_xc6slx16_sdram <Daniel Kucera> * 2d37c78 - add indexed part select support <Robin Ole Heinemann> * 5fe1bfe - build/platforms: Add tinyfpga_a platform. (timvideos#111) <William D. Jones> * 307e752 - fhdl.specials: add reset_i argument to TSTriple. <whitequark> * 18274c3 - build.lattice: fix IcestormTristate override for 1-bit signals. <whitequark> * e07c1c5 - build.lattice: add IcestormTristate override. <whitequark> * 0509a7b - fhdl.verilog: make convert() idempotent. <whitequark> * 5dd4efa - genlib.fifo: add read() and write() methods, for simulation. <whitequark> * 4e4833d - sayma_amc: AMC_MASTER_AUX_CLK is in a 3.3V bank, needs LVDS_25, cannot use termination <Sebastien Bourdeauducq> * 47f4c59 - typo <Sebastien Bourdeauducq> * 870935d - sayma_amc: add AMC_MASTER_AUX_CLK <Sebastien Bourdeauducq> * bef9dea - platform: support recursive connector pins <Sebastien Bourdeauducq> * cb171af - platform: support adding connectors <Sebastien Bourdeauducq> * 26d77fe - xilinx/ise: Add Cygwin path to Windows conversion in xst files (#88) <William D. Jones> * 1ec3ea9 - sayma_rtm: add hmc7043_gpo <Sebastien Bourdeauducq> * b515b0e - platforms/arty_a7: merge with LiteX's platform, remove the FIXMEs <Florent Kermarrec> * 9d3db58 - Sayma AMC: add SYSCLK1_300 <Thomas Harty> * daf6f5d - sayma: add adc_sysref pins <Sebastien Bourdeauducq> * dcfec40 - sayma_amc: fix raw RTM GTH pair polarities <Sebastien Bourdeauducq> * 7823da4 - sayma_amc: add raw RTM GTH pairs <Sebastien Bourdeauducq> * df0ce4a - Update version in setup.py. <whitequark> * e4e92dc - Fixed case of xadc to match kc705. <Caleb Jamison> * 84186ca - Changed ck_io to name pins, add xadc. <Caleb Jamison> * c2480c9 - Removed _ from spiflash_4x <Caleb Jamison> * fd7ce92 - Moved pmods to _connectors, removed _1x from spiflash <Caleb Jamison> * 2896306 - Changed spiflash_1x to spiflash in _io list. <Caleb Jamison> * ede1c9e - Add _connectors to constructor <Caleb Jamison> * 20d28d4 - Removed extra field from _connector list <Caleb Jamison> * 02e80df - Add chipkit io to _connector list <Caleb Jamison> * 1eeb38d - Fixed missing parens, extra spaces <Caleb Jamison> * 0dd85cd - Split pmods to _connectors, checked against litex <Caleb Jamison> * 04a9914 - Arty A7 platform <Caleb Jamison> * 07c46f5 - Support for AFC 3v1 <Mikołaj Sowiński> * 9929b23 - sayma_amc: fix 19e82b7 syntax <Robert Jördens> * 19e82b7 - sayma_amc: diff term lvds inputs <Robert Jördens> * a51a5f6 - sayma: use LVCMOS18 for serwb <Sebastien Bourdeauducq> * 34a3c62 - sayma_rtm: LVDS_18 is called LVDS <Sebastien Bourdeauducq> * e5cabe1 - sayma_rtm: fix I/O bank voltages <Sebastien Bourdeauducq> * 5947224 - sayma_rtm: add ref_lo_clk_sel <Robert Jördens> * 4cb07f1 - bitcontainer: slices are unsigned <Robert Jördens> * ca28f4e - platforms/sayma_amc/serwb: use DIFF_TERM_ADV=TERM_100 <Florent Kermarrec> * 6425844 - revert genlib/cdc: add optional master parameter to ElasticBuffer to allow sharing write reset between ElasticBuffers <Florent Kermarrec> * 33bb06a - genlib/cdc: add optional master parameter to ElasticBuffer to allow sharing write reset between ElasticBuffers <Florent Kermarrec> * 48f2b92 - doc/fhdl: use correct syntax for code block. <whitequark> * e66f2df - Fix documentation link in README. <whitequark> * 2423404 - fhdl.verilog: fix nondeterminism in _printcomb. <whitequark> * 0aa76fa - build/platforms: Add Arty S7 platform. <William D. Jones> * 19ca7d8 - platforms/tinyfpga_b: Add default serial mapping. <William D. Jones> * cba5bea - sayma_amc/rtm: use DIFF_TERM=TRUE on serwb lvds inputs <Florent Kermarrec> * 9bc084a - Update .gitignore. <whitequark> * d46aa13 - fhdl.verilog: do not initialize combinatorial regs. <whitequark> * 02bccef - Fix breakage introduced in 2220222. <whitequark> * d667233 - LatticeIceStormToolchain: pass --no-promote-globals to arachne-pnr. <whitequark> * 2220222 - genlib.cdc.MultiReg: allow specifying reset value for registers. <whitequark> * 5c2c144 - sayma_rtm: enable OVERTEMPPOWERDOWN and use options from artiq <Robert Jordens> * 24d0e95 - samya_amc: enable OVERTEMPPOWERDOWN <Robert Jordens> * a32a0f7 - kasli: enable OVERTEMPPOWERDOWN <Robert Jordens> * 81d0be3 - DDROutputImplS7: make it SAME_EDGE and fix it <Robert Jordens> * 4039322 - kasli: mark negative polarity of mod_present on v1.1 <Sebastien Bourdeauducq> * b50e224 - Add DE0-Nano-SoC (aka Atlas-SoC) platform (timvideos#96) <Adam Greig> * c14a1e4 - Add MyStorm BlackIce I and II platforms (#95) <Adam Greig> * f4180e9 - vivado: print short timing info after phys_opt_design <Sebastien Bourdeauducq> * c65a2f3 - vivado: run phys_opt_design after routing <Sebastien Bourdeauducq> Full submodule status -- b2da1516df3cc2756bfe8d1fa06d7bf2562ba1f4 edid-decode (remotes/origin/HEAD) a628956da7dc794e6e3c95b31ff9ce3af58bc763 flash_proxies (remotes/origin/HEAD) 06f841dc2a9db65469c18041a13d9f84568bb213 litedram (remotes/origin/HEAD) 24b0d2b8c2cfcf96a8c6cb56ec01af9a56952aad liteeth (remotes/origin/HEAD) a97a6910cbebfb4c068a178139df7b9a9c72168f litepcie (remotes/origin/HEAD) 002cd25e7fd2a60b4dcf1ce829731b9cf5c2f744 litesata (remotes/origin/HEAD) f26e36ef23170002af8ab1461ba39209e531b6cb litescope (remotes/origin/HEAD) e841c5646c17ecbf07642c69c16c6c7c45e55475 liteusb (remotes/origin/HEAD) 7b4240f9b3d6b7e69e5fe9dbaf50e117bd0ca704 litevideo (remotes/origin/HEAD) 0074bb888c0e3ed20e4b1641d26fbb9bf2d05f81 litex (v0.1-421-g0074bb88) a6082d56ccc615229bd3b5205f5b7207c14dca01 migen (0.6.dev-162-ga6082d5)
mithro
added a commit
that referenced
this pull request
Aug 23, 2018
* edid-decode changed from e6d15fd to b2da151 * b2da151 - edid-decode: add --extract and --check options <Hans Verkuil> * e9ffafc - edid-decode: add options and new output formats <Hans Verkuil> * ab18bef - edid-decode: add HDMI Forum VSDB fields for HDMI 2.1b <Hans Verkuil> * 8c81ccf - Add Samsung UE49KS8005 EDID <Hans Verkuil> * 7d8f41f - edid-decode: simplify data block parsing <Hans Verkuil> * eee377b - edid-decode: add support for QuantumData 980 EDID file format <Hans Verkuil> * 4437dd9 - edid-decode: use const for unsigned char pointers to the EDID <Hans Verkuil> * 3b26b8a - edid-decode: fix wrong sample rate unit <Hans Verkuil> * 9cb3744 - edid-decode: fix spurious warning about string termination <Hans Verkuil> * bc1e846 - edid-decode: reformat to linux kernel coding style <Hans Verkuil> * 7684918 - edid-decode: README: updates <Hans Verkuil> * 9e59ba9 - edid-decode: update links, add README <Hans Verkuil> * 0a454bc - makefile: also honor LDFLAGS <Adam Jackson> * litedram changed from 45da365 to 06f841d * 06f841d - sdram_init: compute write recovery cycles (we were using max value) <Florent Kermarrec> * 53c75f5 - phy/s7ddrphy: add dqs preamble/postamble <Florent Kermarrec> * 1c083ea - sdram_init: split init_sequence generation and header geneneration and add .py header genration <Florent Kermarrec> * d7d60cf - Merge branch 'master' of http://github.com/enjoy-digital/litedram <Florent Kermarrec> |\ | * cd330b4 - Merge pull request #28 from AlphamaxMedia/refactor-master <enjoy-digital> | |\ | | * 818c678 - update module settings to reflect latest changes <bunnie> | | * c9b8db5 - i think there's a missing "self" in the params <bunnie> * | | ae6f10a - sdram_init: use 60ohm as rtt_wr default value <Florent Kermarrec> |/ / * | 522cbc9 - frontend: add AXI support for dma and bist <Florent Kermarrec> * | 5715734 - frontend: add initial AXI support <Florent Kermarrec> * | 97349bc - frontend: rename bridge to wishbone and LiteDRAMWishboneBridge to LiteDRAMWishbone2Native <Florent Kermarrec> * | 2b20c11 - add LiteDRAMNativePort to prepare for AXI, change some internals and API of get_port but keep retro-compatibility - LiteDRAMPort -> LiteDRAMNativePort - aw -> address_width - dw -> data_width - cd -> clock_domain <Florent Kermarrec> |/ * 0b6e21a - improve ddr3 electrical settings <Florent Kermarrec> * 697eaaf - add board tuning parameters <bunnie> * 9a57c4e - phy/s7ddrphy: add DDR3-800 timings <Florent Kermarrec> * 9401b92 - move sdram_init to litedram <Florent Kermarrec> * 209dc0d - frontend/bist: add dynamic random data and addressing <Florent Kermarrec> * b13962c - core/multiplexer: fix 1:1 <Florent Kermarrec> * a215ac7 - core/multiplexer: fix count signal width (when max<2) <Florent Kermarrec> * ad8438f - core/controller: enable auto_precharge by default <Florent Kermarrec> * bba4913 - core/bankmachine: fix auto_precharge (OR on the two buffers for req.lock), don't need to wait for precharge timer to issue auto-precharge <Florent Kermarrec> * 2e362ee - core/bankmachine: add auto_precharge setting to enable/disable auto_precharge mode (disabled by defaut) <Florent Kermarrec> * 6d23421 - core/bankmachine: rename cmd_bufferPre to cmd_buffer_lookahead <Florent Kermarrec> * 23358b5 - core/multiplexer: use self.submodules for timing controllers, fix tFAW count <Florent Kermarrec> * db4ec67 - Merge pull request #24 from JohnSully/AutoPrecharge <enjoy-digital> |\ | * 627cccd - Fix tCCD timing which watched the wrong command <> | * 16a852b - Revert "core/refresher: synchronize valid" <> | * a4be642 - Fix multiple timings ignored <> | * 771ccfd - Merge branch 'master' of https://github.com/enjoy-digital/litedram into AutoPrecharge <> | |\ | |/ |/| * | 6620a91 - core/refresher: synchronize valid <Florent Kermarrec> * | b2f1f29 - core/bankmachine: update comments <Florent Kermarrec> * | c1b1b07 - core/multiplexer: synchronize ready on tXXDController and tFAWcontroller to improve timings <Florent Kermarrec> * | 147466b - multiplexer: create timing controllers module and simplify <Florent Kermarrec> * | eeb57ad - Merge pull request #23 from JohnSully/outoforder <enjoy-digital> |\ \ | | * 3206985 - When auto-precharging assert track_close <> | | * 74279ea - Enable auto-precharge <> | |/ | * 03a2ad6 - Ensure out of order is on a per-bank basis <> | * 86b3e2d - Add reorder flag to the crossbar <> | * 77c513d - Merge upstream. UNTESTED <> | |\ | |/ |/| * | c28a754 - test: update <Florent Kermarrec> * | f7f8452 - core: make rdata_bank optional (break cdc when enabled), fix some usecases <Florent Kermarrec> * | 873b970 - frontend: avoid breaking api with last rbank change (use bankbits_max), some cleanup <Florent Kermarrec> * | 26f3f01 - Merge pull request #21 from JohnSully/outoforder <enjoy-digital> |\ \ * \ \ 74c3c09 - Merge pull request #20 from bunnie/400mhz-pr <enjoy-digital> |\ \ \ | * | | 4823058 - Adding comment to iodelay_tap_average dictionary. <Tim Ansell> | * | | d986b60 - add 400MHz tap setting (valid for -3 and -2/2E speed grades) <bunnie> * | | | e02a251 - core: make tRRD definition optional and some cosmetic changes <Florent Kermarrec> * | | | 5d74eb2 - Merge pull request #19 from JohnSully/timing <enjoy-digital> |\ \ \ \ | |/ / / |/| | | | | | * 8266a6e - Prevent compilation failures when tRRD == 0 <> | | | * ed4be0b - Add write bank to out of order interface <> | | |/ | | * bfa1d6a - remove debug prints <> | | * 2fa2a6d - Initial implementation of out of order controller <> | | * f1fea6d - Correct tWTR timing: 1) timing starts after the completion of the write burst, 2) We don't need to wait on switches if a write hasn't taken place recently <> | |/ | * eb3f4a0 - fix CAS to CAS timings (needs to account for multiple banks) <> | * f0f5e60 - Add tRRD timing checks, and fix tFAW so it considers all banks <> |/ * f0f067f - phy/s7ddrphy: add assert to make sure cmd/dat phases are not identical <Florent Kermarrec> * f560b9c - core/bankmachine: remove auto-prechage since introducing a regression, we'll need to do more simulation before integrating <Florent Kermarrec> * 2736ebc - setup.py: fix exclude, add example_designs to exclude <Florent Kermarrec> * e830526 - setup.py: exclude sim, test, doc directories <Florent Kermarrec> * 6d96bcc - core/bankmachine: fix cas_count size when tccd == 1 <Florent Kermarrec> * f4ad65e - core/controller: use fixed burst_length for each memtype (even in 1:2, use BL8 for DDR3 since BL4 is not efficient) <Florent Kermarrec> * eee89d4 - phy/s7ddrphy: add ddr2 support <Florent Kermarrec> * c9f2e30 - core/controller: add simulation workaround for 1:2 ddr3 phy <Florent Kermarrec> * bd09471 - phy/s7ddrphy: add 1:2 frequency ratio support (BC4 mode for now) <Florent Kermarrec> * dec5378 - core/bankmachine: add CAS to CAS support (tCCD) <Florent Kermarrec> * 5bc3575 - modules: add retro-compat on MT41J256M16 <Florent Kermarrec> * c4dad24 - modules: add description, add speedgrade support and improve tWTR/tFAW definition (in ck, ns or greater of ck/ns) <Florent Kermarrec> * 370b05e - core/bankmachine: add Four Activate Window support (tFAW) <Florent Kermarrec> * d0ff536 - phy/s7ddrphy: add specific bitslip reset <Florent Kermarrec> * 8ba7fca - core/bankmachine: simplify row change detection for auto precharge <Florent Kermarrec> * 3255a33 - core/bankmachine: remove specific case for small cmd_buffer_depth <Florent Kermarrec> * d150e3b - Merge pull request #12 from JohnSully/master <enjoy-digital> |\ | * 6b0d5ce - Prevent spurious precharge all commands caused by leaving A10 asserted during precharge <> | * d0fcfb1 - Auto-precharge now only fires when it needs to <> * | 82b7199 - modules: fix tWTR for DDR3 modules (expressed in sys_clk not ns) <Florent Kermarrec> * | f4b92b6 - phy/s7ddrphy: add nphases parameter to get functions <Florent Kermarrec> * | d7d5d4a - phy/s7ddrphy: add iodelay_clk_freq parameter <Florent Kermarrec> * | f47ddb3 - phy/s7ddrphy: add get_cl_cw function <Florent Kermarrec> * | d9da7c5 - phy/s7ddrphy: compute phy settings automatically (based on tck) and add DDR3-1066/1333/1600 support. <Florent Kermarrec> * | ba16ebf - phy: add common Series7 PHY (Artix7, Kintex7 & Virtex7) with or without ODELAY. Keep backward compatibility on imports. <Florent Kermarrec> * | 2bd7707 - modules: add MT18KSF1G72HZ_1G6 <Florent Kermarrec> |/ * c238149 - phy/kusddrphy: follow more Xilinx recommandations <Florent Kermarrec> * liteeth changed from 33afda7 to 24b0d2b * 24b0d2b - setup.py: fix exclude, add example_designs to exclude <Florent Kermarrec> * 4edba99 - phy: remove s6rgmii (not working correctly). <Florent Kermarrec> * 6b872fd - setup.py: exclude sim, test, doc directories <Florent Kermarrec> * 40d91f0 - phy: use rx_dv instead of dv <Florent Kermarrec> * ba2fdc5 - README: add 1000BaseX phy <Florent Kermarrec> * a2dbdd6 - phy: add a7_1000basex phy (from misoc) <Florent Kermarrec> * 95849a0 - core/icmp: use buffered=True on buffer to allow tools to use block rams <Florent Kermarrec> * litepcie changed from 8bc328f to a97a691 * a97a691 - example_designs: update/fix test_regs.py <Florent Kermarrec> * d8e602c - setup.py: fix exclude, add example_designs to exclude <Florent Kermarrec> * 0ac08e5 - setup.py: exclude sim, test, doc directories <Florent Kermarrec> * cf0a3e5 - phy/kintex7: fix/update <Florent Kermarrec> * 96309fc - core/msi: add transmit_interval parameter to avoid continous retransmission (causing issue with some configurations) <Florent Kermarrec> * bb29b81 - core/tlp/reordering: use buffered=True on tag_buffer fifo <Florent Kermarrec> * 418e980 - frontend/wishbone: add shadow_base parameter <Florent Kermarrec> * 3df4217 - test/test_dma: test both 64b and 128b datapaths and fix writer <Florent Kermarrec> * 29a7d16 - test/test_wishbone: test both 64b and 128b datapaths <Florent Kermarrec> * 08a8daf - phy/s7pciephy: last is indicated in tuser (and not tlast) for 128 bits datapath <Florent Kermarrec> * a20e71b - core/tlp/packetizer/depacketizer: fixes for 128 bits datapath <Florent Kermarrec> * 93233fe - frontend/dma: cleanup control bits <Florent Kermarrec> * 0540a88 - frontend/dma/writer: avoid stalling pipeline when not enabled <Florent Kermarrec> * litesata changed from a559afb to 002cd25 * 002cd25 - setup.py: fix exclude, add example_designs to exclude <Florent Kermarrec> * 73cb6fa - example_designs: update <Florent Kermarrec> * fd5b38e - examples_designs/platforms: add genesys2 <Florent Kermarrec> * 236522b - example_designs/targets/bist: allow cpu_reset with both polarity <Florent Kermarrec> * 8bdc28e - Merge pull request #14 from felixheld/crc <enjoy-digital> |\ | * 7f61316 - core/link.py: make CRC calculation more pythonic <Felix Held> | * e497f33 - core/link.py: clarify comments in CRC implementation <Felix Held> * ec06424 - setup.py: exclude sim, test, doc directories <Florent Kermarrec> * litescope changed from 9d5e605 to f26e36e * f26e36e - Merge pull request #11 from xobs/add-trigger-depth <enjoy-digital> |\ | * 71ffaa7 - add trigger depth option <bunnie> |/ * bfd06f8 - core: add FSM support (and example) <Florent Kermarrec> * 2ca58e4 - setup.py: fix exclude, add example_designs to exclude <Florent Kermarrec> * cd63a43 - setup.py: exclude sim, test, doc directories <Florent Kermarrec> * f03345d - software/driver/analyzer: add get_instant_value to get instant value of one signal <Florent Kermarrec> * af5bfd1 - software/driver/analyzer: add assertions <Florent Kermarrec> * 3efaefa - example_designs: typo <Florent Kermarrec> * d919f90 - core: use bits_for(n) instead of max=n on Mux (fix case with only one group of signals) <Florent Kermarrec> * 6289e81 - example_designs: demonstrate new features <Florent Kermarrec> * e92f0b7 - example_designs/test: cleanup and simplify <Florent Kermarrec> * 2233bc2 - core: another cleanup/simplify pass <Florent Kermarrec> * a269e67 - software: add rising/falling edge support <Florent Kermarrec> * 65b7f08 - core: add full flag for trigger memory <Florent Kermarrec> * c0bab06 - core: add sequential-triggering and simplify control <Florent Kermarrec> * 26a8b89 - example_designs: update <Florent Kermarrec> * 8d4c1dd - core: simplify and run storage in "scope" clock domain to get rid of cd_ratio. <Florent Kermarrec> * liteusb changed from 23d6a68 to e841c56 * e841c56 - setup.py: fix exclude, add example_designs to exclude <Florent Kermarrec> * 7da831d - setup.py: exclude sim, test, doc directories <Florent Kermarrec> * litevideo changed from 9b4169d to 7b4240f * 7b4240f - setup.py: fix exclude, add example_designs to exclude <Florent Kermarrec> * c39517a - setup.py: exclude sim, test, doc directories <Florent Kermarrec> * cb8cf59 - Merge pull request #19 from bunnie/terc4-data <enjoy-digital> * c704235 - additional debugging on capture <bunnie> * eab7078 - add data decoding to Terc4 decoder <bunnie> * eb263a8 - add ability to invert the HPD input <bunnie> * 7189562 - fix a default edid that works better with rpis <bunnie> * 33ed07d - currently commented, but the vestiges of introducing SS clocking <bunnie> * 49adfb4 - change the default edid to one that advertises a proper 1080p mode <bunnie> * 19437d0 - add dvimode/hdmimode setting bit for DE detection <bunnie> * 449d339 - add decoding of terc4 islands, proper DE extraction on HDMI <bunnie> * 447726f - add RGB input mode support to hdmi in <bunnie> * f5842bc - add some code to allow frame start offset trimming for genlock <bunnie> * 12aa4f9 - clarify the self vs local signal settings for easier probing <bunnie> * 9b3c93e - move BUFR->BUFG <bunnie> * 166dc57 - fix typo on naming <bunnie> * 33f8833 - change the genlock method from pulse to wholesale signal change <bunnie> * 784cc8c - changes needed for a basic genlock <bunnie> * litex changed from v0.1-319-gb7f7c8d1 to v0.1-421-g0074bb88 * 0074bb88 - Merge pull request #91 from cr1901/ignore-fix <Tim Ansell> |\ | * dd480eb7 - .gitignore: litex/build contains valid source, so exclude from .gitignore. <William D. Jones> * | ff908e40 - Merge pull request #92 from cr1901/l2-gate <Tim Ansell> |\ \ | * | 3146109a - software/bios: Gate flush_l2_cache() if L2 Cache isn't present. <William D. Jones> | |/ * | 759e7d4d - bios/sdram: improve/simplify read window selection <Florent Kermarrec> * | 09776b77 - sim: run as root only when needed (ethernet module present) <Florent Kermarrec> * | 06e835a3 - builder: change call to get_sdram_phy_c_header and also pass timing_settings <Florent Kermarrec> * | ee26f8c5 - soc_sdram: cosmetic <Florent Kermarrec> * | 2db5424a - soc_sdram: vivado is now able to implement the l2_cache correctly (tested with vivado 2017.2 and >) <Florent Kermarrec> * | 45e9a42c - soc_core: add cpu_endianness <Florent Kermarrec> * | 3877d0f1 - builder: get_sdram_phy_header renamed to get_sdram_phy_c_header <Florent Kermarrec> * | c64e44ef - soc_sdram: use new LiteDRAMWishbone2Native and port.data_width <Florent Kermarrec> * | 2eeccc50 - vexriscv: update <Florent Kermarrec> * | eecc6f68 - soc/integration: move sdram_init to litedram <Florent Kermarrec> |/ * 077f9391 - Vexriscv: update csr-defs.h <Florent Kermarrec> * 4225c3b8 - update Vexriscv <Florent Kermarrec> * 95479385 - bios/sdram: changes to ease manual read window selection <Florent Kermarrec> * a760322f - litex_server: allow multiple clients to connect to the same server <Florent Kermarrec> * 8a69a47e - cpu/lm32: add minimal variant with no i/d cache, pipelined barrel shifter and multiplier (useful to build SoC on small FPGAs like ice40) <Florent Kermarrec> * cb5b4ac4 - bios/boot: flush all caches before running from ram <Florent Kermarrec> * 650ac186 - sim/verilator: catch ctrl-c on exit and revert default termios settings <Florent Kermarrec> * 0831ad54 - cpu_interace: use riscv64-unknown-elf if available else riscv32-unknown-elf <Florent Kermarrec> * 1610a7f3 - bios/sdram: fix read_level_scan result <Florent Kermarrec> * e07ca057 - Merge pull request #86 from pgielda/patch-1 <enjoy-digital> |\ | * 3c7890cd - Fix generating csr.csv file <Peter Gielda> |/ * 9fa234da - soc/intergration/cpu_interface: typo <Florent Kermarrec> * 22f645ad - bios/main: use edata instead of erodata <Florent Kermarrec> * 580efecc - picorv32: add reset signal <Florent Kermarrec> * 0429ee9f - soc/software/bios: add reboot command <Florent Kermarrec> * da751598 - soc/integration/soc_core: add Controller with reset, scratch and bus_errors registers <Florent Kermarrec> * 8ba56252 - soc/interconnect/wishbone: add Timeout to avoid stalling bus when not responding and generate error. <Florent Kermarrec> * c0989f65 - soc/cores/cpu: add reset signal <Florent Kermarrec> * 380f8b96 - Merge pull request #81 from xobs/vexriscv-to-wishbone <enjoy-digital> |\ | * fb145dac - tools: remove vexriscv_debug <Sean Cross> | * f17b8324 - vexriscv: reset wishbone bus on CPU reset <Sean Cross> | * c87ca4f1 - vexriscv: put debug bus directly on wishbone bus <Sean Cross> |/ * 20d6fcac - add litex_setup script to clone and install Migen, LiteX and LiteX's cores <Florent Kermarrec> * 8a311bf4 - build/generic_platform: use list for sources instead of set <Florent Kermarrec> * df7e5dbc - bios/sdram: add ERR_DDRPH_BITSLIP constant and some cleanup <Florent Kermarrec> * 1564b440 - soc/integration/soc_sdram: add assertion on csr_data_width since BIOS only support SDRAM initialization for csr_data_width=8 <Florent Kermarrec> * ae62fe07 - setup.pu: fix exclude <Florent Kermarrec> * c314193c - boards/plarforms/genesys2: replace user_dip_sw with user_sw <Florent Kermarrec> * 10dd55fd - boards/platforms/genesys2: add minimum HPC connectors to be able to test SATA, add programmer parameter <Florent Kermarrec> * b19844d1 - setup.py: exclude test, sim, doc directories <Florent Kermarrec> * 85308672 - software/bios/linker: revert data section since required by RISC-V compiler <Florent Kermarrec> * 55dd58b0 - Merge pull request #80 from xobs/fix-vexriscv-csr-read <enjoy-digital> |\ | * 41a9e7d9 - vexriscv_debug: use csr read()/write() accessors <Sean Cross> * | 7ecdcaca - soc/integration/sdram_init: use fixed burst_length for each memtype (even in 1:2, use BL8 for DDR3 since BL4 is not efficient) <Florent Kermarrec> * | a4caa896 - targets/nexys_video: remove read leveling constants (now automatic) <Florent Kermarrec> * | d8250041 - targets/nexys4ddr: s7ddrphy now supports ddr2, working <Florent Kermarrec> * | 4f1274e6 - bios/sdram: improve bitslip selection when window can't be optimal (not enough taps for a full window) <Florent Kermarrec> * | 7dbd85a8 - soc/cores/uart: rename UARTMultiplexer to RS232PHYMultiplexer. UARTMultiplexer now acts on serial signals (tx/rx) <Florent Kermarrec> * | ef1c7784 - soc_core: add csr_expose parameter to be able to expose csr bus (useful when design is integrated in another) <Florent Kermarrec> |/ * f9104b20 - bios/sdram: improve read leveling (artix7 read-leveling is now done automatically at startup) <Florent Kermarrec> * c84e189d - bios/sdram: fix compilation with no write leveling <Florent Kermarrec> * b062d4dd - Merge pull request #79 from xobs/fix-vexriscv-data-read <enjoy-digital> |\ | * be8eb5ff - vexriscv: debug: fix reading DATA register <Sean Cross> |/ * e35be26e - Merge pull request #78 from xobs/vexriscv_debug_bridge <enjoy-digital> |\ | * 6bc9265c - setup: add vexriscv_debug to list of entrypoints <Sean Cross> | * 45a649be - tools: vexriscv_debug: add debug bridge <Sean Cross> |/ * c821a0fe - cores/cpu/vexriscv: create variants: None and "debug", some cleanup <Florent Kermarrec> * 59fa7159 - core/cpu/vexriscv/core: improve indentation <Florent Kermarrec> * 6068f6ce - Merge pull request #77 from xobs/debug-vexriscv-enjoy <enjoy-digital> |\ | * 32d5a751 - soc_core: uart: add a reset line to the UART <Sean Cross> | * 1ef127e0 - soc: integration: use the new cpu_debugging flag for vexriscv <Sean Cross> | * e7c762c8 - soc: vexriscv: add cpu debug support <Sean Cross> | * 2024542a - vexriscv: verilog: pull debug-enabled verilog <Sean Cross> * | 11e84915 - platforms/arty_s7: keep up to date with Migen <Florent Kermarrec> * | d35dc5cd - platforms/arty: merge with Migen <Florent Kermarrec> |/ * fa021566 - platforms/kc705: keep up to date with Migen <Florent Kermarrec> * b9f3b49c - platforms/de0nano: keep up to date with Migen <Florent Kermarrec> * 1628c36a - README/boards: add precision on Migen's platforms <Florent Kermarrec> * df99cc66 - bios/sdram: also check for last read of scan to choose optimal window <Florent Kermarrec> * 8ce7fcb2 - bios/main: add cpu frequency to banner <Florent Kermarrec> * 477d2249 - bios/sdram: check for optimal read window before doing read leveling, increment bitslip if not optimal. <Florent Kermarrec> * 9e737d3c - soc/cores/code_8b10b: update (from misoc) <Florent Kermarrec> * d58eb4ec - bios/sdram: use new phy, improve scan, allow disabling high skew <Florent Kermarrec> * 692cb142 - software/bios: fix picorv32 boot_helper <Florent Kermarrec> * b5ee110e - bios/sdram: add write/read leveling scans <Florent Kermarrec> * 34b2bd0c - boards: add genesys2 (platform with clk/serial/dram/ethernet + target) <Florent Kermarrec> * 8edc659d - soc_core: remove assert on interrupt (added to catch design issues, but too restrictive for some usecases) <Florent Kermarrec> * 2c13b701 - soc/integration/cpu_interface: add shadow_base parameter <Florent Kermarrec> * 78639fa9 - Merge pull request #75 from xobs/bios-windows-build <enjoy-digital> |\ | * 74449929 - soc: bios: fix windows build <Sean Cross> |/ * 18f86881 - targets: change a7/k7ddrphy imports to s7ddrphy <Florent Kermarrec> * 3e723d15 - soc/cores/cpu: add add_sources static method <Florent Kermarrec> * c534250c - Merge pull request #72 from bunnie/fix_riscv_boothelper <enjoy-digital> |\ | * 7353197e - fix the vexriscv boot helper <bunnie> |/ * 5ab4282e - Merge pull request #71 from DeanoC/master <enjoy-digital> |\ | * 34a93034 - Fix for missing connectors for arty boards <Deano Calver> |/ * e7d1683e - litex_term: cleanup getkey and revert default settings on KeyboardInterrupt <Florent Kermarrec> * 06162b61 - README: add list of supported CPUs/Cores and add link to tutorials <Florent Kermarrec> * 6854c7f5 - soc/integration/cpu_interface: use riscv64 toolchain instead of riscv32 (prebuild toolchain for windows can be found at http://gnutoolchains.com/) <Florent Kermarrec> * 66229c8c - add VexRiscv support (imported/adapted from misoc) <Dolu1990> * f60da4a5 - add VexRiscv submodule <Florent Kermarrec> * d149f386 - allow multiple riscv32 softcores (use picorv32 cpu_type instead of riscv32) <Florent Kermarrec> * c3652935 - build: use our own fhdl/verilog code (needed to avoid combinatorial loop in simulation) <Florent Kermarrec> * 121eaba7 - soc/intergration/soc_core: don't delete uart/timer0 interrupts <Florent Kermarrec> * 39ffa532 - xilinx/programmer: fix programmer <Florent Kermarrec> * c001b8ea - build/xilinx/vivado: add vivado ip support <Florent Kermarrec> * 43f8c230 - soc_core: uncomment uart interrupt deletion <Florent Kermarrec> * d7c74746 - gen/sim: fix import to use litex simulator instead of migen simulator <Florent Kermarrec> * migen changed from 0.6.dev-99-g881741b to 0.6.dev-162-ga6082d5 * a6082d5 - added support for qm_xc6slx16_sdram <Daniel Kucera> * 2d37c78 - add indexed part select support <Robin Ole Heinemann> * 5fe1bfe - build/platforms: Add tinyfpga_a platform. (timvideos#111) <William D. Jones> * 307e752 - fhdl.specials: add reset_i argument to TSTriple. <whitequark> * 18274c3 - build.lattice: fix IcestormTristate override for 1-bit signals. <whitequark> * e07c1c5 - build.lattice: add IcestormTristate override. <whitequark> * 0509a7b - fhdl.verilog: make convert() idempotent. <whitequark> * 5dd4efa - genlib.fifo: add read() and write() methods, for simulation. <whitequark> * 4e4833d - sayma_amc: AMC_MASTER_AUX_CLK is in a 3.3V bank, needs LVDS_25, cannot use termination <Sebastien Bourdeauducq> * 47f4c59 - typo <Sebastien Bourdeauducq> * 870935d - sayma_amc: add AMC_MASTER_AUX_CLK <Sebastien Bourdeauducq> * bef9dea - platform: support recursive connector pins <Sebastien Bourdeauducq> * cb171af - platform: support adding connectors <Sebastien Bourdeauducq> * 26d77fe - xilinx/ise: Add Cygwin path to Windows conversion in xst files (#88) <William D. Jones> * 1ec3ea9 - sayma_rtm: add hmc7043_gpo <Sebastien Bourdeauducq> * b515b0e - platforms/arty_a7: merge with LiteX's platform, remove the FIXMEs <Florent Kermarrec> * 9d3db58 - Sayma AMC: add SYSCLK1_300 <Thomas Harty> * daf6f5d - sayma: add adc_sysref pins <Sebastien Bourdeauducq> * dcfec40 - sayma_amc: fix raw RTM GTH pair polarities <Sebastien Bourdeauducq> * 7823da4 - sayma_amc: add raw RTM GTH pairs <Sebastien Bourdeauducq> * df0ce4a - Update version in setup.py. <whitequark> * e4e92dc - Fixed case of xadc to match kc705. <Caleb Jamison> * 84186ca - Changed ck_io to name pins, add xadc. <Caleb Jamison> * c2480c9 - Removed _ from spiflash_4x <Caleb Jamison> * fd7ce92 - Moved pmods to _connectors, removed _1x from spiflash <Caleb Jamison> * 2896306 - Changed spiflash_1x to spiflash in _io list. <Caleb Jamison> * ede1c9e - Add _connectors to constructor <Caleb Jamison> * 20d28d4 - Removed extra field from _connector list <Caleb Jamison> * 02e80df - Add chipkit io to _connector list <Caleb Jamison> * 1eeb38d - Fixed missing parens, extra spaces <Caleb Jamison> * 0dd85cd - Split pmods to _connectors, checked against litex <Caleb Jamison> * 04a9914 - Arty A7 platform <Caleb Jamison> * 07c46f5 - Support for AFC 3v1 <Mikołaj Sowiński> * 9929b23 - sayma_amc: fix 19e82b7 syntax <Robert Jördens> * 19e82b7 - sayma_amc: diff term lvds inputs <Robert Jördens> * a51a5f6 - sayma: use LVCMOS18 for serwb <Sebastien Bourdeauducq> * 34a3c62 - sayma_rtm: LVDS_18 is called LVDS <Sebastien Bourdeauducq> * e5cabe1 - sayma_rtm: fix I/O bank voltages <Sebastien Bourdeauducq> * 5947224 - sayma_rtm: add ref_lo_clk_sel <Robert Jördens> * 4cb07f1 - bitcontainer: slices are unsigned <Robert Jördens> * ca28f4e - platforms/sayma_amc/serwb: use DIFF_TERM_ADV=TERM_100 <Florent Kermarrec> * 6425844 - revert genlib/cdc: add optional master parameter to ElasticBuffer to allow sharing write reset between ElasticBuffers <Florent Kermarrec> * 33bb06a - genlib/cdc: add optional master parameter to ElasticBuffer to allow sharing write reset between ElasticBuffers <Florent Kermarrec> * 48f2b92 - doc/fhdl: use correct syntax for code block. <whitequark> * e66f2df - Fix documentation link in README. <whitequark> * 2423404 - fhdl.verilog: fix nondeterminism in _printcomb. <whitequark> * 0aa76fa - build/platforms: Add Arty S7 platform. <William D. Jones> * 19ca7d8 - platforms/tinyfpga_b: Add default serial mapping. <William D. Jones> * cba5bea - sayma_amc/rtm: use DIFF_TERM=TRUE on serwb lvds inputs <Florent Kermarrec> * 9bc084a - Update .gitignore. <whitequark> * d46aa13 - fhdl.verilog: do not initialize combinatorial regs. <whitequark> * 02bccef - Fix breakage introduced in 2220222. <whitequark> * d667233 - LatticeIceStormToolchain: pass --no-promote-globals to arachne-pnr. <whitequark> * 2220222 - genlib.cdc.MultiReg: allow specifying reset value for registers. <whitequark> * 5c2c144 - sayma_rtm: enable OVERTEMPPOWERDOWN and use options from artiq <Robert Jordens> * 24d0e95 - samya_amc: enable OVERTEMPPOWERDOWN <Robert Jordens> * a32a0f7 - kasli: enable OVERTEMPPOWERDOWN <Robert Jordens> * 81d0be3 - DDROutputImplS7: make it SAME_EDGE and fix it <Robert Jordens> * 4039322 - kasli: mark negative polarity of mod_present on v1.1 <Sebastien Bourdeauducq> * b50e224 - Add DE0-Nano-SoC (aka Atlas-SoC) platform (timvideos#96) <Adam Greig> * c14a1e4 - Add MyStorm BlackIce I and II platforms (#95) <Adam Greig> * f4180e9 - vivado: print short timing info after phys_opt_design <Sebastien Bourdeauducq> * c65a2f3 - vivado: run phys_opt_design after routing <Sebastien Bourdeauducq> Full submodule status -- b2da1516df3cc2756bfe8d1fa06d7bf2562ba1f4 edid-decode (remotes/origin/HEAD) a628956da7dc794e6e3c95b31ff9ce3af58bc763 flash_proxies (remotes/origin/HEAD) 06f841dc2a9db65469c18041a13d9f84568bb213 litedram (remotes/origin/HEAD) 24b0d2b8c2cfcf96a8c6cb56ec01af9a56952aad liteeth (remotes/origin/HEAD) a97a6910cbebfb4c068a178139df7b9a9c72168f litepcie (remotes/origin/HEAD) 002cd25e7fd2a60b4dcf1ce829731b9cf5c2f744 litesata (remotes/origin/HEAD) f26e36ef23170002af8ab1461ba39209e531b6cb litescope (remotes/origin/HEAD) e841c5646c17ecbf07642c69c16c6c7c45e55475 liteusb (remotes/origin/HEAD) 7b4240f9b3d6b7e69e5fe9dbaf50e117bd0ca704 litevideo (remotes/origin/HEAD) 0074bb888c0e3ed20e4b1641d26fbb9bf2d05f81 litex (v0.1-421-g0074bb88) a6082d56ccc615229bd3b5205f5b7207c14dca01 migen (0.6.dev-162-ga6082d5)
mithro
added a commit
that referenced
this pull request
Aug 28, 2018
* edid-decode changed from dcc8b83 to b2da151 * b2da151 - edid-decode: add --extract and --check options <Hans Verkuil> * e9ffafc - edid-decode: add options and new output formats <Hans Verkuil> * ab18bef - edid-decode: add HDMI Forum VSDB fields for HDMI 2.1b <Hans Verkuil> * 8c81ccf - Add Samsung UE49KS8005 EDID <Hans Verkuil> * 7d8f41f - edid-decode: simplify data block parsing <Hans Verkuil> * eee377b - edid-decode: add support for QuantumData 980 EDID file format <Hans Verkuil> * 4437dd9 - edid-decode: use const for unsigned char pointers to the EDID <Hans Verkuil> * 3b26b8a - edid-decode: fix wrong sample rate unit <Hans Verkuil> * 9cb3744 - edid-decode: fix spurious warning about string termination <Hans Verkuil> * bc1e846 - edid-decode: reformat to linux kernel coding style <Hans Verkuil> * 7684918 - edid-decode: README: updates <Hans Verkuil> * 9e59ba9 - edid-decode: update links, add README <Hans Verkuil> * 0a454bc - makefile: also honor LDFLAGS <Adam Jackson> * litedram changed from 45da365 to 7a5ac75 * 7a5ac75 - test/test_axi: improve test_axi2native <Florent Kermarrec> * d53832d - frontend/axi: split LiteDRAMAXI2Native (write path and read path) <Florent Kermarrec> * c846b8b - frontend/axi: add burst support (fixed/incr) <Florent Kermarrec> * 3fa77c8 - phy/s6ddrphy: use cwl only for DDR3 <Florent Kermarrec> * d9b5bb7 - frontend/bist: support axi with addressing in bytes <Florent Kermarrec> * 1370617 - frontend/axi: addressing in bytes not internal dwords <Florent Kermarrec> * 06f841d - sdram_init: compute write recovery cycles (we were using max value) <Florent Kermarrec> * 53c75f5 - phy/s7ddrphy: add dqs preamble/postamble <Florent Kermarrec> * 1c083ea - sdram_init: split init_sequence generation and header geneneration and add .py header genration <Florent Kermarrec> * d7d60cf - Merge branch 'master' of http://github.com/enjoy-digital/litedram <Florent Kermarrec> |\ | * cd330b4 - Merge pull request #28 from AlphamaxMedia/refactor-master <enjoy-digital> | |\ | | * 818c678 - update module settings to reflect latest changes <bunnie> | | * c9b8db5 - i think there's a missing "self" in the params <bunnie> * | | ae6f10a - sdram_init: use 60ohm as rtt_wr default value <Florent Kermarrec> |/ / * | 522cbc9 - frontend: add AXI support for dma and bist <Florent Kermarrec> * | 5715734 - frontend: add initial AXI support <Florent Kermarrec> * | 97349bc - frontend: rename bridge to wishbone and LiteDRAMWishboneBridge to LiteDRAMWishbone2Native <Florent Kermarrec> * | 2b20c11 - add LiteDRAMNativePort to prepare for AXI, change some internals and API of get_port but keep retro-compatibility - LiteDRAMPort -> LiteDRAMNativePort - aw -> address_width - dw -> data_width - cd -> clock_domain <Florent Kermarrec> |/ * 0b6e21a - improve ddr3 electrical settings <Florent Kermarrec> * 697eaaf - add board tuning parameters <bunnie> * 9a57c4e - phy/s7ddrphy: add DDR3-800 timings <Florent Kermarrec> * 9401b92 - move sdram_init to litedram <Florent Kermarrec> * 209dc0d - frontend/bist: add dynamic random data and addressing <Florent Kermarrec> * b13962c - core/multiplexer: fix 1:1 <Florent Kermarrec> * a215ac7 - core/multiplexer: fix count signal width (when max<2) <Florent Kermarrec> * ad8438f - core/controller: enable auto_precharge by default <Florent Kermarrec> * bba4913 - core/bankmachine: fix auto_precharge (OR on the two buffers for req.lock), don't need to wait for precharge timer to issue auto-precharge <Florent Kermarrec> * 2e362ee - core/bankmachine: add auto_precharge setting to enable/disable auto_precharge mode (disabled by defaut) <Florent Kermarrec> * 6d23421 - core/bankmachine: rename cmd_bufferPre to cmd_buffer_lookahead <Florent Kermarrec> * 23358b5 - core/multiplexer: use self.submodules for timing controllers, fix tFAW count <Florent Kermarrec> * db4ec67 - Merge pull request #24 from JohnSully/AutoPrecharge <enjoy-digital> |\ | * 627cccd - Fix tCCD timing which watched the wrong command <> | * 16a852b - Revert "core/refresher: synchronize valid" <> | * a4be642 - Fix multiple timings ignored <> | * 771ccfd - Merge branch 'master' of https://github.com/enjoy-digital/litedram into AutoPrecharge <> | |\ | |/ |/| * | 6620a91 - core/refresher: synchronize valid <Florent Kermarrec> * | b2f1f29 - core/bankmachine: update comments <Florent Kermarrec> * | c1b1b07 - core/multiplexer: synchronize ready on tXXDController and tFAWcontroller to improve timings <Florent Kermarrec> * | 147466b - multiplexer: create timing controllers module and simplify <Florent Kermarrec> * | eeb57ad - Merge pull request #23 from JohnSully/outoforder <enjoy-digital> |\ \ | | * 3206985 - When auto-precharging assert track_close <> | | * 74279ea - Enable auto-precharge <> | |/ | * 03a2ad6 - Ensure out of order is on a per-bank basis <> | * 86b3e2d - Add reorder flag to the crossbar <> | * 77c513d - Merge upstream. UNTESTED <> | |\ | |/ |/| * | c28a754 - test: update <Florent Kermarrec> * | f7f8452 - core: make rdata_bank optional (break cdc when enabled), fix some usecases <Florent Kermarrec> * | 873b970 - frontend: avoid breaking api with last rbank change (use bankbits_max), some cleanup <Florent Kermarrec> * | 26f3f01 - Merge pull request #21 from JohnSully/outoforder <enjoy-digital> |\ \ * \ \ 74c3c09 - Merge pull request #20 from bunnie/400mhz-pr <enjoy-digital> |\ \ \ | * | | 4823058 - Adding comment to iodelay_tap_average dictionary. <Tim Ansell> | * | | d986b60 - add 400MHz tap setting (valid for -3 and -2/2E speed grades) <bunnie> * | | | e02a251 - core: make tRRD definition optional and some cosmetic changes <Florent Kermarrec> * | | | 5d74eb2 - Merge pull request #19 from JohnSully/timing <enjoy-digital> |\ \ \ \ | |/ / / |/| | | | | | * 8266a6e - Prevent compilation failures when tRRD == 0 <> | | | * ed4be0b - Add write bank to out of order interface <> | | |/ | | * bfa1d6a - remove debug prints <> | | * 2fa2a6d - Initial implementation of out of order controller <> | | * f1fea6d - Correct tWTR timing: 1) timing starts after the completion of the write burst, 2) We don't need to wait on switches if a write hasn't taken place recently <> | |/ | * eb3f4a0 - fix CAS to CAS timings (needs to account for multiple banks) <> | * f0f5e60 - Add tRRD timing checks, and fix tFAW so it considers all banks <> |/ * f0f067f - phy/s7ddrphy: add assert to make sure cmd/dat phases are not identical <Florent Kermarrec> * f560b9c - core/bankmachine: remove auto-prechage since introducing a regression, we'll need to do more simulation before integrating <Florent Kermarrec> * 2736ebc - setup.py: fix exclude, add example_designs to exclude <Florent Kermarrec> * e830526 - setup.py: exclude sim, test, doc directories <Florent Kermarrec> * 6d96bcc - core/bankmachine: fix cas_count size when tccd == 1 <Florent Kermarrec> * f4ad65e - core/controller: use fixed burst_length for each memtype (even in 1:2, use BL8 for DDR3 since BL4 is not efficient) <Florent Kermarrec> * eee89d4 - phy/s7ddrphy: add ddr2 support <Florent Kermarrec> * c9f2e30 - core/controller: add simulation workaround for 1:2 ddr3 phy <Florent Kermarrec> * bd09471 - phy/s7ddrphy: add 1:2 frequency ratio support (BC4 mode for now) <Florent Kermarrec> * dec5378 - core/bankmachine: add CAS to CAS support (tCCD) <Florent Kermarrec> * 5bc3575 - modules: add retro-compat on MT41J256M16 <Florent Kermarrec> * c4dad24 - modules: add description, add speedgrade support and improve tWTR/tFAW definition (in ck, ns or greater of ck/ns) <Florent Kermarrec> * 370b05e - core/bankmachine: add Four Activate Window support (tFAW) <Florent Kermarrec> * d0ff536 - phy/s7ddrphy: add specific bitslip reset <Florent Kermarrec> * 8ba7fca - core/bankmachine: simplify row change detection for auto precharge <Florent Kermarrec> * 3255a33 - core/bankmachine: remove specific case for small cmd_buffer_depth <Florent Kermarrec> * d150e3b - Merge pull request #12 from JohnSully/master <enjoy-digital> |\ | * 6b0d5ce - Prevent spurious precharge all commands caused by leaving A10 asserted during precharge <> | * d0fcfb1 - Auto-precharge now only fires when it needs to <> * | 82b7199 - modules: fix tWTR for DDR3 modules (expressed in sys_clk not ns) <Florent Kermarrec> * | f4b92b6 - phy/s7ddrphy: add nphases parameter to get functions <Florent Kermarrec> * | d7d5d4a - phy/s7ddrphy: add iodelay_clk_freq parameter <Florent Kermarrec> * | f47ddb3 - phy/s7ddrphy: add get_cl_cw function <Florent Kermarrec> * | d9da7c5 - phy/s7ddrphy: compute phy settings automatically (based on tck) and add DDR3-1066/1333/1600 support. <Florent Kermarrec> * | ba16ebf - phy: add common Series7 PHY (Artix7, Kintex7 & Virtex7) with or without ODELAY. Keep backward compatibility on imports. <Florent Kermarrec> * | 2bd7707 - modules: add MT18KSF1G72HZ_1G6 <Florent Kermarrec> |/ * c238149 - phy/kusddrphy: follow more Xilinx recommandations <Florent Kermarrec> * liteeth changed from 33afda7 to 24b0d2b * 24b0d2b - setup.py: fix exclude, add example_designs to exclude <Florent Kermarrec> * 4edba99 - phy: remove s6rgmii (not working correctly). <Florent Kermarrec> * 6b872fd - setup.py: exclude sim, test, doc directories <Florent Kermarrec> * 40d91f0 - phy: use rx_dv instead of dv <Florent Kermarrec> * ba2fdc5 - README: add 1000BaseX phy <Florent Kermarrec> * a2dbdd6 - phy: add a7_1000basex phy (from misoc) <Florent Kermarrec> * 95849a0 - core/icmp: use buffered=True on buffer to allow tools to use block rams <Florent Kermarrec> * litepcie changed from 8bc328f to a97a691 * a97a691 - example_designs: update/fix test_regs.py <Florent Kermarrec> * d8e602c - setup.py: fix exclude, add example_designs to exclude <Florent Kermarrec> * 0ac08e5 - setup.py: exclude sim, test, doc directories <Florent Kermarrec> * cf0a3e5 - phy/kintex7: fix/update <Florent Kermarrec> * 96309fc - core/msi: add transmit_interval parameter to avoid continous retransmission (causing issue with some configurations) <Florent Kermarrec> * bb29b81 - core/tlp/reordering: use buffered=True on tag_buffer fifo <Florent Kermarrec> * 418e980 - frontend/wishbone: add shadow_base parameter <Florent Kermarrec> * 3df4217 - test/test_dma: test both 64b and 128b datapaths and fix writer <Florent Kermarrec> * 29a7d16 - test/test_wishbone: test both 64b and 128b datapaths <Florent Kermarrec> * 08a8daf - phy/s7pciephy: last is indicated in tuser (and not tlast) for 128 bits datapath <Florent Kermarrec> * a20e71b - core/tlp/packetizer/depacketizer: fixes for 128 bits datapath <Florent Kermarrec> * 93233fe - frontend/dma: cleanup control bits <Florent Kermarrec> * 0540a88 - frontend/dma/writer: avoid stalling pipeline when not enabled <Florent Kermarrec> * litesata changed from a559afb to 002cd25 * 002cd25 - setup.py: fix exclude, add example_designs to exclude <Florent Kermarrec> * 73cb6fa - example_designs: update <Florent Kermarrec> * fd5b38e - examples_designs/platforms: add genesys2 <Florent Kermarrec> * 236522b - example_designs/targets/bist: allow cpu_reset with both polarity <Florent Kermarrec> * 8bdc28e - Merge pull request #14 from felixheld/crc <enjoy-digital> |\ | * 7f61316 - core/link.py: make CRC calculation more pythonic <Felix Held> | * e497f33 - core/link.py: clarify comments in CRC implementation <Felix Held> * ec06424 - setup.py: exclude sim, test, doc directories <Florent Kermarrec> * litescope changed from 9d5e605 to f26e36e * f26e36e - Merge pull request #11 from xobs/add-trigger-depth <enjoy-digital> |\ | * 71ffaa7 - add trigger depth option <bunnie> |/ * bfd06f8 - core: add FSM support (and example) <Florent Kermarrec> * 2ca58e4 - setup.py: fix exclude, add example_designs to exclude <Florent Kermarrec> * cd63a43 - setup.py: exclude sim, test, doc directories <Florent Kermarrec> * f03345d - software/driver/analyzer: add get_instant_value to get instant value of one signal <Florent Kermarrec> * af5bfd1 - software/driver/analyzer: add assertions <Florent Kermarrec> * 3efaefa - example_designs: typo <Florent Kermarrec> * d919f90 - core: use bits_for(n) instead of max=n on Mux (fix case with only one group of signals) <Florent Kermarrec> * 6289e81 - example_designs: demonstrate new features <Florent Kermarrec> * e92f0b7 - example_designs/test: cleanup and simplify <Florent Kermarrec> * 2233bc2 - core: another cleanup/simplify pass <Florent Kermarrec> * a269e67 - software: add rising/falling edge support <Florent Kermarrec> * 65b7f08 - core: add full flag for trigger memory <Florent Kermarrec> * c0bab06 - core: add sequential-triggering and simplify control <Florent Kermarrec> * 26a8b89 - example_designs: update <Florent Kermarrec> * 8d4c1dd - core: simplify and run storage in "scope" clock domain to get rid of cd_ratio. <Florent Kermarrec> * liteusb changed from 23d6a68 to e841c56 * e841c56 - setup.py: fix exclude, add example_designs to exclude <Florent Kermarrec> * 7da831d - setup.py: exclude sim, test, doc directories <Florent Kermarrec> * litevideo changed from 9b4169d to 7b4240f * 7b4240f - setup.py: fix exclude, add example_designs to exclude <Florent Kermarrec> * c39517a - setup.py: exclude sim, test, doc directories <Florent Kermarrec> * cb8cf59 - Merge pull request #19 from bunnie/terc4-data <enjoy-digital> * c704235 - additional debugging on capture <bunnie> * eab7078 - add data decoding to Terc4 decoder <bunnie> * eb263a8 - add ability to invert the HPD input <bunnie> * 7189562 - fix a default edid that works better with rpis <bunnie> * 33ed07d - currently commented, but the vestiges of introducing SS clocking <bunnie> * 49adfb4 - change the default edid to one that advertises a proper 1080p mode <bunnie> * 19437d0 - add dvimode/hdmimode setting bit for DE detection <bunnie> * 449d339 - add decoding of terc4 islands, proper DE extraction on HDMI <bunnie> * 447726f - add RGB input mode support to hdmi in <bunnie> * f5842bc - add some code to allow frame start offset trimming for genlock <bunnie> * 12aa4f9 - clarify the self vs local signal settings for easier probing <bunnie> * 9b3c93e - move BUFR->BUFG <bunnie> * 166dc57 - fix typo on naming <bunnie> * 33f8833 - change the genlock method from pulse to wholesale signal change <bunnie> * 784cc8c - changes needed for a basic genlock <bunnie> * litex changed from v0.1-319-gb7f7c8d1 to v0.1-423-g7a14b75c * 7a14b75c - Merge pull request #93 from phlipped/master <Tim Ansell> |\ | * 8b51c445 - Fix URL for liteUSB <phlipped> |/ * 0074bb88 - Merge pull request #91 from cr1901/ignore-fix <Tim Ansell> |\ | * dd480eb7 - .gitignore: litex/build contains valid source, so exclude from .gitignore. <William D. Jones> * | ff908e40 - Merge pull request #92 from cr1901/l2-gate <Tim Ansell> |\ \ | * | 3146109a - software/bios: Gate flush_l2_cache() if L2 Cache isn't present. <William D. Jones> | |/ * | 759e7d4d - bios/sdram: improve/simplify read window selection <Florent Kermarrec> * | 09776b77 - sim: run as root only when needed (ethernet module present) <Florent Kermarrec> * | 06e835a3 - builder: change call to get_sdram_phy_c_header and also pass timing_settings <Florent Kermarrec> * | ee26f8c5 - soc_sdram: cosmetic <Florent Kermarrec> * | 2db5424a - soc_sdram: vivado is now able to implement the l2_cache correctly (tested with vivado 2017.2 and >) <Florent Kermarrec> * | 45e9a42c - soc_core: add cpu_endianness <Florent Kermarrec> * | 3877d0f1 - builder: get_sdram_phy_header renamed to get_sdram_phy_c_header <Florent Kermarrec> * | c64e44ef - soc_sdram: use new LiteDRAMWishbone2Native and port.data_width <Florent Kermarrec> * | 2eeccc50 - vexriscv: update <Florent Kermarrec> * | eecc6f68 - soc/integration: move sdram_init to litedram <Florent Kermarrec> |/ * 077f9391 - Vexriscv: update csr-defs.h <Florent Kermarrec> * 4225c3b8 - update Vexriscv <Florent Kermarrec> * 95479385 - bios/sdram: changes to ease manual read window selection <Florent Kermarrec> * a760322f - litex_server: allow multiple clients to connect to the same server <Florent Kermarrec> * 8a69a47e - cpu/lm32: add minimal variant with no i/d cache, pipelined barrel shifter and multiplier (useful to build SoC on small FPGAs like ice40) <Florent Kermarrec> * cb5b4ac4 - bios/boot: flush all caches before running from ram <Florent Kermarrec> * 650ac186 - sim/verilator: catch ctrl-c on exit and revert default termios settings <Florent Kermarrec> * 0831ad54 - cpu_interace: use riscv64-unknown-elf if available else riscv32-unknown-elf <Florent Kermarrec> * 1610a7f3 - bios/sdram: fix read_level_scan result <Florent Kermarrec> * e07ca057 - Merge pull request #86 from pgielda/patch-1 <enjoy-digital> |\ | * 3c7890cd - Fix generating csr.csv file <Peter Gielda> |/ * 9fa234da - soc/intergration/cpu_interface: typo <Florent Kermarrec> * 22f645ad - bios/main: use edata instead of erodata <Florent Kermarrec> * 580efecc - picorv32: add reset signal <Florent Kermarrec> * 0429ee9f - soc/software/bios: add reboot command <Florent Kermarrec> * da751598 - soc/integration/soc_core: add Controller with reset, scratch and bus_errors registers <Florent Kermarrec> * 8ba56252 - soc/interconnect/wishbone: add Timeout to avoid stalling bus when not responding and generate error. <Florent Kermarrec> * c0989f65 - soc/cores/cpu: add reset signal <Florent Kermarrec> * 380f8b96 - Merge pull request #81 from xobs/vexriscv-to-wishbone <enjoy-digital> |\ | * fb145dac - tools: remove vexriscv_debug <Sean Cross> | * f17b8324 - vexriscv: reset wishbone bus on CPU reset <Sean Cross> | * c87ca4f1 - vexriscv: put debug bus directly on wishbone bus <Sean Cross> |/ * 20d6fcac - add litex_setup script to clone and install Migen, LiteX and LiteX's cores <Florent Kermarrec> * 8a311bf4 - build/generic_platform: use list for sources instead of set <Florent Kermarrec> * df7e5dbc - bios/sdram: add ERR_DDRPH_BITSLIP constant and some cleanup <Florent Kermarrec> * 1564b440 - soc/integration/soc_sdram: add assertion on csr_data_width since BIOS only support SDRAM initialization for csr_data_width=8 <Florent Kermarrec> * ae62fe07 - setup.pu: fix exclude <Florent Kermarrec> * c314193c - boards/plarforms/genesys2: replace user_dip_sw with user_sw <Florent Kermarrec> * 10dd55fd - boards/platforms/genesys2: add minimum HPC connectors to be able to test SATA, add programmer parameter <Florent Kermarrec> * b19844d1 - setup.py: exclude test, sim, doc directories <Florent Kermarrec> * 85308672 - software/bios/linker: revert data section since required by RISC-V compiler <Florent Kermarrec> * 55dd58b0 - Merge pull request #80 from xobs/fix-vexriscv-csr-read <enjoy-digital> |\ | * 41a9e7d9 - vexriscv_debug: use csr read()/write() accessors <Sean Cross> * | 7ecdcaca - soc/integration/sdram_init: use fixed burst_length for each memtype (even in 1:2, use BL8 for DDR3 since BL4 is not efficient) <Florent Kermarrec> * | a4caa896 - targets/nexys_video: remove read leveling constants (now automatic) <Florent Kermarrec> * | d8250041 - targets/nexys4ddr: s7ddrphy now supports ddr2, working <Florent Kermarrec> * | 4f1274e6 - bios/sdram: improve bitslip selection when window can't be optimal (not enough taps for a full window) <Florent Kermarrec> * | 7dbd85a8 - soc/cores/uart: rename UARTMultiplexer to RS232PHYMultiplexer. UARTMultiplexer now acts on serial signals (tx/rx) <Florent Kermarrec> * | ef1c7784 - soc_core: add csr_expose parameter to be able to expose csr bus (useful when design is integrated in another) <Florent Kermarrec> |/ * f9104b20 - bios/sdram: improve read leveling (artix7 read-leveling is now done automatically at startup) <Florent Kermarrec> * c84e189d - bios/sdram: fix compilation with no write leveling <Florent Kermarrec> * b062d4dd - Merge pull request #79 from xobs/fix-vexriscv-data-read <enjoy-digital> |\ | * be8eb5ff - vexriscv: debug: fix reading DATA register <Sean Cross> |/ * e35be26e - Merge pull request #78 from xobs/vexriscv_debug_bridge <enjoy-digital> |\ | * 6bc9265c - setup: add vexriscv_debug to list of entrypoints <Sean Cross> | * 45a649be - tools: vexriscv_debug: add debug bridge <Sean Cross> |/ * c821a0fe - cores/cpu/vexriscv: create variants: None and "debug", some cleanup <Florent Kermarrec> * 59fa7159 - core/cpu/vexriscv/core: improve indentation <Florent Kermarrec> * 6068f6ce - Merge pull request #77 from xobs/debug-vexriscv-enjoy <enjoy-digital> |\ | * 32d5a751 - soc_core: uart: add a reset line to the UART <Sean Cross> | * 1ef127e0 - soc: integration: use the new cpu_debugging flag for vexriscv <Sean Cross> | * e7c762c8 - soc: vexriscv: add cpu debug support <Sean Cross> | * 2024542a - vexriscv: verilog: pull debug-enabled verilog <Sean Cross> * | 11e84915 - platforms/arty_s7: keep up to date with Migen <Florent Kermarrec> * | d35dc5cd - platforms/arty: merge with Migen <Florent Kermarrec> |/ * fa021566 - platforms/kc705: keep up to date with Migen <Florent Kermarrec> * b9f3b49c - platforms/de0nano: keep up to date with Migen <Florent Kermarrec> * 1628c36a - README/boards: add precision on Migen's platforms <Florent Kermarrec> * df99cc66 - bios/sdram: also check for last read of scan to choose optimal window <Florent Kermarrec> * 8ce7fcb2 - bios/main: add cpu frequency to banner <Florent Kermarrec> * 477d2249 - bios/sdram: check for optimal read window before doing read leveling, increment bitslip if not optimal. <Florent Kermarrec> * 9e737d3c - soc/cores/code_8b10b: update (from misoc) <Florent Kermarrec> * d58eb4ec - bios/sdram: use new phy, improve scan, allow disabling high skew <Florent Kermarrec> * 692cb142 - software/bios: fix picorv32 boot_helper <Florent Kermarrec> * b5ee110e - bios/sdram: add write/read leveling scans <Florent Kermarrec> * 34b2bd0c - boards: add genesys2 (platform with clk/serial/dram/ethernet + target) <Florent Kermarrec> * 8edc659d - soc_core: remove assert on interrupt (added to catch design issues, but too restrictive for some usecases) <Florent Kermarrec> * 2c13b701 - soc/integration/cpu_interface: add shadow_base parameter <Florent Kermarrec> * 78639fa9 - Merge pull request #75 from xobs/bios-windows-build <enjoy-digital> |\ | * 74449929 - soc: bios: fix windows build <Sean Cross> |/ * 18f86881 - targets: change a7/k7ddrphy imports to s7ddrphy <Florent Kermarrec> * 3e723d15 - soc/cores/cpu: add add_sources static method <Florent Kermarrec> * c534250c - Merge pull request #72 from bunnie/fix_riscv_boothelper <enjoy-digital> |\ | * 7353197e - fix the vexriscv boot helper <bunnie> |/ * 5ab4282e - Merge pull request #71 from DeanoC/master <enjoy-digital> |\ | * 34a93034 - Fix for missing connectors for arty boards <Deano Calver> |/ * e7d1683e - litex_term: cleanup getkey and revert default settings on KeyboardInterrupt <Florent Kermarrec> * 06162b61 - README: add list of supported CPUs/Cores and add link to tutorials <Florent Kermarrec> * 6854c7f5 - soc/integration/cpu_interface: use riscv64 toolchain instead of riscv32 (prebuild toolchain for windows can be found at http://gnutoolchains.com/) <Florent Kermarrec> * 66229c8c - add VexRiscv support (imported/adapted from misoc) <Dolu1990> * f60da4a5 - add VexRiscv submodule <Florent Kermarrec> * d149f386 - allow multiple riscv32 softcores (use picorv32 cpu_type instead of riscv32) <Florent Kermarrec> * c3652935 - build: use our own fhdl/verilog code (needed to avoid combinatorial loop in simulation) <Florent Kermarrec> * 121eaba7 - soc/intergration/soc_core: don't delete uart/timer0 interrupts <Florent Kermarrec> * 39ffa532 - xilinx/programmer: fix programmer <Florent Kermarrec> * c001b8ea - build/xilinx/vivado: add vivado ip support <Florent Kermarrec> * 43f8c230 - soc_core: uncomment uart interrupt deletion <Florent Kermarrec> * d7c74746 - gen/sim: fix import to use litex simulator instead of migen simulator <Florent Kermarrec> * migen changed from 0.6.dev-99-g881741b to 0.6.dev-162-ga6082d5 * a6082d5 - added support for qm_xc6slx16_sdram <Daniel Kucera> * 2d37c78 - add indexed part select support <Robin Ole Heinemann> * 5fe1bfe - build/platforms: Add tinyfpga_a platform. (timvideos#111) <William D. Jones> * 307e752 - fhdl.specials: add reset_i argument to TSTriple. <whitequark> * 18274c3 - build.lattice: fix IcestormTristate override for 1-bit signals. <whitequark> * e07c1c5 - build.lattice: add IcestormTristate override. <whitequark> * 0509a7b - fhdl.verilog: make convert() idempotent. <whitequark> * 5dd4efa - genlib.fifo: add read() and write() methods, for simulation. <whitequark> * 4e4833d - sayma_amc: AMC_MASTER_AUX_CLK is in a 3.3V bank, needs LVDS_25, cannot use termination <Sebastien Bourdeauducq> * 47f4c59 - typo <Sebastien Bourdeauducq> * 870935d - sayma_amc: add AMC_MASTER_AUX_CLK <Sebastien Bourdeauducq> * bef9dea - platform: support recursive connector pins <Sebastien Bourdeauducq> * cb171af - platform: support adding connectors <Sebastien Bourdeauducq> * 26d77fe - xilinx/ise: Add Cygwin path to Windows conversion in xst files (#88) <William D. Jones> * 1ec3ea9 - sayma_rtm: add hmc7043_gpo <Sebastien Bourdeauducq> * b515b0e - platforms/arty_a7: merge with LiteX's platform, remove the FIXMEs <Florent Kermarrec> * 9d3db58 - Sayma AMC: add SYSCLK1_300 <Thomas Harty> * daf6f5d - sayma: add adc_sysref pins <Sebastien Bourdeauducq> * dcfec40 - sayma_amc: fix raw RTM GTH pair polarities <Sebastien Bourdeauducq> * 7823da4 - sayma_amc: add raw RTM GTH pairs <Sebastien Bourdeauducq> * df0ce4a - Update version in setup.py. <whitequark> * e4e92dc - Fixed case of xadc to match kc705. <Caleb Jamison> * 84186ca - Changed ck_io to name pins, add xadc. <Caleb Jamison> * c2480c9 - Removed _ from spiflash_4x <Caleb Jamison> * fd7ce92 - Moved pmods to _connectors, removed _1x from spiflash <Caleb Jamison> * 2896306 - Changed spiflash_1x to spiflash in _io list. <Caleb Jamison> * ede1c9e - Add _connectors to constructor <Caleb Jamison> * 20d28d4 - Removed extra field from _connector list <Caleb Jamison> * 02e80df - Add chipkit io to _connector list <Caleb Jamison> * 1eeb38d - Fixed missing parens, extra spaces <Caleb Jamison> * 0dd85cd - Split pmods to _connectors, checked against litex <Caleb Jamison> * 04a9914 - Arty A7 platform <Caleb Jamison> * 07c46f5 - Support for AFC 3v1 <Mikołaj Sowiński> * 9929b23 - sayma_amc: fix 19e82b7 syntax <Robert Jördens> * 19e82b7 - sayma_amc: diff term lvds inputs <Robert Jördens> * a51a5f6 - sayma: use LVCMOS18 for serwb <Sebastien Bourdeauducq> * 34a3c62 - sayma_rtm: LVDS_18 is called LVDS <Sebastien Bourdeauducq> * e5cabe1 - sayma_rtm: fix I/O bank voltages <Sebastien Bourdeauducq> * 5947224 - sayma_rtm: add ref_lo_clk_sel <Robert Jördens> * 4cb07f1 - bitcontainer: slices are unsigned <Robert Jördens> * ca28f4e - platforms/sayma_amc/serwb: use DIFF_TERM_ADV=TERM_100 <Florent Kermarrec> * 6425844 - revert genlib/cdc: add optional master parameter to ElasticBuffer to allow sharing write reset between ElasticBuffers <Florent Kermarrec> * 33bb06a - genlib/cdc: add optional master parameter to ElasticBuffer to allow sharing write reset between ElasticBuffers <Florent Kermarrec> * 48f2b92 - doc/fhdl: use correct syntax for code block. <whitequark> * e66f2df - Fix documentation link in README. <whitequark> * 2423404 - fhdl.verilog: fix nondeterminism in _printcomb. <whitequark> * 0aa76fa - build/platforms: Add Arty S7 platform. <William D. Jones> * 19ca7d8 - platforms/tinyfpga_b: Add default serial mapping. <William D. Jones> * cba5bea - sayma_amc/rtm: use DIFF_TERM=TRUE on serwb lvds inputs <Florent Kermarrec> * 9bc084a - Update .gitignore. <whitequark> * d46aa13 - fhdl.verilog: do not initialize combinatorial regs. <whitequark> * 02bccef - Fix breakage introduced in 2220222. <whitequark> * d667233 - LatticeIceStormToolchain: pass --no-promote-globals to arachne-pnr. <whitequark> * 2220222 - genlib.cdc.MultiReg: allow specifying reset value for registers. <whitequark> * 5c2c144 - sayma_rtm: enable OVERTEMPPOWERDOWN and use options from artiq <Robert Jordens> * 24d0e95 - samya_amc: enable OVERTEMPPOWERDOWN <Robert Jordens> * a32a0f7 - kasli: enable OVERTEMPPOWERDOWN <Robert Jordens> * 81d0be3 - DDROutputImplS7: make it SAME_EDGE and fix it <Robert Jordens> * 4039322 - kasli: mark negative polarity of mod_present on v1.1 <Sebastien Bourdeauducq> * b50e224 - Add DE0-Nano-SoC (aka Atlas-SoC) platform (timvideos#96) <Adam Greig> * c14a1e4 - Add MyStorm BlackIce I and II platforms (#95) <Adam Greig> * f4180e9 - vivado: print short timing info after phys_opt_design <Sebastien Bourdeauducq> * c65a2f3 - vivado: run phys_opt_design after routing <Sebastien Bourdeauducq> Full submodule status -- b2da1516df3cc2756bfe8d1fa06d7bf2562ba1f4 edid-decode (remotes/origin/HEAD) a628956da7dc794e6e3c95b31ff9ce3af58bc763 flash_proxies (remotes/origin/HEAD) 7a5ac75e2295dcf15f83df966244f30154a8f662 litedram (remotes/origin/HEAD) 24b0d2b8c2cfcf96a8c6cb56ec01af9a56952aad liteeth (remotes/origin/HEAD) a97a6910cbebfb4c068a178139df7b9a9c72168f litepcie (remotes/origin/HEAD) 002cd25e7fd2a60b4dcf1ce829731b9cf5c2f744 litesata (remotes/origin/HEAD) f26e36ef23170002af8ab1461ba39209e531b6cb litescope (remotes/origin/HEAD) e841c5646c17ecbf07642c69c16c6c7c45e55475 liteusb (remotes/origin/HEAD) 7b4240f9b3d6b7e69e5fe9dbaf50e117bd0ca704 litevideo (remotes/origin/HEAD) 7a14b75cd676e9328063abc1fcdc6fcd4fc6c5ef litex (v0.1-423-g7a14b75c) a6082d56ccc615229bd3b5205f5b7207c14dca01 migen (0.6.dev-162-ga6082d5)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps third_party/litepcie from c836c4 to 231a01.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase?
.If you'd like to skip this version, you can just close this PR. If you have any feedback just mention @dependabot in the comments below.