Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16556 Discussions

Hello.I installed quartus 15 in ubuntu.And I want to know how to find my real Network Interface Card ID .And how to start modelsim alone?

cpin0
Beginner
514 Views
 
0 Kudos
4 Replies
cpin0
Beginner
403 Views

3.png

0 Kudos
RichardTanSY_Intel
403 Views

Use the ifconfig utility to find the NIC ID on Linux.

• At a command prompt, type:

/sbin/ifconfig eth0

 

Reference: https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/manual/install-license-quick-start.pdf#page=8

 

And how to start modelsim alone?

Perhaps the below link helps.

https://stackoverflow.com/questions/45153591/modelsim-on-ubuntu

 

0 Kudos
cpin0
Beginner
403 Views

Thank you so much for your prompt answer.It doesn't word when I enter the command.I'm new to ubuntu. What did I do wrong?111.png

As you can see in the attached image:Device not found. What does that mean? how to solve this problem?

0 Kudos
RichardTanSY_Intel
403 Views

Try

/sbin/ifconfig -a

 

If ifconfig -a does not list eth0 means that your wired adapter hasn't been found. Things to check:

  • lspci - is you network adapter listed?
  • Reboot and enter bios setup. Check if the built in network adapter is enabled.
0 Kudos
Reply