PowerPC 440 (Xilinx)
7-stage pipeline
http://www.xilinx.com/products/silicon_solutions/fpgas/virtex/virtex5/capabilities/PowerPC_440.htm
1,100 DMIPS @ 550MHz (2.0 DMIPS/MHz)
PowerPC 405
5-stage
700 DMIPS @ 450MHz (1.55 DMIPS/MHz)
Altera NIOS II (f)
6-stage pipeline,
Stratix III/IV
upto 340 MIPS @290MHz, 1020 ALUTs (1.183 MIPS/MHz)
Cyclone III
upto 195 MIPS @175MHz, 1800 LEs (1.109 MIPS/MHz)
Xilinx Microblaze
5-stages, 1.19 DMIPS/MHz
http://www.xilinx.com/products/design_resources/proc_central/microblaze_per.htm
Virtex-5
280 DMIPS @235 MHz, 1,027 LUTs (no MMU)
Spartan-3
125 DMIPS @105 MHz, 1,809 LUTs
Lattice Mico32
Through the Designware license, designers can port Nios-based designs from an FPGA-platform to a mass production ASIC-device
mercredi 1 octobre 2008
mercredi 24 septembre 2008
Tunneling ssh to run remote application
Tunnel VNC
ssh -N -f {user}@{router-ip} -L 5901:{domain-ip}:5900
vncviewer localhost:1
to use with web browser
ssh -N -f {user}@{router-ip} -L 5801:{domain-ip}:5800
vncviewer localhost:1
Tunnel HTTP
ssh -N -f {user}@{router-ip} -L 8080:{domain-ip}:80
http://localhost:8080
it also works for remote gforge access through svn
svn checkout http://localhost:8080/svn/{project}
ssh -N -f {user}@{router-ip} -L 5901:{domain-ip}:5900
vncviewer localhost:1
to use with web browser
ssh -N -f {user}@{router-ip} -L 5801:{domain-ip}:5800
vncviewer localhost:1
Tunnel HTTP
ssh -N -f {user}@{router-ip} -L 8080:{domain-ip}:80
http://localhost:8080
it also works for remote gforge access through svn
svn checkout http://localhost:8080/svn/{project}
mercredi 7 mai 2008
samedi 3 mai 2008
lundi 28 avril 2008
Magic the Gathering (multiplatform)
Just a link for those wanting to play MtG online on linux or mac :
http://mindless.sourceforge.net/
It is said to be compatible with apprentice.
For non rpm based distribution, you can either build it from the source or use alien to convert the rpm file to your distribution package system
under debian or ubuntu
sudo apt-get install alien
wget downloads.sourceforge.net/mindless/mindless-1.6-1.i386.rpm
sudo alien --to-deb mindless-1.6-1.i386.rpm
sudo dpkg -i mindless-1.6-1.i386.deb
The card data base will also be needed, they are not released with the program.
here is a link http://www.magic-league.com/download/10th%20patch.zip
http://mindless.sourceforge.net/
It is said to be compatible with apprentice.
For non rpm based distribution, you can either build it from the source or use alien to convert the rpm file to your distribution package system
under debian or ubuntu
sudo apt-get install alien
wget downloads.sourceforge.net/mindless/mindless-1.6-1.i386.rpm
sudo alien --to-deb mindless-1.6-1.i386.rpm
sudo dpkg -i mindless-1.6-1.i386.deb
The card data base will also be needed, they are not released with the program.
here is a link http://www.magic-league.com/download/10th%20patch.zip
vendredi 18 janvier 2008
Inscription à :
Articles (Atom)