Bitcoin Forum
April 25, 2024, 12:15:29 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 [36] 37 38 39 40 41 42 43 44 45 46 47 48 49 »
  Print  
Author Topic: Official Open Source FPGA Bitcoin Miner (Last Update: April 14th, 2013)  (Read 432886 times)
2112
Legendary
*
Offline Offline

Activity: 2128
Merit: 1065



View Profile
April 01, 2013, 11:27:11 AM
 #701

Quartus, ISE, and Vivado all have options to target minimizing power.  I don't know how good they are at it; probably not very.
Yes, I misremembered. There is a "Design Goal" for "Power Optimization" that invokes synthesis with "Optimization Goal" of "Area" and adds "Power Reduction" flag. It must have scrolled so many times on my terminal that I completely forgot about the top-level goal.

I haven't really tried anything on Kintex-7, but various Virtex-[456] that I had available. After what you've said about Vivado and Family-7 I'm getting motivated to upgrade my toyset.


Please comment, critique, criticize or ridicule BIP 2112: https://bitcointalk.org/index.php?topic=54382.0
Long-term mining prognosis: https://bitcointalk.org/index.php?topic=91101.0
1714004129
Hero Member
*
Offline Offline

Posts: 1714004129

View Profile Personal Message (Offline)

Ignore
1714004129
Reply with quote  #2

1714004129
Report to moderator
1714004129
Hero Member
*
Offline Offline

Posts: 1714004129

View Profile Personal Message (Offline)

Ignore
1714004129
Reply with quote  #2

1714004129
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714004129
Hero Member
*
Offline Offline

Posts: 1714004129

View Profile Personal Message (Offline)

Ignore
1714004129
Reply with quote  #2

1714004129
Report to moderator
1714004129
Hero Member
*
Offline Offline

Posts: 1714004129

View Profile Personal Message (Offline)

Ignore
1714004129
Reply with quote  #2

1714004129
Report to moderator
lbr
Sr. Member
****
Offline Offline

Activity: 423
Merit: 254


View Profile
April 04, 2013, 10:20:11 PM
 #702

I'll soon receive the board based on Altera Stratix V.
Any advice? ; )
Also, if you want to poke around with the board with me, VNC+Skype could be arranged.

BTC: 18ozhbkfHneX8tnPgHJuTizyBmspM5Vgpa  LTC: LgVc7KdedPGZyDXHXEH9G7z6AoTmTvDdWb
cgminer 2.11.13 x64 portable for Mac OS X 10.6.8
6+ GPUs driver mod for Windows
senseless
Hero Member
*****
Offline Offline

Activity: 1118
Merit: 541



View Profile
April 05, 2013, 12:14:11 AM
 #703

I'll soon receive the board based on Altera Stratix V.
Any advice? ; )
Also, if you want to poke around with the board with me, VNC+Skype could be arranged.

Send me a shout on freenode irc "senseless".


kingcoin
Sr. Member
****
Offline Offline

Activity: 262
Merit: 250


View Profile
April 05, 2013, 06:22:16 AM
 #704

I'll soon receive the board based on Altera Stratix V.
Any advice? ; )

Is this the Stratix V development kit?

It should build pretty much straight out of the box. But you need define you clock pin. You will probably have to modify main_pll.v in qmegawiz to match your external clock frequency (osc_clk) and target hash_clk.

But it appears that the Stratix V performance is below the Stratix IV, which I find a little odd.
kingcoin
Sr. Member
****
Offline Offline

Activity: 262
Merit: 250


View Profile
April 05, 2013, 06:27:12 AM
 #705

The git repository contains several designs in the projects directory in addition to the main src directory.

Which of these contains the fastest hashing core?

It's possible check them all, but it would take some time to build almost 20 designs using either Quartus or ISE/Vivado.
lbr
Sr. Member
****
Offline Offline

Activity: 423
Merit: 254


View Profile
April 06, 2013, 03:23:00 PM
 #706

I'll soon receive the board based on Altera Stratix V.
Any advice? ; )
Is this the Stratix V development kit?
Nope..

BTC: 18ozhbkfHneX8tnPgHJuTizyBmspM5Vgpa  LTC: LgVc7KdedPGZyDXHXEH9G7z6AoTmTvDdWb
cgminer 2.11.13 x64 portable for Mac OS X 10.6.8
6+ GPUs driver mod for Windows
Reggie0
Member
**
Offline Offline

Activity: 107
Merit: 13


View Profile
April 07, 2013, 02:05:31 AM
Last edit: April 07, 2013, 02:18:41 AM by Reggie0
 #707

