source: trunk/modules

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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   10 years cfuguet Bugfix in vci_mem_cache: - Adding missing "else if" in the …
(edit) @535   10 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 …
(edit) @496   11 years cfuguet Modification in vci_mem_cache: - Adding cast to addr_t (physical …
(edit) @491   11 years lambert Fixing bug in vci_mem_cache : Missing default value for severals …
(edit) @489   11 years alain Implement both the SYNC and INVAL configuration commands. Uses the TRT …
(edit) @488   11 years haoliu Optimization in the vci_cc_vcache_wrapper component: In the icache …
(edit) @487   11 years haoliu Bug fixed in vci_cc_vcache_wrapper component: 1) The …
(edit) @484   11 years devigne Fixing deadlock : L1 cache can be interrupted for coherency processing …
(edit) @483   11 years devigne Revert commit r481
(edit) @482   11 years joannou Updated llsc memcache table interface for sw operation (now able to …
(edit) @481   11 years devigne Fixing deadlock with MULTI_ACK FSM and TGT_RSP FSM, and CLEANUP_FSM …
(edit) @473   11 years alain cosmetic
(edit) @471   11 years alain Fixing a bug in the alloc/desalloc function.
(edit) @468   11 years cfuguet / …
(edit) @451   11 years alain Introducing the vci_iox_network modeling the external IO network.
(edit) @449   11 years alain Fixing several bugs in the configuration interface.
(edit) @439   11 years alain Improving the Config Interface.
(edit) @434   11 years alain Introducing a preliminary configuration interface in vci_mem_cache.
(edit) @433   11 years alain cosmetic
(edit) @432   11 years lambert In vci_cc_vcache_wrapper : Fixing wrong comments for monitor variables
(edit) @431   11 years cfuguet Bugfix of previous commit in vci_mem_cache: - Forgotten transition …
(edit) @430   11 years cfuguet Modifications in vci_mem_cache: - Adding error treatment for …
(edit) @429   11 years cfuguet Modifications in vci_mem_cache: - Modifying MULTI_ACK_IDLE state to …
(edit) @427   11 years cfuguet Modification in vci_mem_cache: - Replacing "if" by "assert" in the …
(edit) @426   11 years cfuguet Fixing indentation problems (undesired tabs) in vci_mem_cache metadata file
(edit) @424   11 years cfuguet Modification in vci_block_device_tsar: - Adding parenthesis in …
(edit) @423   11 years lambert In Vci_cc_vcache_wrapper : * Adding monitor to help debugging. …
(edit) @422   11 years alain cosmetic
(edit) @421   11 years alain Bug fix: the r_dcache_vci_unc_be register was declared as bool. …
(edit) @409   11 years alain Cosmetic
(edit) @408   11 years alain Introducing support for several segments (required by tsar_generic_iob …
(edit) @405   11 years fraga VCI_IO_BRIDGE: Adding some casts to handle the different VCI fields …
(edit) @403   11 years alain Updating vci_cc_vcache_wrapper and vci_mem_cache to comply with the …
(edit) @401   11 years alain Bug fix : VCI BE when DATA = 64 bits
(edit) @400   11 years alain Introducing support for VCI DATA 64 bits.
(edit) @395   11 years alain ntroducing support for 40 bits physical addresses.
(edit) @394   11 years alain ntroducing support for 40 bits physical addresses.
(edit) @392   11 years alain Introducing support for physical addresses larger than 32 bits. A new …
(edit) @391   11 years lambert Bug fix in Vci_mem_cache : * When line evicion in write fsm to …
(edit) @387   11 years joannou Bugfix in DCACHE_CC_UPDT (test on r_dcahe_cc_send_req instead of …
(edit) @386   11 years alain New release supporting the tsar_generic_xbar platform with 64 bits …
(edit) @385   11 years alain VCI port to XRAM switched to DATA == 64 bits => two template …
(edit) @384   11 years joannou Bugfix in vci_cc_vcache_wrapper : * Made cache flush states …
(edit) @383   11 years haoliu bug fix in dcache fsm: in state DCACHE_MISS_CLEAN, we should use the …
Note: See TracRevisionLog for help on using the revision log.