Projet

Général

Profil

OuessantQuickStart » Historique » Version 5

Pierre-Henri HORREIN, 15/03/2016 12:48

1 4 Pierre-Henri HORREIN
2
{{>toc}}
3
4 1 Pierre-Henri HORREIN
h1. Ouessant HowTos: Quickstart
5
 
6 5 Pierre-Henri HORREIN
This page is still a Work in Progress. Feel free to signal any mistake/lack in the description.
7 1 Pierre-Henri HORREIN
8 5 Pierre-Henri HORREIN
h2. First simulation
9 1 Pierre-Henri HORREIN
10
Here are the required steps to set a Ouessant based system up. For now, only Leon based platforms are possible
11
12
h3. Requirements
13
14
In order to use Ouessant, a few tools are needed.
15
16
The Ouessant code base and build architecture relies on GNU/Linux common building tools. We do not support Windows as a development platform. On a Debian/Ubuntu GNU/Linux distribution, you can get the required tools with the following command:
17
18
    @sudo apt-get install build-essential gcc make git @
19 2 Pierre-Henri HORREIN
20 1 Pierre-Henri HORREIN
Ouessant is a hardware design, thus CAD tools are needed according to your needs:
21
22 5 Pierre-Henri HORREIN
 * if you want to work in simulation, ModelSim is required. 
23 2 Pierre-Henri HORREIN
 * if you want to work with Xilinx FPGA, ISE toolsuite with a valid license for the board you are using is required. Please note that for Nexys4 and Atlys board, ISE WebPack is sufficient. You will also need tools to program the board (impact for Xilinx, Adept for Digilent boards). 