Correct, something like that. I was thinking on-die memory segments could be used. But anything that would separate the hasher clock from the software communicator should be a good thing. I hadn't seen that code as I was working on the altera branches. They must be doing something right to achieve 200mh/s per chip on a spartan lx150 which in this thread (and on the hardware comparison page) topped out at 100mh/s on other boards (unless I missed some updates somewhere). The ztex design seems to be clocking 1 core at 200+mhz versus the other designs without hasher/controller separation clocking at 100mhz with 1 core. Would be amazing to double the clock rate of my altera chips from 220 to 440 w/ 3 cores!

Separating clock will not help for you(i've tried on xc6slx150). The frequency is limited by carry chains, not by the clock network delays.
As i know, ztex design allows 190MHz generally(probably calculated by xilinx at 85 celsius) , but voltage/temperature derating allows to increase frequency.

I've tried to compile ztex's source, and xst reported 230 MHz maximal clock freq. . I made some modifications, so i hope it will reach 190MHz after par, because Xst reported 316.312MHz.
kingcoin
Sr. Member
****
Offline Offline

Activity: 262
Merit: 250


View Profile
April 07, 2013, 05:13:08 AM
 #708

I've tried to compile ztex's source

Where is the ztex source? Is it in one of the project directories?
Reggie0
Member
**
Offline Offline

Activity: 107
Merit: 13


View Profile
April 07, 2013, 11:33:59 AM
 #709

I've tried to compile ztex's source

Where is the ztex source? Is it in one of the project directories?

http://www.ztex.de/btcminer/
kingcoin
Sr. Member
****
Offline Offline

Activity: 262
Merit: 250


View Profile
April 07, 2013, 03:58:09 PM
 #710

I've tried to compile ztex's source

Where is the ztex source? Is it in one of the project directories?

http://www.ztex.de/btcminer/


I'm not familiar with the site. All  can find is some firmware (mostlyJava) and the only HDL I can find is for memory tests etc. and some references to the Leon open source design. They seem to have lots of documentation so it's most likely hidden somewhere one the site.Anybody knows where?

Reggie0
Member
**
Offline Offline

Activity: 107
Merit: 13


View Profile
April 07, 2013, 04:59:37 PM
Last edit: April 07, 2013, 08:51:37 PM by Reggie0
 #711


I'm not familiar with the site. All  can find is some firmware (mostlyJava) and the only HDL I can find is for memory tests etc. and some references to the Leon open source design. They seem to have lots of documentation so it's most likely hidden somewhere one the site.Anybody knows where?



Maybe try to scroll down:)

Download a source package, extract it, and you can find it in "fpga" subdirectory.
kingcoin
Sr. Member
****
Offline Offline

Activity: 262
Merit: 250


View Profile
April 08, 2013, 06:23:04 AM
 #712


I'm not familiar with the site. All  can find is some firmware (mostlyJava) and the only HDL I can find is for memory tests etc. and some references to the Leon open source design. They seem to have lots of documentation so it's most likely hidden somewhere one the site.Anybody knows where?



Maybe try to scroll down:)

Download a source package, extract it, and you can find it in "fpga" subdirectory.

Code:
tar xvfj ztex-121017.tar.bz2
cd ztex
 find . -type d -name fpga
./examples/usb-fpga-1.2/lightshow/fpga
./examples/usb-fpga-1.2/ucecho/fpga
./examples/usb-fpga-1.2/intraffic/fpga
./examples/usb-fpga-1.15y/ucecho/fpga
./examples/usb-fpga-1.15y/intraffic/fpga
./examples/usb-fpga-1.11/1.11c/lightshow/fpga
./examples/usb-fpga-1.11/1.11c/ucecho/fpga
./examples/usb-fpga-1.11/1.11c/intraffic/fpga
./examples/usb-fpga-1.11/1.11c/memtest/fpga
./examples/usb-fpga-1.11/1.11a/lightshow/fpga
./examples/usb-fpga-1.11/1.11a/ucecho/fpga
./examples/usb-fpga-1.11/1.11a/intraffic/fpga
./examples/usb-fpga-1.11/1.11a/memtest/fpga
./examples/usb-fpga-1.11/1.11b/lightshow/fpga
./examples/usb-fpga-1.11/1.11b/ucecho/fpga
./examples/usb-fpga-1.11/1.11b/intraffic/fpga
./examples/usb-fpga-1.11/1.11b/memtest/fpga
./examples/usb-fpga-1.15/1.15a/lightshow/fpga
./examples/usb-fpga-1.15/1.15a/ucecho/fpga
./examples/usb-fpga-1.15/1.15a/intraffic/fpga
./examples/usb-fpga-1.15/1.15a/memtest/fpga
./examples/usb-fpga-1.15/1.15a/mmio/fpga
./examples/usb-fpga-1.15/1.15d/lightshow/fpga
./examples/usb-fpga-1.15/1.15d/ucecho/fpga
./examples/usb-fpga-1.15/1.15d/intraffic/fpga
./examples/usb-fpga-1.15/1.15d/memtest/fpga
./examples/usb-fpga-1.15/1.15d/mmio/fpga
./examples/usb-fpga-1.15/1.15b/lightshow/fpga
./examples/usb-fpga-1.15/1.15b/ucecho/fpga
./examples/usb-fpga-1.15/1.15b/intraffic/fpga
./examples/usb-fpga-1.15/1.15b/memtest/fpga
./examples/usb-fpga-1.15/1.15b/mmio/fpga

