|
|
@561
|
11 years |
bouyer |
I was wrong, we really want 8bits for SPI_CTRL_CHAR_LEN_MASK
|
|
|
@560
|
11 years |
bouyer |
SPI_CTRL_CHAR_LEN is 7 bits, not 8.
|
|
|
@559
|
11 years |
bouyer |
Remove Auto Slave Select feature
|
|
|
@558
|
11 years |
bouyer |
Simplify target FSM by doing register read and write in IDLE state, …
|
|
|
@557
|
11 years |
bouyer |
Switch to using a mealy function. This seems to be the only way to get …
|
|
|
@556
|
11 years |
bouyer |
Convert all sc_signal to plain integer types. Tracking edges of the …
|
|
|
@555
|
11 years |
bouyer |
Implement single block write
|
|
|
@553
|
11 years |
bouyer |
Make this build with 32bit toolchain
|
|
|
@552
|
11 years |
bouyer |
Add a SPI SD/MMC card model. Write command not implemented yet.
Known …
|
|
|
@551
|
11 years |
bouyer |
Add vci_spi, a SPI (Serial Peripheral Interface) controller. The …
|
|
|
@549
|
11 years |
alain |
Compliance with mapping_table defined in release 2462
Introducing the …
|
|
|
@537
|
11 years |
cfuguet |
Bugfix in vci_mem_cache:
- Adding missing "else if" in the …
|
|
|
@535
|
11 years |
cfuguet |
Modification in vci_mem_cache:
- When a BROADCAST INVALIDATE is …
|
|
|
@532
|
11 years |
haoliu |
Bug fix in the vci_cc_vcache_wrapper:
In the DCACHE_MISS_CLEAN state, …
|
|
|
@531
|
11 years |
cfuguet |
Modification on vci_mem_cache:
- Adding parentheses in two asserts …
|
|
|
@530
|
11 years |
cfuguet |
Modification in vci_mem_cache:
- Aligning the FSM states values …
|
|
|
@529
|
11 years |
cfuguet |
Bugfix in vci_mem_cache:
- The word_count register used by the …
|
|
|
@528
|
11 years |
lambert |
Introduicing VciEthernetTsar?
This component is modified version of …
|
|
|
@527
|
11 years |
cfuguet |
Bugfix in vci_mem_cache and generic_llsc_global_table:
- The Store …
|
|
|
@524
|
11 years |
cfuguet |
The last commit to solve the bug in the SW access
to the LLSC table …
|
|
|
@523
|
11 years |
cfuguet |
Bugfix in GenericLLSCGlobal table and vci_mem_cache:
- Two bugs …
|
|
|
@522
|
11 years |
bouyer |
We can't read wdata after we sent cmdack, so read and store wdata when …
|
|
|
@521
|
11 years |
cfuguet |
Bugfix in vci_cc_vcache_wrapper:
- The DCACHE FSM must be …
|
|
|
@514
|
11 years |
meunier |
More memory cleaning for valgrind (generic_llsc_global_table, …
|
|
|
@512
|
11 years |
meunier |
Tried to supress a few errors from valgrind; added corresponding …
|
|
|
@509
|
11 years |
meunier |
Last commit encountered an error and was only partially propagated, …
|
|
|
@507
|
11 years |
alain |
Removing three unsused registers in TGT_CMD FSM.
|
|
|
@506
|
11 years |
cfuguet |
Fixing indentation of an if clause in the vci_cc_vcache_wrapper
|
|
|
@505
|
11 years |
cfuguet |
Modifications in vci_mem_cache:
- Erasing the unnecessary registers …
|
|
|
@504
|
11 years |
meunier |
* Added activity counters to the vci_mem_cache
* Modified the …
|
|
|
@503
|
11 years |
haoliu |
bug fixed in the vci_cc_vcache_wrapper component:
In the …
|
|
|
@500
|
11 years |
alain |
Fixing a bug in the print_trace() function.
|
|
|
@499
|
11 years |
alain |
Fixing a bug dans l'automate CONFIG pour traiter correctement
la …
|
|
|
@496
|
11 years |
cfuguet |
Modification in vci_mem_cache:
- Adding cast to addr_t (physical …
|
|
|
@491
|
11 years |
lambert |
Fixing bug in vci_mem_cache : Missing default value for severals …
|
|
|
@489
|
11 years |
alain |
Implement both the SYNC and INVAL configuration commands.
Uses the TRT …
|
|
|
@488
|
11 years |
haoliu |
Optimization in the vci_cc_vcache_wrapper component:
In the icache …
|
|
|
@487
|
11 years |
haoliu |
Bug fixed in vci_cc_vcache_wrapper component:
1) The …
|
|
|
@484
|
11 years |
devigne |
Fixing deadlock :
L1 cache can be interrupted for coherency processing …
|
|
|
@483
|
11 years |
devigne |
Revert commit r481
|
|
|
@482
|
11 years |
joannou |
Updated llsc memcache table interface for sw operation (now able to …
|
|
|
@481
|
11 years |
devigne |
Fixing deadlock with MULTI_ACK FSM and TGT_RSP FSM, and CLEANUP_FSM …
|
|
|
@473
|
11 years |
alain |
cosmetic
|
|
|
@471
|
11 years |
alain |
Fixing a bug in the alloc/desalloc function.
|
|
|
@468
|
11 years |
cfuguet |
/ …
|
|
|
@451
|
11 years |
alain |
Introducing the vci_iox_network modeling the external IO network.
|
|
|
@449
|
11 years |
alain |
Fixing several bugs in the configuration interface.
|
|
|
@439
|
11 years |
alain |
Improving the Config Interface.
|
|
|
@434
|
11 years |
alain |
Introducing a preliminary configuration interface in vci_mem_cache.
|
|
|
@433
|
11 years |
alain |
cosmetic
|
|
|
@432
|
11 years |
lambert |
In vci_cc_vcache_wrapper :
Fixing wrong comments for monitor variables
|
|
|
@431
|
11 years |
cfuguet |
Bugfix of previous commit in vci_mem_cache:
- Forgotten transition …
|
|
|
@430
|
11 years |
cfuguet |
Modifications in vci_mem_cache:
- Adding error treatment for …
|
|
|
@429
|
11 years |
cfuguet |
Modifications in vci_mem_cache:
- Modifying MULTI_ACK_IDLE state to …
|
|
|
@427
|
11 years |
cfuguet |
Modification in vci_mem_cache:
- Replacing "if" by "assert" in the …
|
|
|
@426
|
11 years |
cfuguet |
Fixing indentation problems (undesired tabs) in vci_mem_cache metadata
file
|
|
|
@424
|
11 years |
cfuguet |
Modification in vci_block_device_tsar:
- Adding parenthesis in …
|
|
|
@423
|
11 years |
lambert |
In Vci_cc_vcache_wrapper :
* Adding monitor to help debugging. …
|
|
|
@422
|
11 years |
alain |
cosmetic
|
|
|
@421
|
11 years |
alain |
Bug fix: the r_dcache_vci_unc_be register was declared as bool. …
|
|
|
@409
|
12 years |
alain |
Cosmetic
|
|
|
@408
|
12 years |
alain |
Introducing support for several segments (required by tsar_generic_iob …
|
|
|
@405
|
12 years |
fraga |
VCI_IO_BRIDGE: Adding some casts to handle the different VCI fields …
|
|
|
@403
|
12 years |
alain |
Updating vci_cc_vcache_wrapper and vci_mem_cache to comply with the …
|
|
|
@401
|
12 years |
alain |
Bug fix : VCI BE when DATA = 64 bits
|
|
|
@400
|
12 years |
alain |
Introducing support for VCI DATA 64 bits.
|
|
|
@395
|
12 years |
alain |
ntroducing support for 40 bits physical addresses.
|
|
|
@394
|
12 years |
alain |
ntroducing support for 40 bits physical addresses.
|
|
|
@392
|
12 years |
alain |
Introducing support for physical addresses larger than 32 bits.
A new …
|
|
|
@391
|
12 years |
lambert |
Bug fix in Vci_mem_cache :
* When line evicion in write fsm to …
|
|
|
@387
|
12 years |
joannou |
Bugfix in DCACHE_CC_UPDT (test on r_dcahe_cc_send_req instead of …
|
|
|
@386
|
12 years |
alain |
New release supporting the tsar_generic_xbar platform
with 64 bits …
|
|
|
@385
|
12 years |
alain |
VCI port to XRAM switched to DATA == 64 bits
=> two template …
|
|
|
@384
|
12 years |
joannou |
Bugfix in vci_cc_vcache_wrapper :
* Made cache flush states …
|
|
|
@383
|
12 years |
haoliu |
bug fix in dcache fsm:
in state DCACHE_MISS_CLEAN, we should use the …
|
|
|
@381
|
12 years |
alain |
Removing a warning in constructor
|
|
|
@377
|
12 years |
joannou |
Introducing vci_cc_vcache_wrapper and vci_mem_cache components in …
|
|
|
@375
|
12 years |
joannou |
Introducing vci_io_bridge component
|
|
|
@374
|
12 years |
joannou |
Introducing vci_block_device_tsar component
|
|
|
@373
|
12 years |
joannou |
Reintroducing softs :
* tests_cc_vcache
* tsar_boot
|