-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I have a fresh install of Ubuntu 11.10 from the iso 'ubuntu-11.10-desktop-amd64.iso'. I installed this in VMWare Fusion 4.1.1 running on OSX 10.7.3. When setting up the VM, I allowed easy install to take care of creating my user and installing VMWare tools. No problems during installation, everything…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
When I type in 'sudo apt-get update' I get this
mohd-arafat-hossain@TUD:~$ sudo apt-get update
[sudo] password for mohd-arafat-hossain:
Ign http://bd.archive.ubuntu.com precise InRelease
Ign http://bd.archive.ubuntu.com precise-updates InRelease
Ign http://bd.archive.ubuntu…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
Whats common among Skype, Opera, OpenOffice in Ubuntu ? Whenever I open these applications I get logged off and shows back me the login screen. This started happening since the 10.10 upgrade.
Forgot to mention :
Yes, its x64.Each time I open these applications, the UI shows and then crashes.
I…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I have a warning triangle that my update information is outdated, the last update was 12 days ago. I use Ubuntu 11.10. A run of sudo apt-get update produces the following output:
Ign http://ppa.launchpad.net oneiric InRelease
Ign http://de.archive.ubuntu.com oneiric InRelease …
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hi all,
I'm trying to run apt-get update on ubuntu 9.10
I've configured my proxy server and I can access the internet without any problem:
/etc/apt# wget "http://www.google.com"
Resolving (...)
Proxy request sent, awaiting response... 200 OK
Length: 292 [text/html]
Saving to: `index.html'
100%[=================================================================================================================================>]…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I want to use openSSL functions in my xilinx C++ project. So i downloaded the source and tried to compile using the makefile. But unfortunately the linux box I was provided did not contained the required software (perl5, make, etc) to compile the source using makefile.
So as the second option i tried…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hey, I have almost no experience with Xilinx. I have a group project for a Digital Logic course that is due soon, where my partner, who was supposed to take care of the Xilinx simulations decided to bail on me. So here I am trying to figure it out last minute.
I have designed a synchronous counter…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I want to use the Xilinx hardware module of the ICAP controller in my own design.
This module uses the following library:
library hwicap_v5_00_a;
use hwicap_v5_00_a.all;
I was looking in the directories as well as subdirectories of
Xilinx\12.1\ISE_DS\EDK\hw\XilinxProcessorIPLib\pcores
but…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Here is the code in question:
http://pastebin.com/smqUNpdt
When I do a syntax check, everything is okay. But when I try to synthesize with XST I get the following errors:
ERROR:Xst:870 - "fibonacci.v" line 42: Can not simplify operator DIV.
ERROR:Xst:899 - "fibonacci.v" line 29: The logic for <out>…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I did a behavioral simulation of my code, and it works perfectly. The results are as predicted. When I synthesize my code and upload it to a spartan 3e FPGA and try to analyze using chipscope, the results are not even close to what I would have expected. What have I done incorrectly?
http://pastebin…
>>> More