aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTsukasa OI <research_trasio@irq.a4lg.com>2021-12-16 01:59:00 +0900
committerTsukasa OI <research_trasio@irq.a4lg.com>2021-12-16 02:14:40 +0900
commitcfbb07ab4a9ff5f2a6502fd2c061df9ac0bd103f (patch)
tree20aeed7ae2e7e19d27f5a98f408a8ef7e39cab2b /.gitignore
parent922aa58a5f5cb5008db236d9c21375a27197a038 (diff)
downloadriscv-opcodes-cfbb07ab4a9ff5f2a6502fd2c061df9ac0bd103f.zip
riscv-opcodes-cfbb07ab4a9ff5f2a6502fd2c061df9ac0bd103f.tar.gz
riscv-opcodes-cfbb07ab4a9ff5f2a6502fd2c061df9ac0bd103f.tar.bz2
Make intermediate header file
Instead of making (and depending on) multiple header files in external repositories, this commit makes single intermediate file and copies it to external directories on install. This will... * Reduce CPU time (only slightly, though). * Enable making header file *without* cloning and destroying external repositories (`make encoding.out.h`). * Ensure that latest encoding.h is generated and copied on install, even after fresh checkout on an external source tree.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 9512eca..ccff222 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
.*.swp
+encoding.out.h
inst.chisel
inst.go
instr-table.tex