litex.git
2014-12-23 Florent Kermarrecadd wr_only and rd_only mode to BIST (to test speed...
2014-12-23 Florent Kermarrecimprove BIST and clean up (remove support of identify...
2014-12-23 Florent Kermarrectest bist at high speed(working)
2014-12-22 Florent Kermarrectest bist at slow speed (working)
2014-12-22 Florent Kermarrecread/write seems OK with CommandGenerator
2014-12-22 Florent Kermarreclink: fix rx path
2014-12-20 Florent Kermarrecadd test_read / test_write (HOST<-->HDD transfers OK...
2014-12-20 Florent Kermarrecadd mode generic CommandGenerator for debug
2014-12-20 Florent Kermarrecadd identify device to command_tb and revert endianness...
2014-12-20 Florent Kermarrecchange FIS endianness (seems to be little endian)
2014-12-20 Florent Kermarrecadd primitives decoding in test_identify to ease debug
2014-12-20 Florent Kermarrecfix ack in idle in some fsm (implementation behaviour...
2014-12-19 Florent Kermarrecadd fsms to mila for debug
2014-12-19 Florent Kermarrecuse new submodules collection to expose more fsm an...
2014-12-19 Florent Kermarreclink: add parameter to disable CONT insertion (will...
2014-12-19 Florent Kermarrecfix phy datapath, first communications between SATACON...
2014-12-19 Florent Kermarrecprepare identify test with SATACON
2014-12-19 Florent Kermarrectest: change UART baudrate and test SATACONTRemover
2014-12-19 Florent KermarrecSATAPHYDatapathRX: use Converter and simplify
2014-12-19 Florent KermarrecSATAPHYDatapathTX: use Converter and simplify
2014-12-19 Florent Kermarrecadd phy_datapath_tb and start datapath simplification
2014-12-19 Florent Kermarrecadd cont_tb and rewrite cont
2014-12-19 Florent Kermarrecuse new implicit submodules collection and Pipeline
2014-12-19 Florent Kermarreclink_tb: simplify using implicit submodules collect
2014-12-18 Florent Kermarrecmake ctrl/datapath in phy vendor agnostics and simplify...
2014-12-18 Florent Kermarrectest: clean up imports
2014-12-18 Florent Kermarrectest: create generic PacketStreamer/PacketLogger and...
2014-12-17 Florent Kermarrecphy: use vivado parameters and fix RX datapath (LSB...
2014-12-17 Florent Kermarrecupdate clock constraints for SATA1 and use sys_clk...
2014-12-17 Florent Kermarrecadd very basic PHY stimulator (to see HDD behaviour...
2014-12-17 Florent Kermarrecuse Vivado programmer instead of IMPACT
2014-12-17 Florent Kermarrecfix compilation and use new cpu_csr_regions
2014-12-17 Florent Kermarrecimprove check function
2014-12-15 Florent Kermarreclink_tb: fix cont regression
2014-12-15 Florent Kermarrecbist: add count to bist parameters
2014-12-15 Florent Kermarrecmove Counter to common and use it in all modules
2014-12-15 Florent Kermarreccreate SATACON and use it in bist_tb
2014-12-15 Florent Kermarrecbist: add ctrl_errors/data_errors and clean up
2014-12-15 Florent Kermarrechdd: improve debug print
2014-12-15 Florent Kermarrecadd simple synthetizable BIST
2014-12-15 Florent Kermarreccommand: fix ValueError msg
2014-12-15 Florent Kermarreccommand: memorize data on RX path before presenting...
2014-12-15 Florent Kermarrectransport: add _get_item and simplify _encode_cmd/_deco...
2014-12-15 Florent Kermarrecmodify addressing (in sectors) and improve hdd model...
2014-12-14 Florent Kermarreccommand: fix TX path with random acknowledge
2014-12-14 Florent Kermarreccommand: address/length in bytes
2014-12-14 Florent Kermarrechdd: manage sector_size, limitation to 2048 dwords...
2014-12-14 Florent Kermarrechdd: rearrange code (will be easier to understand)
2014-12-14 Florent Kermarreccommand_tb: add random (still something to fix on TX)
2014-12-14 Florent Kermarrecrename bfm to hdd and clean up
2014-12-14 Florent Kermarreccommand: add fsm for RX Path and manage D2H response...
2014-12-14 Florent Kermarrecbfm: fix HDD read_dma_cmd, identify_dma_cmd and clean up
2014-12-14 Florent Kermarrectransport: generate sop on RX path
2014-12-14 Florent Kermarreccommand_tb: add streamer and logger
2014-12-14 Florent Kermarrecbfm: create basic HDD model
2014-12-14 Florent Kermarrecremove transport_tb (transport will be tested in comman...
2014-12-14 Florent Kermarrecuse description instead of layout
2014-12-14 Florent Kermarrecregroup all constants/ definitions in common
2014-12-13 Florent Kermarreccommand: wip
2014-12-13 Florent Kermarrecbfm: dma_skeleton
2014-12-12 Florent Kermarreccommand: code TX part and add command_tb
2014-12-12 Florent Kermarrectransport: remove dma_setup and pio_setup_d2h (not...
2014-12-12 Florent Kermarrecremove Layer in module names
2014-12-12 Florent Kermarrectransport: merge cmd and data Sink/Source, will be...
2014-12-12 Florent Kermarrectransport_tb: add basic test for TX path
2014-12-11 Florent Kermarrectransport: add transport_tb skeleton and fix compilation
2014-12-11 Florent Kermarrectransport: code SATATransportLayerRX (untested)
2014-12-11 Florent Kermarrectransport: code SATATransportLayerTX (untested)
2014-12-11 Florent Kermarrecphy: remove ALIGN primitives on RX path
2014-12-06 Florent Kermarreclink: add auto-check on link_tb
2014-12-06 Florent Kermarreclink: fix CONT on RX path
2014-12-05 Florent Kermarreclink: test HOLD on RX path
2014-12-05 Florent Kermarreclink: test RX path
2014-12-05 Florent Kermarreclink_tb: use LinkTXPacket and LinkRXPacket from bfm
2014-12-05 Florent Kermarrecmove test
2014-12-05 Florent Kermarrecbfm: add FIS decoding/encoding
2014-12-04 Florent Kermarrecbfm: rewrite it and split Physical / Link layers
2014-12-03 Florent Kermarrectransport: define FIS layouts
2014-12-03 Florent Kermarreclink: split SATALinkLayer in SATALinkLayerTX and SATALi...
2014-12-03 Florent Kermarreclink: manage CONT on RX path
2014-12-03 Florent Kermarreclink: manage CONT on TX path
2014-12-03 Florent Kermarreclink: simplify BFM
2014-12-03 Florent Kermarreclink: manage hold
2014-12-02 Florent Kermarreclink: add CRC check to BFM
2014-12-02 Florent Kermarreclink: fix link_tb (due to others modifications)
2014-12-02 Florent Kermarreclink: improve and clean up crc_tb, scrambler_tb
2014-11-12 Florent Kermarreclink: wip bfm
2014-11-11 Florent Kermarreclink: prepare simulation
2014-11-11 Florent Kermarrecclean up
2014-11-11 Florent Kermarrecuse new EndpointDescription
2014-11-11 Florent Kermarreclink: SATALinkLayer skeleton
2014-11-11 Florent Kermarrecphy: use primitives dict and use only sata.std
2014-11-11 Florent Kermarrecphy: send 2 ALIGN primitives every 256 DWORDs
2014-11-04 Florent Kermarreclink: add SATALinkLayer skeleton (wip)
2014-11-04 Florent Kermarreclink: improve crc_tb/ preamble_tb and increase length
2014-11-04 Florent Kermarreclink: add Scrambler and testbench
2014-11-04 Florent Kermarreclink: add CRC and testbench
2014-11-03 Florent Kermarrecsata/link: add crc and scrambler C models from SATA...
2014-11-03 Florent Kermarrecmove code and create a directory for each layer
2014-10-28 Florent Kermarrecremove DRP ports (won't be used for now)
next