- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello, I have two questions. First I use Block Design Files in all my fpga work and was curious if most people use Block Design Files in their work?
Also, currently I use AHDL as my choice of HDL but I do see the need to learn Verilog or VHDL. I was wondering if most people in this Forum use AHDL? It is such a easy to learn and use HDL I don't see why it is not as popular as verilog of vhdl. Thanks, joeLink Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I like schematic from a documentation perspective, as things tend to make more sense when you can see them. But that depends what it is, as case statements are much clearer in an HDL. I see many designs where the top-level/s that connect blocks are schematic and everything below is HDL. (In these cases, you can write out an HDL description of the .bdf from Quartus if you need it for simulation.)
HDLs tend to be used for a variety of reasons. They are tool independent(a Verilog shoudl be synthesizable by any tool, technically). They have some nice features that allow parameterization and what not become much easier. Lots of things are easier to change in HDL(although I would argue some things are easier to change in a schematic, like bringing a signal across hierarchies.) Probably the biggest thing you'll hear is vendor independence for VHDL and Verilog. VHDL, to my understanding, was started by the government(break out your tin-foil hat) as an independent way to describe schematics that were being done, but they eventually became synthesizable. But that being said, having converted many VHDL/Verilog designs across vendors, the process can be far from seamless.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page