Closed suluoniu closed 4 years ago
To run the processor example on a Basys3 board three steps are required:
BASYS3.config
This allows the simulator to add the FPGA specific hdl code required to create the clock signal.I do as you told me, only the example ProcessorMux.dig can export vhdl successfully ,is it right?
Yes, there are two examples available: HDLExample.dig
and VGAExample.dig
.
In HDLExample.dig
the processor runs a program that creates a lightchase that can be controlled with the buttons. And VGAExample.dig
also contains a VGA card and the running program displays a character set on a connected VGA monitor and you can move a smiley across the screen with the buttons.
Both examples use ProcessorMux.dig
because it uses a muxer instead of a High-Z bus. Bus drivers with High-Z output are not supported in HDL export. See also here.
can the MIPS CPU example be downloaded to the basys3 ?