|  |  | @337 | 13 years | joannou | In generic_cache_tsar, added new read function that returns 2 32bits … | 
                
                  |  |  | @334 | 13 years | joannou | Separated stat counters resets from internal registers resets | 
                
                  |  |  | @324 | 13 years | joannou | updated the test_interrupt_delayslot : now testing for several delay values | 
                
                  |  |  | @322 | 13 years | cfuguet | Erasing binary generated files in tests_ccvcache_v4/test_sync
from the repo | 
                
                  |  |  | @314 | 13 years | cfuguet | Erasing old comments in the reset.s file of the pre-loader | 
                
                  |  |  | @303 | 13 years | joannou | Bug fix in generic_cache_tsar component :
In the read_select function, … | 
                
                  |  |  | @302 | 13 years | cfuguet | Introducing IRQ_PER_PROC constant in the tsar boot loader … | 
                
                  |  |  | @301 | 13 years | joannou | bugfix in vci_block_device_tsar_v4 : the component used a vci … | 
                
                  |  |  | @298 | 13 years | alain | Bug fixing in the NIC constructor | 
                
                  |  |  | @297 | 13 years | alain | Introducing the 3 states (EMPTY,VALID,ZOMBI) states in cache directory | 
                
                  |  |  | @293 | 13 years | cfuguet | Including Makefile for tsar boot loader | 
                
                  |  |  | @292 | 13 years | cfuguet | Changing directory structure of the TSAR boot loader.
A README.txt … | 
                
                  |  |  | @291 | 13 years | joannou | Introducing new generic_llsc_local_table and generic_llsc_global_table … | 
                
                  |  |  | @290 | 13 years | cfuguet | Erasing in the vci_mem_cache_v4 CLEANUP FSM the transition
between the … | 
                
                  |  |  | @289 | 13 years | cfuguet | Introducing cache data ram with bit masking in the Memory Cache.
The … | 
                
                  |  |  | @288 | 13 years | joannou | Bug fix in vci_cc_vcache_wrapper_v4 : unwanted reset of the … | 
                
                  |  |  | @287 | 13 years | joannou | Updated vci_vdspin_initiator_wrapper and vci_vdspin_target_wrapper to … | 
                
                  |  |  | @286 | 13 years | cfuguet | Fixing bug in boot_tty.c:
	Use address of tty status when reading with … | 
                
                  |  |  | @285 | 13 years | alain | Fixing a bug identified by Hao: there was a dead-lock condition if:
- … | 
                
                  |  |  | @284 | 13 years | joannou | Updated of the vci trdid/rtrdid and pktid/rpktid fields for the direct … | 
                
                  |  |  | @283 | 13 years | joannou | Changed default value to 0 for the L1_MULTI_CACHE define
Fixed some … | 
                
                  |  |  | @282 | 13 years | bouyer | Complete r281:
Keep BEV bit set in STATUS register, and add an … | 
                
                  |  |  | @281 | 13 years | bouyer | Keep BEV bit set in STATUS register, and add an exception handler at … | 
                
                  |  |  | @280 | 13 years | bouyer | Remove unused base_addresses | 
                
                  |  |  | @279 | 13 years | cfuguet | Introducing multi block read in the ioc_read function
for the FPGA platform | 
                
                  |  |  | @278 | 13 years | bouyer | The ring is cpu-ungry, so give one thread per ring when running under … | 
                
                  |  |  | @277 | 13 years | cfuguet | Fixing bug in the alloc dir FSM. The READ FSM release the lock
on the … | 
                
                  |  |  | @276 | 13 years | bouyer | A boot loader to be stored in ROM of a TSAR platform.
Based on Cesar … | 
                
                  |  |  | @275 | 13 years | bouyer | This VHDL implementation uses rings, use rings here too. | 
                
                  |  |  | @274 | 13 years | bouyer | Add a platform describing as closely as possible the hardware that
is … | 
                
                  |  |  | @273 | 13 years | cfuguet | Modificating the VCI Memory Cache to align the VHDL and the SOCLIB … | 
                
                  |  |  | @272 | 13 years | bouyer | Fix writes:
