Rename check target to syntax
check is normally used for automated tests.
This commit is contained in:
parent
04dc25c5dc
commit
9259065656
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -21,7 +21,7 @@ AS = $(TARGET)-as
|
|||
ASFLAGS = -march=rv32i -mabi=ilp32
|
||||
OBJCOPY = $(TARGET)-objcopy
|
||||
|
||||
.PHONY: all clean check time stat flash
|
||||
.PHONY: all clean syntax time stat flash
|
||||
|
||||
all: $(BIN)
|
||||
|
||||
|
|
@ -42,7 +42,7 @@ $(PLL):
|
|||
$(BLIF): $(YS) $(SRC) progmem_syn.hex
|
||||
yosys $(QUIET) -s $<
|
||||
|
||||
check: $(SRC) progmem_syn.hex
|
||||
syntax: $(SRC) progmem_syn.hex
|
||||
iverilog -Wall -t null -g2012 `yosys-config --datdir/ice40/cells_sim.v` $(SV)
|
||||
|
||||
$(ASC_SYN): $(BLIF) $(PCF)
|
||||
|
|
|
|||
Loading…
Reference in a new issue