mirror of
https://gitlab.com/brendanhaines/cpu.git
synced 2024-12-25 18:46:53 -07:00
tweak makefile
This commit is contained in:
parent
c0852697df
commit
b79c572a22
3
Makefile
3
Makefile
|
@ -40,9 +40,10 @@ $(BUILD_DIR)/%.elf: test/%.ld $(BUILD_DIR)/%.o | $(BUILD_DIR)
|
|||
%.hex: %.elf
|
||||
riscv64-linux-gnu-objcopy --target=verilog $< $@
|
||||
|
||||
sim: $(BUILD_DIR)/tb.out $(BUILD_DIR)/test.hex
|
||||
$(BUILD_DIR)/core_tb.vcd: $(BUILD_DIR)/tb.out $(BUILD_DIR)/test.hex
|
||||
cd $(BUILD_DIR) && ./tb.out
|
||||
|
||||
sim: $(BUILD_DIR)/core_tb.vcd
|
||||
|
||||
## General
|
||||
$(BUILD_DIR):
|
||||
|
|
Loading…
Reference in New Issue
Block a user