source: trunk/modules

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @983   9 years cfuguet bugfix in vci_block_device_tsar: - fix: writes on the BUFFER …
(edit) @973   9 years cfuguet improve debug messages - replace the BDEV_DEBUG define by the …
(edit) @971   9 years alain Cosmetic
(edit) @970   9 years cfuguet bugfix in vci_cc_vcache_wrapper: remove a wrong assert condition - …
(edit) @952   9 years alain Cosmetic
(edit) @917   9 years cfuguet vci_mem_cache: erase unused config_lock register definition - Some …
(edit) @912   9 years alain The hard lock implemented as an addressable register in the …
(edit) @908   9 years meunier Trunk : * Fixing a bug in the computation of the write cost and SC …
(edit) @898   9 years cfuguet trunk: modify vci_block_device_tsar controller - The block device …
(edit) @896   9 years porquet vci_cc_vcache_wrapper: when frozen cycle, print wbuf and raise SIGINT …
(edit) @895   9 years porquet vci_block_device: display IRQ once when in debug mode and close …
(edit) @892   9 years cfuguet trunk: introduce debug messages in cc_vcache for processor write reqs
(edit) @891   9 years alain Bug fix in the CONFIG_FSM: The communication channel between the …
(edit) @848   9 years porquet vci_block_device_tsar: fix debug messages
(edit) @836   9 years meunier Trunk: * Cosmetic in mem_cache_directory.h and xram_transaction.h * …
(edit) @816   10 years cfuguet vci_cc_vcache_wrapper: improve comments in DCACHE FSM
(edit) @811   10 years alain Cosmetic: Improve debug logs
(edit) @809   10 years alain Cosmetic: Improve debug log.
(edit) @799   10 years meunier Trunk: * Cosmetic in vci_mem_cache
(edit) @789   10 years meunier Trunk: * Improving counters precision in vci_mem_cache, especially …
(edit) @781   10 years meunier Trunk: * Bugfix (removed a semi-colon in vci_mem_cache)
(edit) @779   10 years meunier Trunk: * Updating python scripts for simulations and graphs for …
(edit) @763   10 years alain Cosmetic
(edit) @753   10 years cfuguet vci_mem_cache: adding missing header in mem_cache_directory - …
(edit) @752   10 years meunier * Added initialization to some components in order to avoid valgrind …
(edit) @740   10 years alain Cosmetic
(edit) @733   10 years alain Cosmetic: improving comments.
(edit) @729   10 years alain Cosmetic
(edit) @722   10 years alain Introducing a single word feature in the cache_monitor() function.
(edit) @721   10 years cfuguet vci_cc_vcache_wrapper: - Adding icache physical address extension …
(edit) @720   10 years cfuguet vci_io_bridge: - Adding missing string in CONFIG_CMD debug vector
(edit) @716   10 years cfuguet vci_iox_network: - Erasing extra spaces
(edit) @715   10 years cfuguet vci_io_bridge: - erasing XICU base and size registers. There …
(edit) @713   10 years alain Cosmetic
(edit) @712   10 years alain Introducing support for read and write WTI transactions. The WTI read …
(edit) @711   10 years alain Improving debug messages.
(edit) @709   10 years cfuguet sdmmc: - Adding missing cstring header to includes
(edit) @683   10 years porquet vci_mem_cache: fix warning with gcc 4.9.0 Default values for a …
(edit) @668   10 years porquet cc_vcache v5: add support for XTN::DEBUG_MASK Differentiate three …
(edit) @663   10 years meunier * Modifications in the tsar_generic_xbar topcell (remaining bugs) * …
(edit) @649   10 years cfuguet Adding missing p_irq name initialization
(edit) @627   10 years alain Cosmetic
(edit) @617   10 years haoliu Change an assert in memcache for the modification in cache L1(UNC WRITE)
(edit) @616   10 years haoliu Modification in vci_cc_vcache_wrapper: a) Non cacheable write request …
(edit) @608   10 years alain cosmetic
(edit) @605   10 years cfuguet Modification in vci_mem_cache: - The rerror_irq_enable register is …
(edit) @603   10 years alain Cosmetic: improving comments in CONFIG FSM
(edit) @601   10 years cfuguet Modifications in vci_mem_cache: - The out of segment read or write …
(edit) @599   10 years cfuguet Improvement in vci_mem_cache component: - No need to pass x_self …
(edit) @597   10 years cfuguet Modifications in vci_mem_cache: - Bugfix in req_distance function …
(edit) @596   10 years cfuguet Modification in vci_mem_cache: - The instrumentation registers are …
(edit) @595   10 years bouyer Sync with VHDL, make IRQ work for DMA.
(edit) @594   10 years bouyer In VHDL, as r_dma_count is shared between 2 FSMs we can't update it in …
(edit) @592   10 years bouyer - report DMA errors - minor changes to sync with the VHDL model
(edit) @585   10 years alain debug…
(edit) @583   10 years alain cosmetic…
(edit) @582   10 years alain Bug fix in config FSM : concurrent access to r_config_rsplines counter…
(edit) @581   10 years alain Bug fix in the M_WRITE_BLOCK state, detected by C.Devigne.
(edit) @580   10 years alain Fixing a bug in target FSM when using 64 bits data width.
(edit) @579   10 years bouyer Add some basic DMA capabilities. Passes basic read/write tests. Can …
(edit) @578   10 years alain Fixing a bug in the dspin_router_tsar component (in the modified …
(edit) @576   10 years bouyer Sync with vhdl: when spi_fsm is IDLE get MOSI value from the saved …
(edit) @575   10 years bouyer Make sure MOSI data changes on SPI clock falling edge, not one system …
(edit) @574   10 years bouyer Try to be closer to a real sdmmc device: on rising edge really use the …
(edit) @573   10 years bouyer Fix copyright
(edit) @565   10 years bouyer prefix some register name with spi_ for readability Can't write …
(edit) @564   10 years bouyer r_ctrl_go_bsy is really a flip/flop, explicitely don't reset it in the …
(edit) @561   10 years bouyer I was wrong, we really want 8bits for SPI_CTRL_CHAR_LEN_MASK
(edit) @560   10 years bouyer SPI_CTRL_CHAR_LEN is 7 bits, not 8.
(edit) @559   10 years bouyer Remove Auto Slave Select feature
(edit) @558   10 years bouyer Simplify target FSM by doing register read and write in IDLE state, …
(edit) @557   10 years bouyer Switch to using a mealy function. This seems to be the only way to get …
(edit) @556   10 years bouyer Convert all sc_signal to plain integer types. Tracking edges of the …
(edit) @555   10 years bouyer Implement single block write
(edit) @553   10 years bouyer Make this build with 32bit toolchain
(edit) @552   10 years bouyer Add a SPI SD/MMC card model. Write command not implemented yet. Known …
(edit) @551   10 years bouyer Add vci_spi, a SPI (Serial Peripheral Interface) controller. The …
(edit) @549   10 years alain Compliance with mapping_table defined in release 2462 Introducing the …
(edit) @537   11 years cfuguet Bugfix in vci_mem_cache: - Adding missing "else if" in the …
(edit) @535   11 years cfuguet Modification in vci_mem_cache: - When a BROADCAST INVALIDATE is …
(edit) @532   11 years haoliu Bug fix in the vci_cc_vcache_wrapper: In the DCACHE_MISS_CLEAN state, …
(edit) @531   11 years cfuguet Modification on vci_mem_cache: - Adding parentheses in two asserts …
(edit) @530   11 years cfuguet Modification in vci_mem_cache: - Aligning the FSM states values …
(edit) @529   11 years cfuguet Bugfix in vci_mem_cache: - The word_count register used by the …
(edit) @528   11 years lambert Introduicing VciEthernetTsar? This component is modified version of …
(edit) @527   11 years cfuguet Bugfix in vci_mem_cache and generic_llsc_global_table: - The Store …
(edit) @524   11 years cfuguet The last commit to solve the bug in the SW access to the LLSC table …
(edit) @523   11 years cfuguet Bugfix in GenericLLSCGlobal table and vci_mem_cache: - Two bugs …
(edit) @522   11 years bouyer We can't read wdata after we sent cmdack, so read and store wdata when …
(edit) @521   11 years cfuguet Bugfix in vci_cc_vcache_wrapper: - The DCACHE FSM must be …
(edit) @514   11 years meunier More memory cleaning for valgrind (generic_llsc_global_table, …
(edit) @512   11 years meunier Tried to supress a few errors from valgrind; added corresponding …
(edit) @509   11 years meunier Last commit encountered an error and was only partially propagated, …
(edit) @507   11 years alain Removing three unsused registers in TGT_CMD FSM.
(edit) @506   11 years cfuguet Fixing indentation of an if clause in the vci_cc_vcache_wrapper
(edit) @505   11 years cfuguet Modifications in vci_mem_cache: - Erasing the unnecessary registers …
(edit) @504   11 years meunier * Added activity counters to the vci_mem_cache * Modified the …
(edit) @503   11 years haoliu bug fixed in the vci_cc_vcache_wrapper component: In the …
(edit) @500   11 years alain Fixing a bug in the print_trace() function.
(edit) @499   11 years alain Fixing a bug dans l'automate CONFIG pour traiter correctement la …
Note: See TracRevisionLog for help on using the revision log.