Berkeley CSUA MOTD:Entry 41933
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2024/11/23 [General] UID:1000 Activity:popular
11/23   

2006/2/20-23 [Academia/Berkeley/Classes] UID:41933 Activity:low
2/20    Any recommendations on digital logic design books that would be
        appropriate for someone with solid system software background
        but no HW experience wanting to do FPGA work?  Anyone used the
        forge compiler? --jwm
        \_ What does CS150 use?
        \_ How well do you know CS150?  If you're up on that, then you just
           need a good VHDL or Verilog book.
           \_ Never took 150, I'm completely ignorant on the subject. --jwm
            \_ I never took it, I have about 0 knowledge in this area. --jwm
               \_ When I was in undergrad (92-96), cs150 was a requiredement
                  for both EECS (all options) and L&S CS.
                  \_ It was a requirement for L&S at that time, but not for
                     EECS.  I graduated from EECS in 1996, and I didn't take
                     CS150 either.  Lots of people assumed that it was
                     required without actually reading the degree
                     requirements.
                 \_ Not everyone on the motd is/was in Berkeley CS.
               \_ It's going to be pretty difficult without 150-type knowledge.
                  You can skip a lot of things, but you need to learn how state
                  machines map into logic and timing analysis.  Yeah, and RAMs
                  too.  Then you need to learn Verilog or VHDL.  That's mostly
                  syntactical sugar, so it shouldn't be a big deal.  Then you
                  need to learn how your logic maps into an FPGA, though this
                  shouldn't be hard if you're doing non-complicated things.
                  Unfortunately, I have no books to recommend, since my texts
                  that apply to this are about 20 years old.  Mail me if you
                  have more specific questions.  Do you want to do FPGAs
                  professionally or just for some random project?  -tse
                  \- I am trying to become a Critical Intel Asset. --op
2024/11/23 [General] UID:1000 Activity:popular
11/23   

You may also be interested in these entries...
2012/1/24-2/14 [Academia/Berkeley/Classes] UID:54297 Activity:nil
1/24    "What the Top 1% of Earners Majored In"
        http://finance.yahoo.com/news/top-1-earners-majored-163026283.html
        No EE/CS/EECS!
        \_ Yeah, you should have majored in Art History instead.
           \_ No you should have gone to Med Skool like every good asian
              parent says.
	...
2009/4/4-12 [Academia/Berkeley/Classes, Computer/SW/Languages/Python] UID:52797 Activity:nil
4/3     Anyone have any ideas on where to get a MIPS parser?  I need one
        for a class project, but it's not the point of the project, so there's
        no problem with using a pre-existing library.  I haven't found one
        though.  It seems simple enough that I could just get away with
        python's split(). (Language is also irrelevant, so I was going to go
        with python or ruby, but anything is fine.)
	...
2009/2/19-25 [Computer/SW/Languages/C_Cplusplus, Academia/GradSchool] UID:52600 Activity:low
2/19    Student Expectations Seens as Causing Grade Disputes:
        http://www.nytimes.com/2009/02/18/education/18college.html
        \_ "I tell my classes that if they just do what they are supposed to do
            and meet the standard requirements, that they will earn a C."
            All well and good, but the problem is that 2.0 is perceived
            as almost failing. Maybe once employers and grad schools
	...
2009/2/6-10 [Academia/Berkeley/Classes] UID:52525 Activity:low
2/5     Is CS 162 considered one of the more difficult UCB CS courses? I
        remember everyone being afraid of CS 150.
        \_ In the old days, 150 was a pain in the butt because of breadboards.
           One can easily spend 1/2 a day only to realize a wire is
           missing or popped off during transport. The fact that you gotta
           wire everything based on TTL/CMOS chips and having to go through
	...