server
Guest
Tue Jul 13, 2004 9:26 am
message unavailable
Kelvin
Guest
Tue Jul 13, 2004 9:26 am
Got any Verilog parser?
Kelvin
"Sumit Gupta" <sumitg_at_gmail.com> wrote in message
news:82b44722.0407121536.88095e0_at_posting.google.com...
Quote:
Hi all
I wrote a VHDL parser as part of another larger software tool about 6
years ago. The webpage, on which the parser is, is going to be
retired soon. So, if anyone is interested, here is a link to my
parser:
http://www.cecs.uci.edu/~iesag/oldPage/Topts/
Regards
Sumit
Phil Tomson
Guest
Tue Jul 13, 2004 5:20 pm
In article <40f3b85c_at_news.starhub.net.sg>, Kelvin <student_at_nowhere.com> wrote:
Quote:
Got any Verilog parser?
Check out Icarus Verilog:
http://www.icarus.com/eda/verilog/
Phil
Sporkman
Guest
Tue Jul 20, 2004 9:01 pm
"danserra_at_id7.com" wrote:
Quote:
It's handy when you have a complex design that you would like to
capture quickly and then finesse in your application of choice. A lot
depends on the skill and speed of a modeller. If you are highly
skilled and very fast, then it might not matter. This helped us on
some short timeline projects, with some difficult tasks. This device
gives you better control of your vertices than scanners.
I see no online information on a model D1. There is a model DL
(actually 3DL), but not a D1.
Eyck Jentzsch
Guest
Mon Jul 26, 2004 4:09 am
It's TCL so $env(...) does the job.
-Eyck
ka
Guest
Mon Aug 23, 2004 2:28 am
On 22 Aug 2004 14:25:25 -0700, yxl4444_at_louisiana.edu (Lee) wrote:
Quote:
Someone told me that synthesis tool can calculate the gate count
automatically. But I don't know how. For example, in Synopsys Design
Compiler, calculate the gate (NAND) count for a design.
Thanks
Adrian
You can do this by generating an area report (report_area -hier ).
This shows you the area of all blocks in some unit. This unit depends
on the cell library you used. To get the NAND2 count for the design,
you need to find out the size of the 1x drive NAND2 cell and divide
the total size to that number.
ka
Guest
Tue Aug 24, 2004 2:34 am
On 23 Aug 2004 07:14:52 -0700, yxl4444_at_louisiana.edu (Lee) wrote:
Quote:
Hi,
What is the gate in "the gate count" mentioned by papers?NAND or NOR
or Inverter?
If I use the different basic gate, the gate count for a design could
be different. What is the usual way?
The gate count is usually NAND2 with a 1x drive.
Larry Horse
Guest
Thu Sep 23, 2004 11:47 am
ass