Changes

Jump to navigation Jump to search
113 bytes added ,  19:29, 9 July 2007
no edit summary
Line 44: Line 44:  
Those of you familiar with computer programming may think of this step as "compiling", but since you're not generating an executable file it's not really the same thing.  Synthesis is the step that takes your VHDL code and generates from it a schematic for your circuit.
 
Those of you familiar with computer programming may think of this step as "compiling", but since you're not generating an executable file it's not really the same thing.  Synthesis is the step that takes your VHDL code and generates from it a schematic for your circuit.
   −
Once you've written your code and are ready to see how the schematic looks, go up to the Sources box and set it as the top module.  And make sure that the file you wish to synthesize is selected.  Then go down to the '''Processes''' box and double click on "Synthesize - XST".  If you do not see that option, then you forgot to set your file as the top module.  The User Constraints section allows you to tie certain I/O lines to specific pins on the package.  You can see that in the image Synthesis - XST has a little yellow triangle with an exclamation point next to it.  That means that the design has synthesized with no errors but has warnings.  Double click on "View Synthesis Report" to see any errors and warnings.  Some warnings can safely be ignored, others must be take care of.  An error will generate a red icon.  If ISE is uncertain if the latest version of the file has been synthesized or not, it will place an orange icon with a question mark.  Double clicking Synthesize - XST runs the synthesis, and you can right click and select rerun if you want to be sure the file is up-to-date.
+
Once you've written your code and are ready to see how the schematic looks, go up to the Sources box and set it as the top module.  And make sure that the file you wish to synthesize is selected.  Then go down to the '''Processes''' box and double click on "Synthesize - XST".  If you do not see that option, then you forgot to set your file as the top module.  The User Constraints section allows you to tie certain I/O lines to specific pins on the package.  You can see that in the image Synthesis - XST has a little yellow triangle with an exclamation point next to it.  That means that the design has synthesized with no errors but has warnings.  Double click on "View Synthesis Report" to see any errors and warnings.  Some warnings can safely be ignored, others must be take care of.  An error will generate a red icon.  If ISE is uncertain if the latest version of the file has been synthesized or not, it will place an orange icon with a question mark.  And of course a green icon with a check mark means that the synthesis completed with no errors and no warnings.  Double clicking Synthesize - XST runs the synthesis, and you can right click and select rerun if you want to be sure the file is up-to-date.
    
[[Image:ISE - RTL.PNG|thumb|left|125px|The Register Transfer Level Schematic.]]
 
[[Image:ISE - RTL.PNG|thumb|left|125px|The Register Transfer Level Schematic.]]
461

edits

Navigation menu