- DCLS_Top.v - Main dual-core lockstep top module
- RISC_V_Core_Mockup.v - Simplified RISC-V core for testing (replace with actual)
- memory_unit_Mockup.v - Simple memory unit for testing (replace with actual)
- tb_DCLS_Top.v - Comprehensive testbench with 7 test scenarios
- README_DCLS_Modules.md - Main documentation and usage guide
- Implementation_Notes.md - Important issues and integration notes
- File_List.txt - This file
- run_dcls_tb.tcl - Vivado batch mode simulation script
- run_dcls_tb.do - ModelSim/QuestaSim simulation script
Total: 9 files
Note: Replace the mockup modules (files 2 and 3) with your actual RISC-V processor and memory unit implementations for the complete system.