A basic FPGA - Printable Version +- Forums - Open Redstone Engineers (https://forum.openredstone.org) +-- Forum: ORE General (https://forum.openredstone.org/forum-39.html) +--- Forum: Projects & Inventions (https://forum.openredstone.org/forum-19.html) +---- Forum: In Progress (https://forum.openredstone.org/forum-20.html) +---- Thread: A basic FPGA (/thread-6279.html) |
A basic FPGA - Tommyand - 04-28-2015 Since I actually have a project now, I may as well post about it. On my school plot, (my username now being Kitlith,) I'm working on making a FPGA slice based on the one here: http://blog.notdot.net/2012/10/Build-your-own-FPGA Old post can be found below: I finally have something that works! Shoutout to very_awesome_guy for stacking it for testing! Pictures! It's a pain to program, with the config everywhere, and having to do everything manually, but that's where v3 will come in! *facepalms* I've made a Lookup Table that you can shift it's program in, so far, but I think I really want WE before I do much more. Look out trial, here I come! So, I passed my trial. And now I'm on build. I expanded the concept a little bit. The lookup table now takes 4 inputs gives 4 outputs. This means that each side of the slice can have an input and an output. Here are some pictures of this expanded FPGA: However, earlier, I mentioned a LUT where you can shift the program in. I've been working on that lately, and... well... I had a few variants before I settled (with some help) on what I'm currently using. They mainly differ on how I'm disabling output when a line isn't selected. The first two prototypes had the same idea, but one followed from the other. The main problem was getting these to not interfere with the shift register. The first prototype worked better then the second, though the second would have been faster... if only I could reach all of the comparators. At this point, amh(some numbers), also known as Burrito, took a look, and... made it simpler and faster. Just look at the images: But... that was only actually 3x4. So, I expanded it, and have been working on completing it. Here goes. Not done. Totally not done. In fact, I dread finishing it. Still not sure how I'm going to get the serial line to all of the control points (pink wool). I'll worry about that later. For now, here's what's up.
The full album of pictures can be found here: http://imgur.com/a/bmnmX Can I even say any more? I'm probably going to take a break from this. Crazy brought up OISC stuff, so I'm getting interested in making a subleq CPU again. We'll see what happens. RE: A basic FPGA - LordDecapo - 04-28-2015 Awesome! Hope this works out well good luck!! u may want to try and get on build first, then u will have more room + WE RE: A basic FPGA - Tommyand - 04-30-2015 (04-28-2015, 11:35 AM)LordDecapo Wrote: Awesome! Hope this works out well Well, yes. The plan is to build a stackable slice, get someone to come over and stack it for me, (and possibly copy it to another location over/under plow floor,) and then test everything together. However, I'm planning for this to be my build for my trial, I'm just figuring it out and letting people know. So, I'm not going to wait to do a working version, but I will wait to refine it, if I'm still interested in it. RE: A basic FPGA - LordDecapo - 05-04-2015 Cool cool! A good fPGA will definitely pass a trial. Let me know u r progress, I'd love to see it RE: A basic FPGA - Tommyand - 05-05-2015 (05-04-2015, 02:46 PM)LordDecapo Wrote: Cool cool! A good fPGA will definitely pass a trial. Let me know u r progress, I'd love to see it So... I'm not sure why it took so long for me to realize that could be driving input and output from either side... So, that'll hopefully make it less messy. I'm taking my time, and I'm labeling everything. I'm color coding as much as I can think of. So... refining! xD RE: A basic FPGA - Tommyand - 09-17-2015 I made a working version! But I'm still not done. Yes, this is essentially a bump, because editing doesn't bump... RE: A basic FPGA - Noah7545 - 09-20-2015 Im interested to see how this works out. Maybe you could build a cpu in the FPGA when you are finished. RE: A basic FPGA - Tommyand - 09-26-2015 (09-20-2015, 08:01 PM)Noah7545 Wrote: Im interested to see how this works out. Maybe you could build a cpu in the FPGA when you are finished. I'd love to build a CPU with one of my working prototypes. Though... I have the sinking feeling that it would be waaaaay bigger than the BFCPU... So many slices... xD I also don't know enough about using FPGAs to do it, I'd have to find someone experienced enough that didn't mind doing it manually... without any real tools... ._. RE: A basic FPGA - Tommyand - 03-15-2016 Another bump. Title post change. Appearantly the maximum number of images per post is 15, so there's two extra in the imgur album. RE: A basic FPGA - LambdaPI - 03-17-2016 Wow. I didn't know i contributed. Lol (I iz da very_awesome_guy) Pretty cool stuff tho RE: A basic FPGA - Tommyand - 03-18-2016 (03-17-2016, 05:19 AM)Mr. Sheep Wrote: Wow. I didn't know i contributed. Heh. You stacked it for me while I was still a student. Of course that was a contribution. RE: A basic FPGA - newomaster - 03-19-2016 Really awesome! This is the first time I've seen an FPGA in MC (that I remember, anyway). Keep up the good work! RE: A basic FPGA - Tommyand - 03-20-2016 (03-19-2016, 06:52 AM)newomaster Wrote: Really awesome! This is the first time I've seen an FPGA in MC (that I remember, anyway). Keep up the good work! Well, I know it's not the first. I remember seeing some engineering student's FPGA, but I think that was more monolithic? And there are probably others, too. |