##// END OF EJS Templates
Added lfr_output_save module in lpp_sim lib :...
Added lfr_output_save module in lpp_sim lib : this module permits to write in file all evolution of the analog LFR's output during a simulation Added test Test_DAC_to_File : an implementation example of lfr_output_save module.

File last commit:

r681:9d85f9f8f05a default
r688:c0c43c9d60f1 tip Simu-LFR-FM
Show More
README.md
65 lines | 1.8 KiB | text/x-minidsrc | MarkdownLexer

This LEON3 design is tailored to the Scarab Hardware MiniSpartan6+ board.

Simulation and synthesis

This design tries to use as much as possible free (as in freedom) tools and at least free (as in free beer) when impossible.

Note that the simulation doesn't work as expected yet.

To build the design:

make ise

To load into FPGA RAM:

make load-ram

To load into FPGA Flash:

make load-flash

Design specifics

  • The AHB and processor is clocked from the 50 MHz clock.

  • The SDRAM is working with the sdctrl16 memory controller taken from leon3-altera-de2-ep2c35 design.

  • The UART DSU interface ie enabled and connected to interface B of ft2232H chip. Start GRMON with -uart /dev/ttyUSB1

  • Output from GRMON2 should look similar to this:

  GRMON2 LEON debug monitor v2.0.80-beta 64-bit eval version

  Copyright (C) 2016 Cobham Gaisler - All rights reserved.
  For latest updates, go to http://www.gaisler.com/
  Comments or bug-reports to support@gaisler.com

  This eval version will expire on 18/04/2017

  using port /dev/ttyUSB1 @ 115200 baud
  GRLIB build version: 4164
  Detected frequency:  50 MHz

  Component                            Vendor
  LEON3 SPARC V8 Processor             Cobham Gaisler
  AHB Debug UART                       Cobham Gaisler
  AHB/APB Bridge                       Cobham Gaisler
  LEON3 Debug Support Unit             Cobham Gaisler
  PC133 SDRAM Controller               Cobham Gaisler
  Multi-processor Interrupt Ctrl.      Cobham Gaisler
  Modular Timer Unit                   Cobham Gaisler
  General Purpose I/O port             Cobham Gaisler

  Use command 'info sys' to print a detailed report of attached cores

grmon2>