Skip to content

Commit 80b0427

Browse files
committed
add pragma messages for testing
Signed-off-by: Eder Monteiro <[email protected]>
1 parent bdb811b commit 80b0427

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

kernel/driver.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
*
1818
*/
1919

20+
#pragma message("__DATE__ = " __DATE__)
21+
#pragma message("__TIME__ = " __TIME__)
22+
2023
#include "kernel/yosys.h"
2124
#include "kernel/hashlib.h"
2225
#include "libs/sha1/sha1.h"

0 commit comments

Comments
 (0)