Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Page properties
hiddentrue
idComments

Template Revision 12.0 8 - on construction

Design Name always "TE Series Name" + Design name, for example "TEI0003 TE0720 Test Board"


HTML
<!-- tables have all same width (web max 1200px and pdf full page(640px), flexible width or fix width on menu for single column can be used as before) -->
<style>
.wrapped{
  width: 100% !important;
  max-width: 1200px !important;
 }
</style>

...

Page properties
hiddentrue
idComments

Important General Note:

  • Export PDF to download, if vivado revision is changed!

  • Designate all graphics and pictures with a number and a description, Use "Scroll Title" macro

    • Use "Scroll Title" macro for pictures and table labels. Figure number must be set manually at the moment (automatically enumeration is planned by scrollPDF)
      • Figure template (note: inner scroll ignore/only only with drawIO object):

        Scroll Title
        anchorFigure_xyz
        titleText


        Scroll Ignore

        Create DrawIO object here: Attention if you copy from other page, use


        Scroll Only

        image link to the generate DrawIO PNG file of this page. This is a workaround until scroll pdf export bug is fixed



      • Table template:

        • Layout macro can be use for landscape of large tables
        • Set column width manually(can be used for small tables to fit over whole page) or leave empty (automatically)

      • Scroll Title
        anchorTable_xyz
        titleText

        Scroll Table Layout
        orientationportrait
        sortDirectionASC
        repeatTableHeadersdefault
        style
        widths
        sortByColumn1
        sortEnabledfalse
        cellHighlightingtrue

        ExampleComment
        12



  • ...


Scroll pdf ignore

Table of contents

Table of Contents
outlinetrue

Overview

Page properties
hiddentrue
idComments

Notes :

NIOS II Design with SDRAM Controllercontroller, 3-axis Accelerometer and 5 different LED sequences, that can be toggled using the user button.

Refer to http://trenz.org/cyc1000-info for the current online version of this manual and other available documentation.

...

Page properties
hiddentrue
idComments

Notes :

  • Add basic key futuresfeatures, which can be tested with the design


Excerpt
  • Quartus 18Prime Lite 19.1
  • NIOS II
  • SPI
  • UART
  • EPCQ16(A) Flash flash memory
  • SDRAM memory
  • 3-axis Accelerometer
  • User LEDs
  • User buttons

...

Scroll Title
anchorTable_DRH
titleDesign Revision History

Scroll Table Layout
orientationportrait
sortDirectionASC
repeatTableHeadersdefault
style
widths
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

DateQuartusProject BuiltAuthorsDescription
2020-05-1319.1 Lite

TEI0003-test_board_noprebuilt-quartus_19.1.0-20200513080815.zip

TEI0003-test_board-quartus_19.1.0-20200513081030.zip

Thomas Dück
  • 19.1 update
2019-11-1118.1

TEI0003-test_board_noprebuilt-quartus_18.1-20191111104152.zip

TEI0003-test_board-quartus_18.1-20191111104339.zip

Thomas Dück
  • add bash files for Linux OS
2019-2010-2918.1

TEI0003-test_board_noprebuilt-quartus_18.1-20191029121432.zip

TEI0003-test_board-quartus_18.1-20191029121225.zip

Thomas Dück
  • create project with TE scripts
  • new board variants
2019-04-0218.1TEI0003-02-test_board-quartus_18.1-20190402.zipThomas Dück
  • initial release


...

Scroll Title
anchorTable_SW
titleSoftware

Scroll Table Layout
orientationportrait
sortDirectionASC
repeatTableHeadersdefault
style
widths
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

SoftwareVersionNote
Quartus Prime Lite1819.1needed
NIOS II SBT for Eclipse18.1---optionalneeded


Hardware

Page properties
hiddentrue
idComments

Notes :

  • list of software which was used to generate the design

