Rev |
Log message |
Author |
Age |
Path |
43 |
- added software reset to the usart
- the three bootloaders now also perform a soft-reset of the USART at system start-up
- new testbench: outputs UART data to the simulator console
- added new features to the documentry |
zero_gravity |
3144d 01h |
/ |
42 |
- small bug-fix in bootloader calling subroutine
- modified make scripts: math.h linking added
- minor rtl optimizations
- minor example code modifications |
zero_gravity |
3182d 09h |
/ |
41 |
minor edits!
- removed core_id / num_of_cores generics
- replaced by simple 16-bit user code generic - use it the way u like ;)
- bootloader now also displays user code
- doc updated (the new user code stuff) |
zero_gravity |
3193d 04h |
/ |
40 |
- changed base address of boot ROM - now 0xF000
- RAM can now be up to 60kB (instead of 56kB)
- added info about bootloader type to SYSCONFIG
- minor edits... |
zero_gravity |
3194d 02h |
/ |
39 |
- modified CPUID registers (CPU-features removed)
- updateddefault bootloader: also shows core id / num of cores now |
zero_gravity |
3198d 23h |
/ |
38 |
- added tiny EEP bootloader (boot directly from SPI EEPROM)
- added docufor this new bootlaoder option |
zero_gravity |
3198d 23h |
/ |
37 |
- small typo correction (WB boot address) ;) |
zero_gravity |
3200d 00h |
/ |
36 |
- added alternative tiny WB bootloader
- USART and TIMER are now also optional
- doc update
- minor optimizations |
zero_gravity |
3200d 00h |
/ |
35 |
- bugfix in SFU's "count set bits" function (it was counting the number of cleared bits... ;) )
- modified start-up code for you guys, who want to directly initialize the internal RAM with a program... DO THAT WITH CAUTION!!! |
zero_gravity |
3208d 00h |
/ |
34 |
- minor bootloader edits
- updated documentary: more info about shared I/D memory architecture; new tutorial for creating a Wishbone boot ROM
- added rtl folder for wishbone components (only Wishbone memory (e.g. boot ROM) yet) |
zero_gravity |
3208d 22h |
/ |
33 |
- modified SFU (and according lib file), functions: bit-rversal, count leading zeros, count set bits, read-back operand
- updated documentary
- small rtl improvements |
zero_gravity |
3221d 22h |
/ |
32 |
- small typo in neo430_usart.h print_BIN functions
- minor modification on sfu_test/main.c |
zero_gravity |
3229d 21h |
/ |
31 |
- documentary: Added CPU instruction set summary |
zero_gravity |
3229d 22h |
/ |
30 |
new processor version!
- reduced IRQ channels from 8 to 4 (sufficient!)
- replaced SFU's swi option with "count set bits" function
- modified bootloader, doc, library files and example projects according to changes
- minor rtl modifications |
zero_gravity |
3233d 22h |
/ |
29 |
- documentary update
- modified bootloader (small issues)
- removed clock enable signal from CPU
- CPU register file is now true single-port (less HW requirements, easier control from FSM)
- recompiled version of image generator (for WIN64) |
zero_gravity |
3236d 23h |
/ |
28 |
- wishbone interface: device enable flag, timeout enable flag; timeout constrained to 256 cycles (wb_interface.vhd)
- bug-fix in wishbone library (neo430/neo430_wishbone.h)
- minor timer logic improvement (timer.vhd & usart.vhd)
- documentary update (new wishbone control register flags) |
zero_gravity |
3240d 18h |
/ |
27 |
- fixed missing rst signal in sensitivity list (neo430.vhd)
- merged spi and uart libraies together in one lib file (neo430/neo430_usart.h) |
zero_gravity |
3240d 21h |
/ |
26 |
- updated ALL file headers again ;D |
zero_gravity |
3241d 22h |
/ |
25 |
- new rtl version! less f_max, but also less cycles per instruction; in total: ~15% gain of performance
- updated doc (accurate execution cycles modified)
- small bug-fix in timer_simple example program |
zero_gravity |
3241d 22h |
/ |
24 |
- small bug-fix in pio.h library |
zero_gravity |
3242d 19h |
/ |