]> rtime.felk.cvut.cz Git - fpga/virtex2/uart.git/log
fpga/virtex2/uart.git
13 years ago+ README master
Vladimir Burian [Sun, 13 Feb 2011 16:26:13 +0000 (17:26 +0100)]
+ README

13 years agoPWM test added to the software.
Vladimir Burian [Sat, 12 Feb 2011 23:17:08 +0000 (00:17 +0100)]
PWM test added to the software.

13 years ago+ PWM output capability.
Vladimir Burian [Sat, 12 Feb 2011 22:46:34 +0000 (23:46 +0100)]
+ PWM output capability.

Added 2 new entities: counter and omsp_pwm.
Instances of these are inserted in the top-level.

13 years agoToplevel UART signals renamed.
Vladimir Burian [Sat, 12 Feb 2011 20:54:15 +0000 (21:54 +0100)]
Toplevel UART signals renamed.

TXD and RXD names in the top-level desing exchanged so it makes more sense.

13 years agoBuilding procedure changed.
Vladimir Burian [Sat, 12 Feb 2011 19:42:04 +0000 (20:42 +0100)]
Building procedure changed.

Makefile and all products of building are moved to the build directory.
Map and place & route steps divided into the standalone targets.
Some dependencies improved.
Readability improved.
Makefile comments added.

13 years agoOmsp_quadcount periphery changed.
Vladimir Burian [Mon, 7 Feb 2011 14:44:01 +0000 (15:44 +0100)]
Omsp_quadcount periphery changed.

Omsp_quadcount now includes qcounter component.
So the top level design has better hierarchy.
IRQ is changed to raise when qcounter AB error occures.
Software is accordingly modified.

13 years agoPeripheral logic address redefined as generic.
Vladimir Burian [Sun, 6 Feb 2011 17:00:10 +0000 (18:00 +0100)]
Peripheral logic address redefined as generic.

13 years agoSoftware modification to work whit HW UART
Vladimir Burian [Fri, 4 Feb 2011 19:56:41 +0000 (20:56 +0100)]
Software modification to work whit HW UART

Code si almost all rewritten.

13 years agoConnection of HW UART peripheral
Vladimir Burian [Fri, 4 Feb 2011 19:41:16 +0000 (20:41 +0100)]
Connection of HW UART peripheral

Peripherals of SW UART (GPIO and TimerA) were exchanged by HW UART peripheral.

13 years agoNew HW UART submodule added.
Vladimir Burian [Fri, 4 Feb 2011 14:55:49 +0000 (15:55 +0100)]
New HW UART submodule added.

13 years agoPeripheral connected to the quadcount module and an incremental encoder. Interrupt...
Vladimir Burian [Mon, 10 Jan 2011 19:21:09 +0000 (20:21 +0100)]
Peripheral connected to the quadcount module and an incremental encoder. Interrupt generation and handling added.

When incremental encoder is turned by one period or more, interrupt is generated and MCU sends current position over RS-232.

13 years agoAdded custom openMSP430 peripheral as an interface to the quadcount module.
Vladimir Burian [Mon, 10 Jan 2011 14:21:22 +0000 (15:21 +0100)]
Added custom openMSP430 peripheral as an interface to the quadcount module.

Quadcount modul is currently not present, instead constant vector is supplied. Loading of 32-bit value works and a small sample code is added.

13 years ago+ Quadcount submodule
Vladimir Burian [Mon, 10 Jan 2011 10:45:46 +0000 (11:45 +0100)]
+ Quadcount submodule

13 years agoMake RS-232 receiving work. TimerA IRQ connected to the softcore. Sample application...
Vladimir Burian [Sun, 9 Jan 2011 20:49:45 +0000 (21:49 +0100)]
Make RS-232 receiving work. TimerA IRQ connected to the softcore. Sample application works, but echo is actually shifted by one character.

13 years agoMake RS-232 transmitting work.
Vladimir Burian [Sun, 9 Jan 2011 20:19:25 +0000 (21:19 +0100)]
Make RS-232 transmitting work.

13 years agoAdded TimerA instance. IRQs are unconnected.
Vladimir Burian [Sun, 9 Jan 2011 13:53:16 +0000 (14:53 +0100)]
Added TimerA instance. IRQs are unconnected.

13 years agoCopied all needed files.
Vladimir Burian [Sun, 9 Jan 2011 12:25:52 +0000 (13:25 +0100)]
Copied all needed files.

13 years ago+ OpenMSP430 submodule.
Vladimir Burian [Sun, 9 Jan 2011 10:58:56 +0000 (11:58 +0100)]
+ OpenMSP430 submodule.