Complete List is available on <design_name>/board_files/*_devices.csv

Design supports following modules:

Scroll Title
anchorTable_HWM
titleHardware Modules

Scroll Table Layout
orientationportrait
sortDirectionASC
repeatTableHeadersdefault
style
widths
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

Module ModelPCB Revision SupportBoard Part Short NameDDREPCQ FlashOthersNotes
TEI0003-02REV01, REV0225_C8_8MB8MByte2 MByte2MByteNANA
TEI0003-02AREV225_C8_8MB8MByte2 MByte2MByteNANA


Design supports following carriers:

...

Scroll Title
anchorTable_AHW
titleAdditional Hardware

Scroll Table Layout
orientationportrait
sortDirectionASC
repeatTableHeadersdefault
style
widths
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

Additional HardwareNotes
USB Cable cable for JTAG/UARTCheck Carrier Board and Programmer for correct type


...

Scroll Title
anchorTable_DS
titleDesign sources

Scroll Table Layout
orientationportrait
sortDirectionASC
repeatTableHeadersdefault
style
widths
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

TypeLocationNotes
Quartus<design_name>/source_files/quartusQuartus Project project will be generated by TE Scripts
Software<design_name>/source_files/softwareAdditional Software software will be generated by TE Scripts


...

Scroll Title
anchorTable_PF
titlePrebuilt files (only on ZIP with prebult content)

Scroll Table Layout
orientationportrait
sortDirectionASC
repeatTableHeadersdefault
style
widths
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

File

File-Extension

Description

SOPC Information File*.sopcinfoFile with description of the *.qsys file to create software for the target hardware
SRAM Object File*.sofRam configuration file
JTAG indirect configuration file*.jicFlash configuration Filefile
Diverse Reports---Report files in different formats
Software - Application - File*.elfSoftware Application application for NIOS II processor system


...

Reference Design is only usable with the specified Quartus version. Do never use different Versions versions of Quartus Software software for the same Projectproject.

Page properties
hiddentrue
idComments

Reference Design is available on:

Design Flow

Page properties
hiddentrue
idComments
Notes :
  • Basic Design Steps

  • Add/ Remove project specific description

...

The Trenz Electronic FPGA Reference Designs are TCL-script based projects. Command files for execution will be generated with "_create_win_setupTo create a project, open a project or program a device execute "create_project_win.cmd" on Windows OS and "create_createproject_linux_setup.sh" on Linux OS.

TE Scripts are only needed to generate the quartus project, all other additional steps are optional and can also executed by Intel  Intel Quartus/SDK GUI. For currently Scripts limitations on Win and Linux OS see: Project Delivery - Intel devices → Currently limitations of functionality

  1. Open create_createproject_win_setup.cmd/create_createproject_linux_setup.sh and follow instructions on shell:
  2. Press 0 and enter to start "Module Selection Guide"
  3. :
    'Create Project' GUI exampleImage Added
  4. Select Board in "Board selection"
  5. Click on "Create project" button to create projectCreate Project (follow instruction of the product selection guide), settings file will be configured automatically during this process
    1. (optional for manual changes) Select correct device and Quartus install path on "design_basic_settings.cmd"/ "quartus installation path in "<design_name>/settings/design_basic_settings.sh" and create Quartus project with "quartus_create_project_batchmode.cmd"/"quartus_create_project_batchmode.shtcl"

Launch

Page properties
hiddentrue
idComments

Note:

  • Programming and Startup procedure

Programming

JTAG

...

Note

Check Module and Carrier TRMs for proper HW configuration before you try any design.

EPCQ16(A) Flash

  1. Connect the Module to USB-Port
  2. Open Quartus project with "quartus_open_existingcreate_project_guimodewin.cmd"/ "quartus_open_existing_create_project_guimodelinux.sh
  3. Select correct board in "Board selection"
  4. Click on "
  5. Open the Quartus Prime Programmer from Tools → Programmer
  6. If the correct configuration file is not set:
    1. Delete other files
    2. Click "Add file..."
    3. select the correct *.jic file (created project file: <design_name>/quartus/output_files/test_board.jic or prebuilt file: <design_name>/prebuilt/<board_part_short_name>/programming_files/*.jic)
    4. enable Program/Configure
  7. Click start
  8. After Flash is programmed, press the reset button
  9. Program device" button
    1. if prebuilt files are available: select "Program prebuilt file"
    2. using own generated programming file: select "Program other file" and click on "Browse ..." to open own generated programming file
    3. (optional) click on "Open programmer GUI" to program device with Quartus programmer GUI
  10. Click on "Start program device" button

JTAG

Not used on this example.

Usage

  1. Prepare Hardware like described on section Programming
  2. Connect UART USB (most cases same as JTAG)

UART

  1. Open Serial Console "PuTTY"(e.g. PuTTY)Change settings in category "Session"
      Connection Type: Serial
    1. COM Port: Win OS see device manager (Win OS), Linux OS → OS see  dmesg | grep ttytty  (UART is *USB1)
    2. Speed: 115200
    Select "Implicit CR in every LF" in category "Terminal"
  2. Click Open
  3. Press reset button at on the module
  4. You can toggle Toggle between following LED sequences modes by pressing user button
    1. Spirit level
    2. Case statement sequence
    3. Shift register sequence
    4. Knightrider sequence
    5. Pulse-width modulation sequence

System Design - Quartus

Page properties
hiddentrue
idComments

Note:

  • Description of Block Design, Constrains... BD Pictures from Export...

Block Design

Scroll Title
anchorFigure_BD
titleBlock Design - Project
Block Design - test_board.bdfImage Added


Scroll Title
anchorFigure_BD
titleBlock Design - Platform Designer
Block Design - NIOS_test_board.qsysImage Added

Software Design - SDK

Page properties
hiddentrue
idComments
Note:
  • optional chapter separate

  • sections for different apps

Application

Page properties
hiddentrue
idComments



Template location: <design_name>/source_files/software/

test_board

Software example to test TEI0003 module.

Appx. A: Change History and Legal Notices

Document Change History

To get content of older revision  revision got to "Change History"   of this page and select older document revision number.

...

Scroll Title
anchorTable_dch
titleDocument change history.

Scroll Table Layout
orientationportrait
sortDirectionASC
repeatTableHeadersdefault
style
widths2*,*,3*,4*
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

DateDocument Revision

Authors

Description

Page info
modified-date
modified-date
dateFormatyyyy-MM-dd

Page info
infoTypeCurrent version
dateFormatyyyy-MM-dd
prefixv.
typeFlat

Page info
infoTypeModified by
typeFlat

  • 19.1 release
2019-11-11v.5Thomas Dück
  • add bash files for Linux OS
2019-10-29v.3Thomas Dück
  • change design to TE scripts
  • new board variants
2019-04-03v.2Thomas Dück
  • Initial release 18.1
--all

Page info
infoTypeModified users
dateFormatyyyy-MM-dd
typeFlat

--


...