diff options
| author | 2022-07-21 03:01:58 -0400 | |
|---|---|---|
| committer | 2022-07-21 03:01:58 -0400 | |
| commit | d8b011110ad743771183ca7489401c11fe801e4f (patch) | |
| tree | b358e8698f50cc0a9de4243ef1a6bbd4d0138311 /tests/mode01.cpp | |
| parent | add gitignore (diff) | |
successfully test mode01, add Makefile
Diffstat (limited to 'tests/mode01.cpp')
| -rw-r--r-- | tests/mode01.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/mode01.cpp b/tests/mode01.cpp new file mode 100644 index 0000000..4b5ea78 --- /dev/null +++ b/tests/mode01.cpp @@ -0,0 +1,3 @@ +#include "Vmode01.h" +using TopModule = Vmode01; +#include "write_read.cpp" |
