deep

a Cross Development Platform for Java

User Tools

Site Tools


first_example

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
first_example [2020/11/19 19:57] – [Running Demo Programs] ursgraffirst_example [2020/12/01 14:24] – [Running Demo Programs] ursgraf
Line 13: Line 13:
 ===== Running Demo Programs ===== ===== Running Demo Programs =====
 The deep runtime library offers a couple of demo programs, e.g. using serial output or flashing a led. Create a new project as given above and open the //deep// project file. Navigate to //Referenced Libraries// entry in the //Package Explorer// and find a suitable demo program, e.g. ch.ntb.inf.runtime.zynq7000.microzed.demo.Blinker The deep runtime library offers a couple of demo programs, e.g. using serial output or flashing a led. Create a new project as given above and open the //deep// project file. Navigate to //Referenced Libraries// entry in the //Package Explorer// and find a suitable demo program, e.g. ch.ntb.inf.runtime.zynq7000.microzed.demo.Blinker
-{{:demoprograms.png?400|}}+{{:demoprograms.png?250|}}
  
 Edit the //rootclasses// entry in the //deep// project file as follows Edit the //rootclasses// entry in the //deep// project file as follows
Line 19: Line 19:
 # enter names of rootclasses, e.g. # enter names of rootclasses, e.g.
 # rootclasses = "test.MyFirstTestClass","other.MySecondTestClass"; # rootclasses = "test.MyFirstTestClass","other.MySecondTestClass";
- rootclasses = "ch.ntb.inf.runtime.zynq7000.microzed.demo.Blinker";+ rootclasses = "org.deepjava.runtime.zynq7000.microzed.demo.Blinker";
 </code> </code>
  
 Create a run configuration and run the program as given in [[first_example|Hello World with System.out]]. Be aware of the fact that all the examples using //flink// devices (which are implemented in the FPGA) need a suitable configuration loaded into the FPGA at startup. Create a run configuration and run the program as given in [[first_example|Hello World with System.out]]. Be aware of the fact that all the examples using //flink// devices (which are implemented in the FPGA) need a suitable configuration loaded into the FPGA at startup.