rocket-chip icon indicating copy to clipboard operation
rocket-chip copied to clipboard

where is the Constraint file?

Open yusuftkmn opened this issue 4 years ago • 1 comments

Hello, defaultFPGA has 951 I/O in vivado but no constraint file. How do I assign I/O? I/O names are very different with certain FPGAs.

yusuftkmn avatar Sep 02 '21 06:09 yusuftkmn

The I/O pins can be configured in the Scala source code under fpga-shells/src/main/scala/shell/xilinx/. You may need to use sifive/freedom or ucb-bar/chipyard for fpga prototyping!

mbs0221 avatar Nov 16 '21 03:11 mbs0221