diff options
author | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-02-16 20:55:24 +0200 |
---|---|---|
committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-02-16 20:55:24 +0200 |
commit | 82dec45fd786831f791b17b84aedb4d99b5ca25d (patch) | |
tree | 5b98b452edc749b938a67368c9020244ca40595e /.gitignore | |
parent | 0141d830f3326594f159c627dbbc284fdef27674 (diff) | |
download | ttarv32-82dec45fd786831f791b17b84aedb4d99b5ca25d.tar.gz ttarv32-82dec45fd786831f791b17b84aedb4d99b5ca25d.zip |
add initial risc-v -> tta translation block
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..116542f --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +tb/rv2insn +tb/rv2insn.hex +tb/*.vcd +tb/*objdir |