OpenCores

Navré AVR clone (8-bit RISC)

Project maintainers

Details

Name: navre
Created: Aug 5, 2010
Updated: Apr 19, 2013
SVN Updated: Aug 24, 2010
SVN: Browse
Latest version: download (might take a bit to start...)
Statistics: View
Bugs: 0 reported / 0 solved
Star1you like it: star it!

Other project properties

Category:Processor
Language:Verilog
Development status:Stable
Additional info:Design done, FPGA proven, Specification done
WishBone compliant: No
WishBone version: n/a
License: GPL

Description

Navré is part of the Milkymist System-on-Chip, the most advanced open source SoC for interactive multimedia applications.

  • Atmel AVR compatible
  • All Classic Core instructions implemented, except conditional branches on I/O registers
  • No interrupt support
  • Interrupt related instructions behave as if the I (interrupt enable) bit is hardwired to 0
  • Verilog-2001
  • Used to control the SoftUSB OHCI USB host
  • Fully synchronous
  • 2-stage pipeline
  • Almost cycle accurate with the original AVR. Most instructions execute in 1 cycle.
  • Synthesis results (ISE 12.2 default, post performance evaluation P&R, XC6SLX45-2): 1K LUTs, 11.7ns (85MHz) clock period
For downloading the core, check the SoftUSB project.

Testing wanted!

Even though simple C programs can be run, the Navré softcore still contains several bugs and testers are most welcome.

The idea is to use Verilog simulations to run and verify every instruction just like the simulavr test suite (which can be used for inspiration). Simple and incomplete test benches can be found with the SoftUSB core.

If you are interested in carrying out this work because you need an AVR compatible softcore in your design or just as a contribution to the Milkymist project, please contact the Milkymist-devel mailing list or drop by the #milkymist channel on the FreeNode IRC network.

I will happily fix any bug you may find!