- properly compute r_buf_address, + has highter priority … | 
                
                  |  |  | @271 | 13 years | bouyer | Remove useless file. | 
                
                  |  |  | @270 | 13 years | haoliu | fix bug for test_sync | 
                
                  |  |  | @269 | 13 years | haoliu | fix bug for test_sync | 
                
                  |  |  | @268 | 13 years | bouyer | Dummy commit to test post-commit hook | 
                
                  |  |  | @267 | 13 years | bouyer | Forced commit to test post-commit-hook | 
                
                  |  |  | @266 | 13 years | bouyer | Sync with reality | 
                
                  |  |  | @265 | 13 years | bouyer | Update/add 2 new tests, from tests_mips32_vcache:
test_llsc: check … | 
                
                  |  |  | @264 | 13 years | bouyer | We have big servers, so use some parallelism here | 
                
                  |  |  | @263 | 13 years | alain | Introducing a network controller (vci_multi_nic) in the I0 cluster. | 
                
                  |  |  | @262 | 13 years | alain | Bug fixing: The handling of L/R bit update has been modified in DCACHE … | 
                
                  |  |  | @261 | 13 years | alain | The tsarv4_generic_mmu platform has been modified to use the … | 
                
                  |  |  | @260 | 13 years | alain | The vci_block_device_tsar_v4 component has been modified to support … | 
                
                  |  |  | @259 | 13 years | almaless | Introduce ALMOS used platforms for TSAR.
See the package's README … | 
                
                  |  |  | @258 | 13 years | almaless | Introduce a vci profiler for TSAR direct network | 
                
                  |  |  | @257 | 13 years | almaless | - Adding two arguments: BLKSZ (sector size) and THREADS (OpenMP … | 
                
                  |  |  | @256 | 13 years | almaless | Increase the set of allowed sector sizes until small-page size | 
                
                  |  |  | @255 | 13 years | alain | Two modifications in the "tsarv4_generic_mmu" platform:
1) improving … | 
                
                  |  |  | @254 | 13 years | alain | Two modifications:
