![]() |
|
|
|||||||
![]() |
VHDL - Re: Xilinx VHDL coding styles,lookin for a tutorial |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
On 2 Dec, 17:33, "blisca" <bliscachiocciolinatiscalipuntoit> wrote:
> Hi > I am lookin for information about good coding style when using Xilinx > devices(Spartan 3 mostly),i mean templates for correct and efficient > implementation of clock dividers,multiplexers,RAM and so on,so that the > result could be easy to analyze and syntethize to the tool > > Many thanks > > Diego For Ram, Muxes, registers (ie. basic fabric) its normally just best to write clear generic code that could be read by any synthesisor, they're pretty good at interpreting what you mean for the given device. Just remember to simulate, simulate, simulate before you actually try and put it on a chip. There isnt really any specific Xilinx template for code, other than directly instatiating the library primitives. As for clock dividers, you'd best stick with the DCM entity and read up in the data sheet as to how it works. Afaik, its not so feasible to infer a digital clock divider in RTL VHDL. Tricky |
|
|
|
|
#2 |
|
Senior Member
Join Date: Mar 2008
Location: Denmark
Posts: 245
|
Well - even I prefer a Spartan 3E kit could there be information at my site:
http://www.jjmk.dk/ Your welcome jeppe |
|
|
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| OT: Blu-Ray Region Coding | RL | DVD Video | 11 | 12-11-2007 04:04 AM |
| Computer Security | aldrich.chappel.com.use@gmail.com | A+ Certification | 0 | 11-27-2007 02:11 AM |
| VHDL (Assigning pins in xilinx) | amanpervaiz | Hardware | 3 | 12-02-2006 04:37 PM |
| Blockbuster Wants Region Coding To End. | Scot Gardner | DVD Video | 31 | 12-13-2003 02:45 AM |
| Re: The purpose of dvd region coding? | Shouse | DVD Video | 1 | 09-02-2003 05:47 PM |