]> rtime.felk.cvut.cz Git - fpga/plasma.git/log
fpga/plasma.git
13 years agoRAM modified and *.bmm added. lightweight
Vladimir Burian [Tue, 15 Feb 2011 17:52:55 +0000 (18:52 +0100)]
RAM modified and *.bmm added.

RAM is expanded to 16 KB. Template of *.bmm file is added so the content
of memories can be filled with data from *.elf file using data2mem tool.

13 years agoUART baud-rate constant moved to generics parameters.
Vladimir Burian [Tue, 15 Feb 2011 17:36:54 +0000 (18:36 +0100)]
UART baud-rate constant moved to generics parameters.

13 years agoAdded plasma.h
Vladimir Burian [Tue, 15 Feb 2011 17:27:26 +0000 (18:27 +0100)]
Added plasma.h

Added plasma.h header with hardware definitions from the original
project.

13 years agoInitial commit on "lightweight" branch.
Vladimir Burian [Mon, 14 Feb 2011 14:34:32 +0000 (15:34 +0100)]
Initial commit on "lightweight" branch.

Nearly all unneeded files removed.

Purpose of this branch is to create from the original Plasma project
"lightweight" softcore MIPS processor module, which could be easily used
without an external memory, without OS, and which could be easily
expanded by users own periphery. I.e. the final module should be minimally
hardware dependant and well expandable.

13 years agoLocal copy of Plasma MIPS project. master
Vladimir Burian [Mon, 14 Feb 2011 13:09:49 +0000 (14:09 +0100)]
Local copy of Plasma MIPS project.

See project homepage at <http://opencores.org/project,plasma>.
Actual trunk directory is copied.