Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > VHDL > Altera Quartus II VHDL code compilation process

Reply
Thread Tools

Altera Quartus II VHDL code compilation process

 
 
ssylee
Guest
Posts: n/a
 
      10-26-2008
When a particular VHDL project is compiled in Altera Quartus II, is
the code converted to digital logic and mapped the gates using look-up
tables?
 
Reply With Quote
 
 
 
 
Mike Treseler
Guest
Posts: n/a
 
      10-26-2008
ssylee wrote:
> When a particular VHDL project is compiled in Altera Quartus II, is
> the code converted to digital logic and mapped the gates using look-up
> tables?


Synthesis converts well-formed code into a netlist
of gates (LUTs or MUXes) and flops that simulates the
same as the code.

For example, this code:
http://mysite.verizon.net/miketreseler/count_enable.vhd
becomes a logical netlist like this,
http://mysite.verizon.net/miketreseler/count_enable.pdf
and then a primitive netlist like this:
http://mysite.verizon.net/miketresel...enable_map.pdf

-- Mike Treseler
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Altera Quartus, libraries and mixed VHDL / (SYSTEM)VERILOG error Peter Bluer VHDL 1 01-07-2010 06:05 PM
equivalent Xilinx FPGA for Altera Stratix II GX-60 ,Altera StratixII GX-90 chaitu VHDL 1 01-28-2008 12:46 PM
Using Altera LPM megafunctions in Quartus II and VHDL in general Shannon VHDL 20 08-25-2006 12:24 PM
Quartus II v4.1 for PCs (-) Altera - new ! te2 VHDL 0 08-20-2004 09:03 PM
I'm looking for Altera Quartus II 3.0 License file dong seok huh VHDL 1 09-18-2003 01:24 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57