vhdl_workshop:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
vhdl_workshop:start [2017/02/13 17:49]
SSE Minion [VHDL Code]
vhdl_workshop:start [2017/02/15 11:53]
SSE Minion [Working Environment]
Line 36: Line 36:
 The camera control system has to generate the appropriate signals for the lens shutter and the film transportation motor. It also generates the input signals for a small 7-segment display showing either the current exposure time or the total number of pictures taken so far. The user controls the camera operation via several keys. The camera control system has to generate the appropriate signals for the lens shutter and the film transportation motor. It also generates the input signals for a small 7-segment display showing either the current exposure time or the total number of pictures taken so far. The user controls the camera operation via several keys.
  
-TODO Bild Figure 2 Modules of the camera system+{{:vhdl_workshop:workshop_cameracontrolsystem.svg?nolink&650|Modules of the camera system}}
  
 The central control system that is to be developed in this course is split into seven modules: The central control system that is to be developed in this course is split into seven modules:
Line 65: Line 65:
  
 ==== Directory Structure ==== ==== Directory Structure ====
-First, you will need a directory where you can store the VHDL source code files. In the following, we assume that ~/workshop is the base directory for this project. It is advisable to separate the VHDL sources from their derived files, i.e. we will create a subdirectory ~/workshop/ WORK for the analysed objects.+First, you will need a directory where you can store the VHDL source code files. In the following, we assume that ~/workshop is the base directory for this project. It is advisable to separate the VHDL sources from their derived files, i.e. we will create a subdirectory ~/workshop/WORK for the analysed objects.
  
 ==== Working Environment ==== ==== Working Environment ====
Line 91: Line 91:
  
 Example of synthesis setup file: Example of synthesis setup file:
-<code>+<code tcl .synopsys_dc.setup>
 search_path = search_path + { . } search_path = search_path + { . }