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
2
Makefile
2
Makefile
|
@ -159,7 +159,7 @@ v_sim_vcd:
|
|||
# ----------------------------------------------------------------
|
||||
|
||||
fpga:
|
||||
make -C ulx3s_fpga
|
||||
make -C ulx3s_fpga mkTop.bit
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
|
|
Reference in a new issue