1/ fixing a bug in the DCACHE_CC_INVAL state, … | 
                
                  |  |  | @253 | 13 years | meunier | Added the display of the name of the component in the vci_cc_vcache_v4 … | 
                
                  |  |  | @252 | 13 years | meunier | Minor changes on the soft_filter. This version works on tsar … | 
                
                  |  |  | @251 | 13 years | cfuguet | Add the r_tgt_dcache_rsp and r_tgt_icache_rsp in the condition to go … | 
                
                  |  |  | @250 | 13 years | alain | Removing parasitic constructor message. | 
                
                  |  |  | @249 | 13 years | meunier | Formatting of topcell and cluster files | 
                
                  |  |  | @248 | 13 years | meunier | Updates in the soft_filter application (bug corrections, formatting, … | 
                
                  |  |  | @247 | 13 years | cfuguet | Introducing new CLEANUP transaction address specification in the … | 
                
                  |  |  | @246 | 13 years | cfuguet | Bug fix in IXR_RSP FSM. Erroneous condition for the error verification | 
                
                  |  |  | @245 | 13 years | alain | ntroducing a segmentation violation checking | 
                
                  |  |  | @244 | 13 years | meunier | soft_transpose update to match platform changes | 
                
                  |  |  | @243 | 13 years | fraga | Adding platform using vci_io_bridge | 
                
                  |  |  | @242 | 13 years | fraga | Reparing erroneous commit | 
                
                  |  |  | @241 | 13 years | fraga | Adding platform using vci_io_bridge | 
                
                  |  |  | @240 | 13 years | fraga | Adding component vci_io_bridge | 
                
                  |  |  | @239 | 13 years | cfuguet | Bug fix: When there is a pending write in the stage 1 of the write … | 
                
                  |  |  | @238 | 13 years | fraga | Changing ICACHE TLB MISS requests priority in DCACHE_IDLE. Now, the … | 
                
                  |  |  | @237 | 13 years | haoliu | fix bug in state DCACHE_TLB_GET_PTE1_UPDT and DCACHE_TLB_GET_PTE2_UPDT | 
                
                  |  |  | @236 | 13 years | haoliu | fix bug in state ICACHE_XTN_CACHE_INVAL_VA* | 
                
                  |  |  | @235 | 13 years | haoliu | BUG FIX: In the ICACHE FSM, state ICACHE_XTN_CACHE_FLUSH | 
                
                  |  |  | @234 | 13 years | almaless | Bug-fix: use the loader's reference instead a copy of it. The ram … | 
                
                  |  |  | @233 | 13 years | alain | Fixing a bug in the DCACHE_IDLE state: The coherence request were not … | 
                
                  |  |  | @232 | 13 years | alain | Introducing the elementary tests for a TSAR mono-cluster … | 
                
                  |  |  | @231 | 13 years | alain | Fixing a bug in CLEANUP_FSM : The r_dcache_cleanup_req flip-flop
must … | 
                
                  |  |  | @230 | 13 years | alain | Fixing a bug in the LL reservation registration | 
                
                  |  |  | @229 | 14 years | alain | bug fix | 
                
                  |  |  | @228 | 14 years | alain | Fixing a bug in the INIT_FSM (in case of write on disk) | 
                
                  |  |  | @227 | 14 years | alain | Fixinng a bug in the handling of the generic_cam
to support pipelined … | 
                
                  |  |  | @226 | 14 years | cfuguet | New tsar v1 monocluster platform | 
                
                  |  |  | @225 | 14 years | bouyer | Normalize trace: address and data in hex, the rest (way/set/trdid/etc) … | 
                
                  |  |  | @224 | 14 years | bouyer | Normalize trace message: address, data and byte enable in hex, … | 
                
                  |  |  | @223 | 14 years | alain | Fixing a bub in SC_FSM: The write was done too sytematically in the … | 
                
                  |  |  | @222 | 14 years | bouyer | make the cache monitor function print the FSM state which does the … | 
                
                  |  |  | @221 | 14 years | alain |  | 
                
                  |  |  | @220 | 14 years | alain |  | 
                
                  |  |  | @219 | 14 years | alain |  | 
                
                  |  |  | @218 | 14 years | alain |  | 
                
                  |  |  | @217 | 14 years | alain | Fixing a bug in the DCACHE_INVALTLB_SCAN sub-FSM:
It requires a … | 
                
                  |  |  | @216 | 14 years | bouyer | BLOCK_DEVICE_BLOCK_SIZE should return the block size in bytes, not … | 
                
                  |  |  | @215 | 14 years | alain | Introducing start_monitor() & stop_monitor() methods in vci_mem_cache_v4 | 
                
                  |  |  | @214 | 14 years | bouyer | Add iss_set_debug_mask() method, used to set the iss's debug mask. | 
                
                  |  |  | @213 | 14 years | bouyer | DCACHE_DIRTY_SC_WAIT: when the SC fails, send a cleanup as we … | 
                
                  |  |  | @212 | 14 years | bouyer | Introduce read_neutral(), which returns a directory entry without … | 
                
                  |  |  | @211 | 14 years | bouyer | cache_monitor(): monitor the icache as well as the dcache
Add missing … | 
                
                  |  |  | @210 | 14 years | bouyer | cache_monitor(): use read_neutral(), this should not change the cache … | 
                
                  |  |  | @209 | 14 years | bouyer | Initialize all variables that will be used later | 
                
                  |  |  | @208 | 14 years | alain | Introducing a mono-processor architecture using the cc_xcache_v4 | 
                
                  |  |  | @207 | 14 years | alain | Introducing a mono-pprocesseur architecture using cc_vcache_V4 | 
                
                  |  |  | @206 | 14 years | alain | bug fixing | 
                
                  |  |  | @205 | 14 years | alain | bug fixing | 
                
                  |  |  | @204 | 14 years | alain | bugs fix | 
                
                  |  |  |