Well, you could make a simple CPU in logisim, or VHDL in a day. In my computer architecture class this was one of the homework assignments (although we were given a few weeks). But the design was just for the digital logic, not the hardware/electronics. You're definitely not going to be making anything special without a lot more work. Real production CPU's are sophisticated and not comparable to a printed Computer Architecture 101 homework assignment.
It's the suggestion that you didn't just design a simple CPU, but a whole working computer with 4 gig's of ram, and a custom GPU, that gets me. Any sane person who actually would take on such a project, wouldn't be so foolish to put so little time into designing it, and only test the digital logic, before calling it done and spending a bunch of money on printed circuits.
What form are the Schematics in? What company is making it for you, what exactly did you send them, and what exactly will you get back? What is the cost? Will it really have 4 gigs of ram? How large will the board be? How much power will it consume? Why don't you know what the clock speed will be? What form of display will be used, and how will it connect to the device? Will there be any firmware installed? How will you interface with it?
You guys win. Happy? I'm running errands now but I'll upload the logisim file to github in a bit. It will be buggy. It will have redundant spots. It will have stupid things. But it will be there.
On a serious note, I'm confused, is this a 4Ghz processor or no? Because that's the part I'm having trouble believing. Also, how do you know that it can run 3 concurrent processes (as per the link from Grey Wolf)? Building a 128-bit architecture is trivial, you just keep adding registers, it's making use of it that is the hard part. I would like to see these schematics and the white-sheets after you are done testing as well.
Lol. No. Processes start as the others are running, before they finish. It can run 3, but they're not individually contained. I got a BSOD but should be back up soon.