Berkeley CSUA MOTD:Entry 25901
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/04/04 [General] UID:1000 Activity:popular
4/4     

2002/9/16-17 [Computer/HW/Languages] UID:25901 Activity:high
9/16    I need [a] recommendation for a couple of books.  One an introduction
        to verilog.  And another an introduction to how to write good
        verilog that can be synthesized.  Or one book if it covers both
        topics well.  I'm the SW guy looking to get into ASIC design.
        Amazon has 100s of verilog books.  They're very expensive and I don't
        want to waste money buying the wrong one.  Thanks.
        \_ Take EE319 @ Stanford.
        \_ for synthesis, ask a friend for the Synopsys tutorial.
        \_ My recommendations (no, I don't personally know J. Bhasker):
                "A Verilog HDL Primer" by J. Bhasker - Intro to verilog
                "Verilog HDL Synthesis, A Practical Primer" by J. Bhasker
                        - Intro to synthesis
           Side note: We'll see when verilog -> C occurs (if it ever occurs).
                - yakura
2025/04/04 [General] UID:1000 Activity:popular
4/4     

You may also be interested in these entries...
2008/4/29-5/5 [Computer/SW/Languages/Perl, Computer/SW/Languages/Python] UID:49852 Activity:moderate
4/29    Scaling your web app in the real world:
        http://teddziuba.com/2008/04/im-going-to-scale-my-foot-up-y.html
        \_ This article is crap.  While yes, 99.9% of all websites don't
           need any serious scalability plans, if any of them become worth
           anything they will need to scale.  If you write a web application
           without careing about scalability you are writing a webapp that can
	...
2006/12/30-2007/1/16 [Academia/Berkeley/Classes, Computer/SW/Unix] UID:45517 Activity:moderate
12/30   Of the current EE/CS curriculum, what percentage of it is still
        taught using *nix instead of Windows? I'm in the ASIC design
        industry and everytime we get new college grads, we have to
        spend some time teaching them some pretty basic Unix stuff.
        It's, frankly, kind of annoying when we're teaching them that
        stuff and not more important things.
	...
2006/3/12-14 [Computer/HW/Languages, Computer/SW/OS/Linux] UID:42193 Activity:moderate
3/11    Which non-commercial Linux 64bit distro is most compatible with
        enterprise tools (in particular the Cadence/Synopsys tools?)
        \_ Probably CentOS b/c it is RHEL recompiled from SRPMS.
           \_ I didn't like CentOS 4.2 very much.  (64-bit).  It's possible
              it was misinstalled, but I found it lacking in polish.  It was
              hard to compile things for it, things wouldn't work...  --PM
	...
2005/8/29-30 [Computer/Networking] UID:39329 Activity:moderate 54%like:37400
8/29    What's the difference between a hub, a switch and a router?  Thx.
        \_ AFAIK, probably be corrected by someone:
           hub: Allows communication on a LAN with bandwith shared amongs all
                the nodes on the hub and maxing out at the max line speed.
           switch: Allows communication on a LAN with bandwith greater than
                the max line speed (point to point)
	...
2004/12/17-20 [Computer/SW/Languages/Misc, Computer/SW/OS/Windows] UID:35349 Activity:kinda low
12/17   Hey ASIC designers. What are some good drawing tools out there
        to do documentation stuff? This is for things like drawing
        waveforms, block diagrams, boolean gates, transistor symbols.
        Something on a non-Windows platform would be preferable.
        \_ Illustrator?
        \_ OmniGraffle on MacOSX
	...
2004/11/15 [Computer/HW/Memory] UID:34903 Activity:very high
11/15   Can someone tell me why 64 bit machines are the future? I
        program a lot of things and I rarely need 2^32 memory.
        My guess why people move to 2^64 is because of RAM usage, but
        how the heck do you use up 2^32? And regarding addressing and
        page tables, wouldn't the size just blow up with 64 bit machines?
        \_ It's mostly in high-end engineering practices. Our ASIC CAD
	...
2004/9/13-14 [Computer/HW/Languages] UID:33494 Activity:low
9/13    What's the industry standard (if any) VHDL simulation program?
        ie, the photoshop for image editing.... thanks.
        \_ It really depends on what you want to do.  The short-short
           answer is don't use VHDL.  If you must, then it depends on what
           you're trying to do.  FPGA guys are big on Modeltech, I hear.
           For ASIC types, it's the usual VCS and NC.  NC used to have
	...
2003/7/8 [Computer/HW/Languages] UID:28957 Activity:nil
7/8     Now hiring.  see /csua/pub/jobs/Synopsys -mel
	...
2003/5/10-12 [Computer/HW/Languages] UID:28402 Activity:high
5/10    What's the difference between a simulator and an emulator?
        \_ Emulation is along the lines of "perform all the same actions as"
           while simulation is "a system or enviornment where conditions are
           the same." The distinction is highly contextual.  And as you give
           absolutely no context, your question is pretty unanswerable.
              \_ no, it doesn't.
	...