Commit dadae60
committed
Update Makefiles
- In emulator/Makefile, update `clean` target to remove .log and .vcd
- In Makefrag, added `CONFIG_TYPE` variable to pass desired Config while building a verilator model.
-By default, it stores the `DefaultConfig`
-But can be updated at command line.
For example, running `make debug CONFIG_TYPE=BitManipCryptoConfig` will build the verilator model
using `BitManipCryptoConfig`.
Signed-off-by: Abdul Wadood <abdulwadood.afzal88@gmail.com>1 parent f519be9 commit dadae60
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | | - | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments