-
Notifications
You must be signed in to change notification settings - Fork 552
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
Running on FLEX devices #10
Comments
Hello Sascha,
If it were possible, you would want to base it off this project variant: https://github.com/progranism/Open-Source-FPGA-Bitcoin-Miner/tree/master/projects/DE2_115_makomk_mod That code supports having a short hashing pipeline, so it can fit onto ~William On Tue, Jan 31, 2012 at 6:26 AM, Rasta8889 <
|
Thanks for your answer. I figured the steps out myself so far (Change device, adjust PLL). I think I also started my own project using the makomk_mod you mentioned. But only by chance ^^ Quartus 9.0 can be found here: ftp://ftp.altera.com/outgoing/release/ although i don't want to force you to download and install it - it's quite time-consuming. I have some problems setting up the PLL. The frequency speed-up ratio in your project is 5, am I right? The Flex10K series only supports a double speed-up. Will that work? Also, I can't seem to manage to use the MegaWizard Plugin Manager to include the CLKLOCK megafunction, it doesn't get displayed. ALTCLKLOCK or ALTPLL are not supported by FLEX10k devices. Seems like I have to learn some VHDL. Fortunately, VHDL is also part of a exam I have in March, so the knowledge won't go to waste ;) best regards, Sascha |
First of all: Thank you for maintaining this project.
I used a Terasic Development board in first semester but didn't learn Verilog or Altera HDL. Some minor VHDL knowledge is there, but it's not really enough for such a project.
Is there a easy way to convert the project to run on a Altera FLEX 10K20 FPGA, mounted on a UP1 Development Board? I know, Hashrate will be poor.
best regards,
Sascha
The text was updated successfully, but these errors were encountered: