Skip to content

Commit

Permalink
nextpnr: allow timing to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
emard committed Apr 27, 2020
1 parent dc45acc commit 8507393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ulx3s/ulx3s.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $(BUILDDIR)/toplevel.json: $(VERILOG)
yosys -p "synth_ecp5 -json $@" $^

$(BUILDDIR)/%.config: $(PIN_DEF) $(BUILDDIR)/toplevel.json
nextpnr-ecp5 --${DEVICE} --package CABGA381 --freq 25 --textcfg $@ --json $(filter-out $<,$^) --lpf $<
nextpnr-ecp5 --${DEVICE} --package CABGA381 --timing-allow-fail --freq 25 --textcfg $@ --json $(filter-out $<,$^) --lpf $<

$(BUILDDIR)/toplevel.bit: $(BUILDDIR)/toplevel.config
ecppack --compress $^ $@
Expand Down

0 comments on commit 8507393

Please sign in to comment.