-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need documentation on implementation #5
Comments
Pin connections are based on platform and decided based on the top entity It may serve you better to get a few FPGA projects under your belt before
|
Thanks for the interest guys. This code is based on the original #9 ASICs, but it is rewritten code. It has been used in a number of FPGA and also an ASIC implementation. Glad you guys find it interesting. Some drivers and getting it to work on an SOC platform would be a great start. -Frank From: Alexander von Gluck IV <[email protected]mailto:[email protected]> As the basic FPGA logic has been written, we should document current FPGA sizing and pin connections. — |
Here is an example using verilator:
Definitely having more luck with the open source stuff vs Altera's software... but I get lost in GUI's easily :P |
I may not be able to help with the verilog code at this time, but I might be able to clean up the build infrastructure. What would really help is some documentation on what verilog code at what location is required for a basic card implementation. I see some Altera project files, but they only cover a small subset of the verilog code |
Food for thought, targeting a small demo board for now may be helpful in developing on this code. For example: EP4CE6E22C8N (6k LE) or EP4CE10F17C8N (10k LE) Anyone have any numbers on required logic elements? That way base boards could be easily developed around the FPGA without the worry of soldering the tiny FPGA pin pitch :-) |
I don’t have hard numbers on hand, and it depends on what you are trying to do. VGA w/ dumb framebuffer (PCI) is about 10K LE might be 6K If you removed some components like PCI and put it in an SOC part, you would save 1-3K LE. These numbers are from memory from Altera parts. -Frank From: Alexander von Gluck IV <[email protected]mailto:[email protected]> Food for thought, targeting a small demo board for now may be helpful in developing on this code. For example: EP4CE6E22C8N (6k LE) or EP4CE10F17C8N (10k LE) Anyone have any numbers on required logic elements? That way base boards could be easily developed around the FPGA without the worry of soldering the tiny FPGA pin pitch :-) — |
As the basic FPGA logic has been written, we should document current FPGA sizing and pin connections.
The text was updated successfully, but these errors were encountered: