Add clean before fpga ram make all

This commit is contained in:
colin 2022-02-17 06:20:57 +00:00
parent 8e190efed0
commit cffec82632
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ TARGET=top
OBJS+=top.sv
OBJS+=bram.sv
all: ${TARGET}.bit
all: clean ${TARGET}.bit
$(TARGET).json: $(OBJS)
yosys -p "read_verilog -sv $(OBJS); synth_ecp5 -top ${TARGET} -json $@"