An error occurred fetching the project authors.
- 06 Aug, 2018 1 commit
-
-
Cedric Roux authored
Pass the command line arguemnt -vcd to trace all VCD variables and functions.
-
- 02 May, 2018 1 commit
-
-
Cedric Roux authored
Whenever the value T_BUFFER_MAX changes, the tracers had to be recompiled. The only reason why it was needed is because we used some fixed size buffers to read events. This commit removes this restriction. Also, with the basic simulator, this value T_BUFFER_MAX now comes with an #ifdef which would have required some special hackish-level tricks in the tracers, which is not good. Let's just allocate memory when needed.
-
- 27 Oct, 2017 2 commits
-
-
Cedric Roux authored
Sometimes when the user does ctrl+c to quit, it may not quit if nothing comes on the socket. Closing the socket in the signal handler fixes this.
-
Cedric Roux authored
Later on, use this file with gtkwave. To be used to check realtime behaviour of the system.
-