24 1 Pierre-Henri HORREIN
25
Furthermore, you will need the tools for the processor you are working with. For LEON based SoC, this means :
26
27
 * the compiler(s) for the SPARC processor (Linux or/and bare (​http://www.gaisler.com/index.php/downloads/compilers?task=view&id=161) according to your needs)
28 2 Pierre-Henri HORREIN
 * the GRMON debugger (​http://www.gaisler.com/index.php/downloads/debug-tools?task=view&id=190) 
29 1 Pierre-Henri HORREIN
30
We assume that all those tools are available, and correctly configured. Please refer to the corresponding manuals if you need more information. Boards specific instruction for supported devices are provided in [OuessantBoards|the Ouessant boards page].
31
32 5 Pierre-Henri HORREIN
h3. Getting started: setting up Ouessant environment
33 1 Pierre-Henri HORREIN
34 2 Pierre-Henri HORREIN
 # Download the folder and extract it with the help of an archive manager. You should put the “ouessant” folder where you can easily find it, for instance in your personal folder.
35 1 Pierre-Henri HORREIN
 # Now open a terminal and go to the project's root (ie. the folder you have just extracted). If you put it in your home directory, you can do this by typing :
36
   <pre>cd ~/ouessant</pre>
37
 # Set up the Ouessant environment:
38
   <pre>make env</pre>
39
   This will clone all necessary files from the git.
40
   *Warning* : make sure that you have all the required permissions on the ouessant folder.
41 5 Pierre-Henri HORREIN
42
We provide as much automation as possible to speed up the process of getting a Ouessant processor up and running. You can get all available commands and help by typing @make help@ in the command line. 
43
44
The code is divided in 5 main directories (other directories will be described later):
45
* @ocp@ contains the main VHDL code for Ouessant,
46
* @drivers@ has all the example codes in it, for Linux and baremetal
47
* @socs@ is the main directory for complete example System on Chips
48
* @scripts@ contains tools for automation
49
* @tools@ is created to store tools for Ouessant, mainly the assembler 
50
51
When you run the @make env@ command, you download all required tools (especially the Leon tools), generate the Ouessant configurations, and compile the tools. You are now ready to compile a complete SoC with associated software, and run your first test. 
52
53
h3. Simulate a first Leon design
54
55 1 Pierre-Henri HORREIN
 # Now go to the leon3-ouessant-mst-minimal folder by typing:
56 3 Pierre-Henri HORREIN
   <pre>cd socs/leon3-ouessant-mst-minimal/</pre>
57 2 Pierre-Henri HORREIN
   and compile the project by running
58 3 Pierre-Henri HORREIN
   <pre>make vsim</pre>
59 1 Pierre-Henri HORREIN
   By default, this will compile a Leon processor with required peripherals, and a Ouessant with a Spiral DFT (256 points) accelerator.
60 2 Pierre-Henri HORREIN
 # Finally, type
61 3 Pierre-Henri HORREIN
   <pre>make vsim-launch</pre>
62 2 Pierre-Henri HORREIN
   to launch the simulation. This will only launch ModelSim?, you can then launch the simulation. This example takes a simulated 30 ms to complete. 
63 1 Pierre-Henri HORREIN
64
h3. Going further: modifying the project
65
66
Congratulations, you launched your first Ouessant project!
67
68
You can now modify it if you want to suit your need.
69
70
If you open the @leon3mp.vhd@ file, you will see the top for this design. You can modify the Ouessant instantiation in it (called @ouessant0@). For example, you can change the @orac@ generic parameter to suit your need.
71
72
You can also modify the test source code by editing the @systest.c@ file. For the moment, no Ouessant compiler exists, and the microcode must be written directly in binary.
73
74
h3. Getting started: run Ouessant on a FPGA
75
76
For now, Ouessant is available on Atlys and Nexys4 boards, only with a Leon project.
77
78 2 Pierre-Henri HORREIN
# If you want to load your project on FPGA, you first have to connect it to your computer and to turn it on.
79
# Go into the SoC design corresponding to your FPGA~/ouessant/design/leon3-ouessant-digilent-atlys/ and make sure there is the right version of leon3mp.vhd and systest.c.
80
# Type the following command line "make ise-prog-fpga". This will compile all vhd files for your Digilent Atlys FPGA. Please note that you should have Adept already installed.
81
# Type the following command line "sparc-elf-gcc systest.c -o systest". This will cross compile your C file into a binary stream for your FPGA.
82
# Connect your FPGA to your computer using its IP address via Network Manager for instance.
83
# Type the following command line "grmon -eth XXX.XXX.X.XX" where XXX.XXX.X.XX is your FPGA's IP address. The LED at the right of your FPGA should be on.
84
# Open PuTTY by typing "putty" in your terminal. Please note that you should have PuTTY already installed.
85
# Fill the Host Name field with "/dev/ttyACM0" and the port name with "38 400".
86
# To make sure that you're correctly connected, click on the reset button on your FPGA. A short message should pop on the PuTTY terminal.
87
# Now you can load your program by typing the following command line in the GRMON terminal load systest.exe.
88
# Finally, you can run your program simply by typing "run" in the GRMON terminal.
89
# When you're done, you can exit the GRMON terminal by typing "quit". 
90 1 Pierre-Henri HORREIN
91
Have fun !
92
93
h2. Testing
94
95
In Ouessant, we try to keep everything functional from version to version. This is done through automated testing.
96
97
Automated testing is still under construction, and most modules are not yet tested. However, the architecture is available, and it is strongly recommended to provide tests if you want to add a module.
98
Which simulator?
99
100
Several simulation tools can be used in Ouessant. We currently support ModelSim, Xilins ISim, and GHDL for automated tests. GHDL will shortly be usable for local tests. Depending on the tools available for you, here are some advantages and disadvantages for each simulator.
101
102 2 Pierre-Henri HORREIN
 * ModelSim is efficient and interactive. It can easily be used and adapted for the project, allows simulation break and restart, and performs fast simulation. However, it is very expensive, and not available everywhere.
103
 * ISim is available for free with ISE WebPack. However, its performance are not good, and simulation time can be very high. Support is provided mainly for unit test, and for debug, but it should not be used for batch tests.
104
 * GHDL is efficient, open source, and easy to use. It performs better than ModelSim (faster). However, it is not interactive, and can not be scripted. It is our prefered choice for batch tests. 
105 1 Pierre-Henri HORREIN
106
h3. Test architecture overview
107
108
The automated test architecture is build so that it can be used either with ISim (Xilinx integrated simulator) or ModelSim. To add a test, two different parts must be added.
109
110
# Create your testbench in @$(OUESSANT)/ocp/testbench@. This must respect a few criterions:
111 2 Pierre-Henri HORREIN
    
112 1 Pierre-Henri HORREIN
  *  it must have a generic @debug_level@ of type @severity_level@.
113
  *  it can have any generic you want according to the module you are testing. These generics will then be configurable and different configurations will be tested.
114
  *  it should be automated, with an automated checker. Errors should be detected with an assert, with severity @debug_level@.
115 2 Pierre-Henri HORREIN
  *  you can use and improve the tb_global_pkg package, which provides some useful procedure to display data and generate random inputs. 
116
# Once the testbench is created, create your test configuration(s) in @$OUESSANT/tests/<test_name>@. This test configuration is used to provide information on the test unit to the automated test architecture. More specifically, it gives a list of involved files, configurations to be applied, and the scripts which can be used for interactive or batch testing. For now, you can use an existing test configuration as a basis. In the future, a script will be provided which will create these automatically.
117
  There are some little points to take into account when writing tests:
118
   
119
  *    the test (ie. the directory) must have the same name than the entity of the top testbench it is linked to.
120
  *    the list of VHDL (resp. Verilog) files is given in vhdlfiles (resp. vlogfiles). Please be careful: there should be no trailing blank characters at the end of line, or ISim compilation won't be performed correctly.
121
  *    a short human-readable description of the test is provided in short_description, and a detailed one in long_description.
122 1 Pierre-Henri HORREIN
  *    there are 4 TCL scripts, 2 for ISim and two for ModelSim. The "interactive" script is used when the test is launched in an interactive way (meaning with GUI). The other scripts are used when automated tests are used. You should not need to modify these scripts except if you want some specific features. They are placeholders, then calling generic scripts. They are only provided for very specific cases.
123 2 Pierre-Henri HORREIN
  *    the configs directory contains one INI file per required configuration. A configuration gives the values for the generic parameters of the testbench. This is done using a @generic_name=value@ list, one per line, in a [generics] section. It will then be used either for compiling with ISim, or to launch the simulations with ModelSim?. debug_level should not be handled in this configuration. 
124 3 Pierre-Henri HORREIN
# You can now run your test. Run: 
125 2 Pierre-Henri HORREIN
126 3 Pierre-Henri HORREIN
<pre>make help_tests</pre>
127 2 Pierre-Henri HORREIN
128 3 Pierre-Henri HORREIN
to get a list of tests related command. 
129 2 Pierre-Henri HORREIN
130 1 Pierre-Henri HORREIN
h3. Using GHDL to perform non-regression tests
131
132
In order to perform non-regression test, GHDL can be used with the automated test architecture. Please note that it is not fully integrated in the test architecture, and that it currently heavily relies on bash scripts and on the user, instead of Makefile automation.
133
134
In order to use GHDL, you need the latest not released GHDL version (see ​http://sourceforge.net/projects/ghdl-updates/ for more information). A script is provided in Ouessant to perform a local only install, which will then be used in the project. This is necessary because the latest release does not support top level generic value modification from the command line.
135
Installing GHDL
136
137
To install GHDL in the Ouessant project, you first need to install llvm, clang, libz and libedit. In a Debian/Ubuntu distribution, run :
138
139 3 Pierre-Henri HORREIN
<pre>sudo apt-get install gnat-5 llvm-dev clang libedit-dev libz-dev mercurial</pre>
140 1 Pierre-Henri HORREIN
141
Once this is done, you can run the install script:
142
143 2 Pierre-Henri HORREIN
    @$OUESSANT/scripts/install_ghdl.sh <path_to_ouessant>@
144 1 Pierre-Henri HORREIN
145
The script will install a local version in $OUESSANT/tools/ghdl-local. Once it successfully finishes, you can run
146
147 2 Pierre-Henri HORREIN
    @make tests_ghdl@
148 1 Pierre-Henri HORREIN
149
to run the complete set of tests, or
150
151 2 Pierre-Henri HORREIN
    @make <unit_test>_batch_ghdl@
152 1 Pierre-Henri HORREIN
153
to run only one. GHDL does not allow interactive launch for now. For now, no VCD file is created, even if it is on the TODO list of the project (but not of high priority!).
154
Current limitations of the test architecture
155
156
There are some limitations which will be addressed later:
157
158 2 Pierre-Henri HORREIN
 * a test can only be described to succeed. For now, you cannot create a failing configuration. This will be addressed later.