Make make fpga
work
`ERROR: IO 'ftdi_txd_1' is unconstrained in LPF (override this error with --lpf-allow-unconstrained)`
This commit is contained in:
parent
1622e3ab6b
commit
7471c0188a
3 changed files with 5 additions and 2 deletions
|
@ -5,7 +5,7 @@ IDCODE ?= 0x41113043 # 85f
|
|||
|
||||
all: prog
|
||||
|
||||
../verilog_RTL/$(TOPMODULE).v: ../src/Top.bsv
|
||||
../verilog_RTL/$(TOPMODULE).v: ../bs/Top.bs
|
||||
V_SIM=verilator TOPMODULE=$(TOPMODULE) make -C ../ v_compile
|
||||
|
||||
$(TOPMODULE).json: ../verilog_RTL/$(TOPMODULE).v
|
||||
|
@ -21,6 +21,7 @@ $(TOPMODULE).config: $(TOPMODULE).json
|
|||
--textcfg $@ \
|
||||
--lpf ulx3s_v20.lpf \
|
||||
--85k \
|
||||
--lpf-allow-unconstrained \
|
||||
--package CABGA381
|
||||
|
||||
$(TOPMODULE).bit: $(TOPMODULE).config
|
||||
|
|
Reference in a new issue