Tell me more ×
Computer Science Stack Exchange is a question and answer site for students, researchers and practitioners of computer science. It's 100% free, no registration required.

I'm studying CS, and we have a course called "computer systems architecture" which is merger of two former "logic systems theory" and "mips asm" courses (I hope my translations are correct). We have LST lab where we are supposed to put various 74xx chips into circuits, then analyze how they work. Teacher suggested that we simulate those circuits in home, with a "CAD" software (better marks) - well, the only app I've heard about is Circuit Maker which is... outdated. 15yo. It was written apparently for Win 95 - on modern OS (Win8 64bit) it's no-go. Is there any modern alternative to CM that has not too steep learning curve?

PS.I don't need professional package - it's going to be 6 circuits in total.

share|improve this question
1  
Ask the teacher or the lab assistant or whomever you are supposed to contact in case of problems for a list of suggestions. For such a specialized tool, I'd expect them to be able to suggest freely available one, or provide access to licensed one. – AProgrammer Feb 26 at 14:11
There are a few in Ubuntu. – Gilles Feb 26 at 19:25

closed as off topic by Luke Mathieson, AProgrammer, A.Schulz, Paresh, Gilles Feb 26 at 19:25

Questions on Computer Science Stack Exchange are expected to relate to computer science within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

Perhaps the Fedora Electronics Lab spin (a Linux distribution with open source tools for the above as a LiveDVD) is of help? I'm no expert in the area, and it seems outdated (release in 2009), but it might save the day...

share|improve this answer
Thanks, I'll evaluate that in VM. Btw it has been updated recently - just around Fedora 18 release. – Szymon Szydełko Feb 26 at 14:26
Great, hope it works for you. BTW, look for the spim MIPS simulator, it interprets assembly language directly (and I understand faithfully). For a lightweight C compiler for MIPS, look for LCC (the original, today the code is at Google). – vonbrand Feb 26 at 14:28

Not the answer you're looking for? Browse other questions tagged or ask your own question.