Skip to content

Commit

Permalink
xc7: Remove the PCF file from linux_litex_demo.
Browse files Browse the repository at this point in the history
A pcf file should not be needed as the xdc provides the IO constraints.

Fixes chipsalliance#235

Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
  • Loading branch information
mithro committed Dec 29, 2021
1 parent 140dbd1 commit 2435b39
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 87 deletions.
1 change: 0 additions & 1 deletion xc7/linux_litex_demo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ TOP := top
SOURCES := ${current_dir}/baselitex_arty.v \
${current_dir}/../../third_party/vexriscv-verilog/VexRiscv_Linux.v

PCF := ${current_dir}/arty.pcf
SDC := ${current_dir}/arty.sdc
XDC := ${current_dir}/arty.xdc

Expand Down
86 changes: 0 additions & 86 deletions xc7/linux_litex_demo/arty.pcf

This file was deleted.

0 comments on commit 2435b39

Please sign in to comment.