Which all contains memory tests etc.

Reggie0
Member
**
Offline Offline

Activity: 107
Merit: 13


View Profile
April 08, 2013, 02:07:28 PM
 #713

Error, error, error.....

There are a download section at http://www.ztex.de/btcminer. SCROLL DOWN.
Don't click on "Downloads" link at the left side menu bar, because it redirects you to SDK and Example downloads. It is an different downloads section.

Use this:
http://www.ztex.de/btcminer/ZtexBTCMiner-121126.tar.bz2
kingcoin
Sr. Member
****
Offline Offline

Activity: 262
Merit: 250


View Profile
April 08, 2013, 04:09:23 PM
 #714

Sorry, I thought you were talking about scrolling down in the list of files. I got the file from the download section. Now I see what section you were talking about...
Reggie0
Member
**
Offline Offline

Activity: 107
Merit: 13


View Profile
April 08, 2013, 09:15:54 PM
 #715

Sorry, I thought you were talking about scrolling down in the list of files. I got the file from the download section. Now I see what section you were talking about...

No problem.
razorfishsl
Sr. Member
****
Offline Offline

Activity: 399
Merit: 250


View Profile WWW
April 09, 2013, 01:21:03 PM
 #716

Correct, something like that. I was thinking on-die memory segments could be used. But anything that would separate the hasher clock from the software communicator should be a good thing. I hadn't seen that code as I was working on the altera branches. They must be doing something right to achieve 200mh/s per chip on a spartan lx150 which in this thread (and on the hardware comparison page) topped out at 100mh/s on other boards (unless I missed some updates somewhere). The ztex design seems to be clocking 1 core at 200+mhz versus the other designs without hasher/controller separation clocking at 100mhz with 1 core. Would be amazing to double the clock rate of my altera chips from 220 to 440 w/ 3 cores!

Separating clock will not help for you(i've tried on xc6slx150). The frequency is limited by carry chains, not by the clock network delays.
As i know, ztex design allows 190MHz generally(probably calculated by xilinx at 85 celsius) , but voltage/temperature derating allows to increase frequency.

I've tried to compile ztex's source, and xst reported 230 MHz maximal clock freq. . I made some modifications, so i hope it will reach 190MHz after par, because Xst reported 316.312MHz.

Problem is that XST ALWAYS reports shit hot timings for the simulation, but once the design is mapped into the actual device, then the  timings go to pot because of the way the interconnects work.(some of the XST tools just look at the 'pure logic' chains for timing).

Also as regards splitting the clocks.. it is a bad idea and there is no need for it....(in this design), becasue once you have more than one clock you have to deal with crossing clock domains and then you have to deal with shitty situations of clock lag and jitter over multiple clock sources.
As regards heat.. the hotter it runs the shorter it lives, Xilinx starts to shutdown at just over 85deg. die temp.(its designed into the die)

I've taken the XUPV5 to over 350MH/s,  but it has required a very special power supply design and special PCB (which smells like cooked hairy crab when it's running full pelt)+6 17CFM fans...(those are special 'maglev' designs, not like the shitty stuff with the oil and the shitty washer holding the spindle in the housing)

BUT It's a bitch, yesterday it worked fine but today it was heavy rain and It's getting bad shares, but dropping it back 20MH/s fixed it until the rain became heavier...

it is purely a research project as both Tom & BFL have screwed me on my ASIC deliveries.

Finally as regards to the 'main delay' being in communication... actually it is unlikely, rather it is in some FPGA designs that don't allow block interruption when the block changes.
 I suspect this becasue  of the FIFO's and the increased USART timings(230400) I designed in to deal with other 'idle time'

