- Oct 05, 2022
-
-
PATUREL Joseph authored
-
PATUREL Joseph authored
-
- Sep 30, 2022
-
-
ROKICKI Simon authored
Cleanup a few files See merge request srokicki/Comet!6
-
- Sep 29, 2022
-
-
PATUREL Joseph authored
-
ROKICKI Simon authored
-
ROKICKI Simon authored
-
ROKICKI Simon authored
-
- Dec 11, 2021
-
-
Jean-Michel Gorius authored
Remove deprecated options and adhere to the clang-format configuration file schema.
-
Jean-Michel Gorius authored
-
Jean-Michel Gorius authored
Ignore some additional build artifacts and tool directories.
-
- Nov 29, 2021
-
-
ROKICKI Simon authored
-
ROKICKI Simon authored
-
- Nov 22, 2021
-
-
ROKICKI Simon authored
-
ROKICKI Simon authored
-
- Nov 10, 2021
-
-
ROKICKI Simon authored
-
ROKICKI Simon authored
-
ROKICKI Simon authored
-
- May 09, 2021
-
-
Davide Pala authored
-
Davide Pala authored
-
- May 08, 2021
-
-
Davide Pala authored
-
Davide Pala authored
-
Davide Pala authored
-
Davide Pala authored
- Add function string_from_mem to read string from
-
Davide Pala authored
-
- Apr 22, 2021
-
-
Arash Nejat authored
-
- Apr 21, 2021
-
-
Arash Nejat authored
a function, named printInfo, is added to simulator.h. It prints out the registers value. This function is called 2 times. when we have a break point, for Fault injection, and when the simulation execution is done.
-
- Apr 15, 2021
-
-
ROKICKI Simon authored
-
ROKICKI Simon authored
-
- Mar 09, 2021
-
-
ROKICKI Simon authored
Use option -b for adding a breakpoint at a given cycle number. Use -e for adding a maximal number of cycle to run.
-
- Jan 26, 2021
-
-
FORTUNE Logan authored
-
- Jan 23, 2021
-
-
Davide Pala authored
Merging changes to header styles
-
Davide Pala authored
- Moved DRAM_SIZE from core.h to basic_simulator.h - changed c headers with c++ headers (stdio.h -> cstdio) - use "" instead of <> for local includes
-
- Jan 22, 2021
-
-
FORTUNE Logan authored
-
Logan Fortune authored
-
- Jan 15, 2021
-
-
Davide Pala authored
- Changed the interface of BasicSimulator to take file names as std::strings - Added helper function to open file and check for fopen errors - Added helper function to open file or assign default if file name is an empty string
-
Davide Pala authored
-
Davide Pala authored
-
Davide Pala authored
- BasicSimulator memory is now a single vector of ac_int - Introduced helper function setByte to write bytes of the simulator memory without going through the core - The constructor now initialises the memory without going throug the core.dm or core.im - Simplified reading of the elf sections - Refactored code that poulates the stack with command line arguments
-
Davide Pala authored
-
PALA Davide authored
Elf file refactoring See merge request srokicki/Comet!2
-