Spectranet: Difference between revisions

Jump to navigation Jump to search
m
(start fleshing out article)
Line 2: Line 2:


== Hardware ==
== Hardware ==
The network interface is provided by WIZnet W5100 which is an all-in-one ethernet controller with a hardware TCP/IP stack. The spectranet also includes 128kB of flash memory and 128kB of static RAM. A Xilinx XC9572 CPLD implements a control and status register in addition to the logic for paging and execution traps.
The network interface is provided by WIZnet W5100 which is an all-in-one ethernet controller with a hardware TCP/IP stack. The spectranet also includes 128kB of flash memory and 128kB of static RAM. A Xilinx XC9572 CPLD implements a control and status register in addition to the logic for paging and execution traps. <ref>http://spectrum.alioth.net/doc/index.php/Spectranet</ref>


The w5100 is used in memory mapped mode, and this along with the flash memory and SRAM are accessed in 4kB pages in the bottom 16kB of the Spectrum's memory map, i.e. the ROM area — 0x0000–0x3FFF. The spectranet has a fixed page of flash memory at 0x0000–0x0FFF, and a fixed page of SRAM at 0x3000−0x3FFF. Any block of the interface's memory (including the ethernet chip) can be placed in the remaining two 4kB spaces. These locations are referred to as ''Page A'' (0x1000–0x1FFF) and ''Page B'' (0x2000–0x2FFF).
The w5100 is used in memory mapped mode, and this along with the flash memory and SRAM are accessed in 4kB pages in the bottom 16kB of the Spectrum's memory map, i.e. the ROM area — 0x0000–0x3FFF. The spectranet has a fixed page of flash memory at 0x0000–0x0FFF, and a fixed page of SRAM at 0x3000−0x3FFF. Any block of the interface's memory (including the ethernet chip) can be placed in the remaining two 4kB spaces. These locations are referred to as ''Page A'' (0x1000–0x1FFF) and ''Page B'' (0x2000–0x2FFF).<ref>http://spectrum.alioth.net/doc/index.php/Memory</ref>


== Firmware ==
== Firmware ==

Navigation menu