Plus there are a number of shortcuts (nope not the well documented SHA256 ones) even saving a few tens of ms per round all adds up....


High Quality USB Hubs for Bitcoin miners
https://bitcointalk.org/index.php?topic=560003
Reggie0
Member
**
Offline Offline

Activity: 107
Merit: 13


View Profile
April 09, 2013, 09:36:24 PM
 #717

Problem is that XST ALWAYS reports shit hot timings for the simulation, but once the design is mapped into the actual device, then the  timings go to pot because of the way the interconnects work.(some of the XST tools just look at the 'pure logic' chains for timing).

Yes, but the xst reported max. clock and par reported max. clock ratio will not change a lot.
razorfishsl
Sr. Member
****
Offline Offline

Activity: 399
Merit: 250


View Profile WWW
April 09, 2013, 10:35:19 PM
 #718

Sorry but it can and does.
There is no correct Measurement of delay UNTIL the device is thrugh the place and route stage, sometimes "map" can come close, but I've had bitcoin designs that give  closure timings for over 300MHZ, but then after final P&R  they hit stupidly low figures

I.E 87Mhz....... or 87MH/s

which is just embarrassing..... for a V5 or V6,(HOT TIP coming up...)

The  absolutely F***** stupid thing is that changing a single DCM_BASE or DCM_ADV parameter can  trash your results....
The unit is supposed to be totally self contained clock multiplier(which it is...) but what they don't tell you is that when you configure it, the configuration pins are either grounded or taken high and depending on the combination you choose, it can screw up the routing resources to such an extent you loose massive throughput.

CLKFX_DIVIDE => 10,
CLKFX_MULTIPLY =>12,

does not give you the same routing and performance as
CLKFX_DIVIDE => 5,
CLKFX_MULTIPLY =>6,

Even though the final CLKFX frequency that feeds your logic is the same!!!!!

The way I tackled it was to find the BEST routing configuration frequency for the DCM then to externally CHANGE the crystal to match the internal clocking rate I wanted, which defeats the purpose of the DCM......
The other solution would be to register the DCM_ADV then dynamically reconfigure during running.




High Quality USB Hubs for Bitcoin miners
https://bitcointalk.org/index.php?topic=560003
senseless
Hero Member
*****
Offline Offline

Activity: 1118
Merit: 541



View Profile
April 10, 2013, 08:52:17 AM
 #719

does not give you the same routing and performance as
CLKFX_DIVIDE => 5,
CLKFX_MULTIPLY =>6,

I noticed when working on Quartus II that it will always determine the lowest common denominator for my clock settings. Right now just for simplicity's sake i'm doing multiplier of 1000 and divisor of 217, which allows me to step up in small increments. Whenever I compile i notice a little line saying it's adjusting the setting to some other figures (which give nearly identical clock sometimes it does change by 0.1mhz or so). I'm guessing ISE doesn't have that kind of feature?


fpgaminer (OP)
Hero Member
*****
Offline Offline

Activity: 560
Merit: 517



View Profile WWW
April 13, 2013, 09:38:35 AM
 #720

I downloaded the latest Vivado IDE, and finally hammered out the code for my DSP48E1 miner.  It is now working happily on my KC705 devkit, which has a Kintex 7 on it.  I haven't pushed the clock rate up yet, so for now it's only running at 300MH/s.  Should be able to get between 400 and 450MH/s out of a fully pipelined DSP48E1 hashing core, depending on how close to the DSP48E1's max spec I can get on this speed grade (-2).  No accurate power measurements yet.  Back of the napkin says 11W, but that seems a bit high; probably a lot of static power usage.

The design is currently using 80% of the DSP48E1's on that chip, and about 25% of other resources.  My goal is to at least get 1GH/s out of this chip, ideally 2GH/s.  Regardless, even 400MH/s will beat the ole X6500's, which needed two chips to get 400MH/s Tongue


On a slightly related note, I released my FPGA-based vanitygen code today: https://bitcointalk.org/index.php?topic=152444.0.

EDIT: By the way, I'm pretty happy with the KC705 so far. Lots of great bells and whistles to play with, and most importantly ... they included long USB cables. I can't tell you how many times I get developer-grade equipment with dinky pig-tail USB cables.  Beyond that, the kit comes with an on-board USB-UART bridge, on-board USB-JTAG, and a heatsink-fan combo for the Kintex 7 which I will be sure to cook breakfast on.

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 [36] 37 38 39 40 41 42 43 44 45 46 47 48 49 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!