diff options
| author | Julian Blake Kongslie | 2021-03-28 15:31:00 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2021-03-28 15:32:26 -0700 |
| commit | 484293ae7865bf10d8bdb9c5c70982c57acfc0c9 (patch) | |
| tree | 0d553f9e42631688b90933d6c2a398071f65e5c2 /Makefile | |
| parent | Initial commit. (diff) | |
| download | noncpu-484293ae7865bf10d8bdb9c5c70982c57acfc0c9.tar.xz | |
Some more interesting opcodes.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -9,7 +9,7 @@ sim: build/Vtop | |||
| 9 | 9 | ||
| 10 | build/Vtop: $(SOURCES) $(COLLATERAL) | 10 | build/Vtop: $(SOURCES) $(COLLATERAL) |
| 11 | @mkdir -p build | 11 | @mkdir -p build |
| 12 | verilator +1800-2017ext+sv -Wall -Wno-BLKSEQ -Wno-UNUSED -O3 -Ihdl $(OPTS) --Mdir build --trace --cc --build -j --exe --top-module top $(SOURCES) | 12 | verilator +1800-2017ext+sv -Wall -Wno-BLKSEQ -Wno-UNUSED -Wno-WIDTH -O3 -Ihdl $(OPTS) --Mdir build --trace --cc --build -j --exe --top-module top $(SOURCES) |
| 13 | 13 | ||
| 14 | clean: | 14 | clean: |
| 15 | rm -rf build | 15 | rm -rf build |
