Rev |
Log message |
Author |
Age |
Path |
50 |
Updated the CPU and distribution in general to handle 8-bit bytes. |
dgisselq |
2784d 03h |
/openarty/trunk/rtl/ |
49 |
Moved the location of the ZIPSYSTEM in memory, made the artyboard.h constants
more friendly and more complete, fixed two bugs in the CPU (jumps to breaks,
and s/w clearing of icache), added a NO_USERMODE option to the CPU, and more.
Rebuild any user programs before using this build. |
dgisselq |
2908d 16h |
/openarty/trunk/rtl/ |
44 |
Fixed the flash so that it now runs in 1) high speed (41MHz), and 2) that it
doesn't struggle to do read bursts. This should greatly speed up access time. |
dgisselq |
2928d 21h |
/openarty/trunk/rtl/ |
43 |
Cleaned up the CPU memory documentation. |
dgisselq |
2928d 21h |
/openarty/trunk/rtl/ |
42 |
Fixed up the CPU so that it passes a multiply test bench, in addition to the
CPU test. |
dgisselq |
2928d 21h |
/openarty/trunk/rtl/ |
36 |
Lots of changes, see the git changelog for details. |
dgisselq |
2935d 06h |
/openarty/trunk/rtl/ |
34 |
These updates bring the distribution along to the point where both the GPS
clock subsecond tracking, as well as the OLEDrgb controller now work. |
dgisselq |
2938d 19h |
/openarty/trunk/rtl/ |
33 |
Fixed the network receive CRC and MAC checking, and added ip-checking and
minimum packet length checking to the receiver. |
dgisselq |
2944d 01h |
/openarty/trunk/rtl/ |
32 |
Brought the CPU to its first working version, to include demo. |
dgisselq |
2945d 04h |
/openarty/trunk/rtl/ |
31 |
Initial network is now working. Adding CPU control files to repository. |
dgisselq |
2945d 21h |
/openarty/trunk/rtl/ |
30 |
Network transmit and MIG memory both work now, though the clock speed has
been dropped to 80.125MHz. |
dgisselq |
2945d 21h |
/openarty/trunk/rtl/ |
27 |
Bus changes ... |
dgisselq |
2973d 18h |
/openarty/trunk/rtl/ |
26 |
Adjusted the timing comments. |
dgisselq |
2973d 18h |
/openarty/trunk/rtl/ |
25 |
The memory now works. However, the core speed has been lowered to 81.25MHz
to do this. The top level file is no longer fasttop.v, but toplevel.v. |
dgisselq |
2982d 02h |
/openarty/trunk/rtl/ |
24 |
Here are the updates from the first (failed) attempt to try to integrate
the DDR3 SDRAM controller onto this board. |
dgisselq |
3000d 22h |
/openarty/trunk/rtl/ |
21 |
Removed the OLED controller one additional clock from the bus. This was
necessary to maintain the 200MHz clock speed, especially given the growing
fanout of the device bus. |
dgisselq |
3010d 21h |
/openarty/trunk/rtl/ |
20 |
Lots of bug fixes: After turning on XIP, and running in XIP mode, leaving XIP
mode turns it back off again, necessitating a new write to the VCon register.
Further, XIP mode starts in extended SPI mode, and only transfers in QSPI
mode for data. Finally, two new commands have been created: enabling the
SPI memory reset, and actually resetting the SPI memory. In general, these
are all better--as the EQSPI flash controller now works with these changes,
whereby it didn't really work without them before. |
dgisselq |
3010d 21h |
/openarty/trunk/rtl/ |
19 |
Creates an LED mask portion of writing to the LED's register. Only those
bits specified in the mask (bits [7:4]) will be adjusted in the LED
register on a write. Hence to set all on, set the LED register to 0x0ff,
all off, 0x0f0, or to set LED 0 to on while leaving the others unchanged,
set it to 0x011. |
dgisselq |
3010d 21h |
/openarty/trunk/rtl/ |
17 |
Fixed the misaddressed I/O peripherals in the fastio peripheral group. In
particular, UART and GPS were misaddressed. This has now been fixed, so these
peripherals (should) match the spec. Further, the default speed of the two
UARTs has been adjusted to 115200/8N1 for the aux UART, and 9600/8N1 for the
GPS UART. The Aux UART transmitter also passes testing, so at least that one
works. |
dgisselq |
3012d 20h |
/openarty/trunk/rtl/ |
13 |
Here are the updates necessary to get the initial Quad SPI flash driver working.
This includes in particular the bus interconnect (in fastmaster.v), and the
final hookup to the external wires (in fasttop.v). |
dgisselq |
3012d 22h |
/openarty/trunk/rtl/ |