]> rtime.felk.cvut.cz Git - fpga/openmsp430.git/log
fpga/openmsp430.git
12 years agoSubmodule uart master
Vladimir Burian [Wed, 18 May 2011 19:45:12 +0000 (21:45 +0200)]
Submodule uart

  > Resets changed from asynchronous to synchronous.
  > Early initialization of all relevant signals.

13 years agoNew top module with external data bus
Vladimir Burian [Thu, 14 Apr 2011 17:41:27 +0000 (19:41 +0200)]
New top module with external data bus

See README.

13 years agoAdded ready to use openMSP430 entity.
Vladimir Burian [Thu, 10 Mar 2011 12:53:48 +0000 (13:53 +0100)]
Added ready to use openMSP430 entity.

Entity has built-in memories and hw uart. *.bmm file required to
initialize memories in final bitfile is presented.

13 years agoAdded uart submodule.
Vladimir Burian [Thu, 10 Mar 2011 12:32:28 +0000 (13:32 +0100)]
Added uart submodule.

13 years agoAdd custom generics RAM.
Vladimir Burian [Thu, 10 Mar 2011 12:29:28 +0000 (13:29 +0100)]
Add custom generics RAM.

This generics entity produces array of block RAM primitives with
appropriate address and data decoders. The naming convention of
block RAM primitives is defined and it's simply to write correct
*.bmm file.

13 years agoAdded samples of Coregen memories.
Vladimir Burian [Thu, 10 Mar 2011 12:13:19 +0000 (13:13 +0100)]
Added samples of Coregen memories.

Compiled files, vhdl wrappers and templates of *.bmm files are included.

13 years agoRenamed file with openMSP430 defines.
Vladimir Burian [Thu, 10 Mar 2011 11:59:30 +0000 (12:59 +0100)]
Renamed file with openMSP430 defines.

Defines file (memory sizes, HW mult, dbg, ...) renamed
from "openMSP430_defines.v" to "openMSP430_defines_template.v",
because it was usualy included instead of customised defines
file listed in *.prj file. And this behavioral could not be changed
with "-vlgincdir" (Verilog include directory) switch in XST.

13 years agoOpenMSP430 core verilog source files moved to "core" subdirectory.
Vladimir Burian [Sun, 27 Feb 2011 17:53:00 +0000 (18:53 +0100)]
OpenMSP430 core verilog source files moved to "core" subdirectory.

13 years agoAdded partial copy of openMSP430.
Vladimir Burian [Sat, 8 Jan 2011 16:15:45 +0000 (17:15 +0100)]
Added partial copy of openMSP430.

Only core source files weve added.