Invoke Xilinx Platform Studio and set-up by Base System Builder


When we develop an embedded system which uses Microblaze softcore processor on Xilinx's FPGA, it designed using EDA software named Xilinx Platform Studo (XPS).
XPS is invoked by the following command. (Don't enter '$' because of prompt. And don't enter follows '#' for comment.)
$ ssh -Y calc1                  # It logs in to the calculation server.
$ source ~kuga/setup/ise147     # It sets in the environment.
$ mkdir life                    # It creates the directory which is for work.
$ cd life                       # It moves to the working directory.
$ xps &                         # It starts up a design tool.
Then, the following window arises.



"Using Create New Project Using Base System Builder", it creates a base embedded system.
Click BSB icon in the left upper.
You set some items as follows on "Create New XPS Project Using BSB Wizard" window.



After click "OK", following "Base System Builder -- AXI flow" window arise.



You set some items as follows;
  1. Board : you chooses an experiment board.
    "Choosing Create a system for the Following Development Board" Click "Next".
  2. In next window, you set some configuration for processor.
Click "Finish" to exit from BSB, then following window arises.




Next, model creation of video module.
|Back |Top |Next|