Author Topic: New official Arduno Cinque board uses 320 MHz RISC-V SoC.  (Read 16968 times)

0 Members and 1 Guest are viewing this topic.

Offline brucehoultTopic starter

  • Super Contributor
  • ***
  • Posts: 4046
  • Country: nz
New official Arduno Cinque board uses 320 MHz RISC-V SoC.
« on: May 19, 2017, 06:28:08 pm »
https://blog.hackster.io/sifive-unveils-the-first-risc-v-based-arduino-a4d07fe7f21f

I've had SiFive's Arduino-compatible "HiFive1" with the same SoC for four months, but this is a whole new level of cred.

The announcement is low on details at the moment, beyond the 320 MHz and that a WIFI/BT chip has been added. If it's the exact same SoC (very likely) then it's got 16 KB of SRAM and 16 KB of instruction cache.

The orginal SiFive board has 16 MB of off-chip SPI flash, but that could obviously be different on this board.

It will be interesting to see if the Arduino version has analogue inputs. That's the main thing the SoC itself (and SiFive's original board) is lacking.
 

Online thm_w

  • Super Contributor
  • ***
  • Posts: 6431
  • Country: ca
  • Non-expert
Re: New official Arduno Cinque board uses 320 MHz RISC-V SoC.
« Reply #1 on: May 19, 2017, 07:42:55 pm »
They are saying it has an ESP32 on board as well.
Just the ESP32 alone would be plenty for most applications. 240MHz and 520kB SRAM, 18 channel 12-bit ADC.

Looks good but don't think it will be cheap when you have two powerful processors on it. Can make programming more difficult as well (at least at the low level).
Profile -> Modify profile -> Look and Layout ->  Don't show users' signatures
 

Online ataradov

  • Super Contributor
  • ***
  • Posts: 11280
  • Country: us
    • Personal site
Re: New official Arduno Cinque board uses 320 MHz RISC-V SoC.
« Reply #2 on: May 19, 2017, 08:00:42 pm »
FE310 needs a lot more work to be useful for anything. This is another marketing broad.
Alex
 

Offline brucehoultTopic starter

  • Super Contributor
  • ***
  • Posts: 4046
  • Country: nz
Re: New official Arduno Cinque board uses 320 MHz RISC-V SoC.
« Reply #3 on: May 20, 2017, 09:17:34 am »
FE310 needs a lot more work to be useful for anything. This is another marketing broad.

While not yet as polished and comprehensive as the competing products made by your employer, I think it's going a bit too far to say there is nothing it is useful for.
 

Online coppice

  • Super Contributor
  • ***
  • Posts: 8699
  • Country: gb
Re: New official Arduno Cinque board uses 320 MHz RISC-V SoC.
« Reply #4 on: May 20, 2017, 12:04:00 pm »
FE310 needs a lot more work to be useful for anything. This is another marketing broad.

While not yet as polished and comprehensive as the competing products made by your employer, I think it's going a bit too far to say there is nothing it is useful for.
Its useful for very little. In general, MCUs are about the peripherals, not the core.
 

Offline CJay

  • Super Contributor
  • ***
  • Posts: 4136
  • Country: gb
Re: New official Arduno Cinque board uses 320 MHz RISC-V SoC.
« Reply #5 on: May 20, 2017, 01:59:40 pm »
Have they fixed the bloody awful IDE and debug yet or do we have to still rely on crappy serial port debugging and no breakpoints etc?
 

Online ataradov

  • Super Contributor
  • ***
  • Posts: 11280
  • Country: us
    • Personal site
Re: New official Arduno Cinque board uses 320 MHz RISC-V SoC.
« Reply #6 on: May 20, 2017, 03:06:50 pm »
I think it's going a bit too far to say there is nothing it is useful for.
What are you going to do with all that power if there are no peripherals to get the data in or out of the device?

I wish them luck, and I did support them on the KickStarter, but let's be real, this is a toy at the moment. And peripherals can make or break the MCU regardless of the core.
Alex
 

Offline ehughes

  • Frequent Contributor
  • **
  • Posts: 409
  • Country: us
Re: New official Arduno Cinque board uses 320 MHz RISC-V SoC.
« Reply #7 on: May 20, 2017, 03:22:47 pm »
Execution from quad SPI essentially makes this a 40MHz part.     I use SPIFI on the LPC series as it is good for boot code, etc but it is very slow. 

I am curious to the amount of SRAM and their target use case.   
 

Offline CM800

  • Frequent Contributor
  • **
  • Posts: 882
  • Country: 00
Re: New official Arduno Cinque board uses 320 MHz RISC-V SoC.
« Reply #8 on: May 20, 2017, 03:37:22 pm »
So..... what's the point of open source silicon?...


still haven't figured that part out.
 

Online ataradov

  • Super Contributor
  • ***
  • Posts: 11280
  • Country: us
    • Personal site
Re: New official Arduno Cinque board uses 320 MHz RISC-V SoC.
« Reply #9 on: May 20, 2017, 04:02:11 pm »
The point is absence of licensing fees an potential lock outs.

40 MHz QSPI is not a huge problem with caches. Embedded flash is better, but in conventional MCU is does not run much faster, there are still a lot of wait states at high frequencies.
Alex
 

Online coppice

  • Super Contributor
  • ***
  • Posts: 8699
  • Country: gb
Re: New official Arduno Cinque board uses 320 MHz RISC-V SoC.
« Reply #10 on: May 20, 2017, 04:11:11 pm »
The point is absence of licensing fees an potential lock outs.
What is the point of being absent of licencing fees for just one small piece of an MCU? (Yes, try looking at a typical MCU die, and you'll find the CPU is one of the smallest parts of the chip.). Developing a good set of peripherals for yourself is not a cheap activity.
 

Online ataradov

  • Super Contributor
  • ***
  • Posts: 11280
  • Country: us
    • Personal site
Re: New official Arduno Cinque board uses 320 MHz RISC-V SoC.
« Reply #11 on: May 20, 2017, 04:13:40 pm »
Developing a working core is not cheap either, it is not a reason to give up.  Over time they will make the peripherals as well. It is not that hard.
Alex
 

Offline legacy

  • Super Contributor
  • ***
  • !
  • Posts: 4415
  • Country: ch
Re: New official Arduno Cinque board uses 320 MHz RISC-V SoC.
« Reply #12 on: May 20, 2017, 07:21:28 pm »
It seems pure marketing shit.
As usual  :palm:
 

Offline brucehoultTopic starter

  • Super Contributor
  • ***
  • Posts: 4046
  • Country: nz
Re: New official Arduno Cinque board uses 320 MHz RISC-V SoC.
« Reply #13 on: May 20, 2017, 10:38:12 pm »
It seems pure marketing shit.
As usual  :palm:

"marketing" as in "You'll soon be able to casually wander into your local Arduino/Pi hobby store and pick one up, instead of ordering from a web site in another country and waiting a month"?

That seems like a good thing to me. If it arrives faster than the bloody Due did.

I believe the more correct term is "distribution".
 

Offline legacy

  • Super Contributor
  • ***
  • !
  • Posts: 4415
  • Country: ch
Re: New official Arduno Cinque board uses 320 MHz RISC-V SoC.
« Reply #14 on: May 20, 2017, 10:51:55 pm »
"marketing"

Since all the "arm" products (e.g. Zero, Due, ...) suck, I wonder why don't they stay focused on a replacement for the Teensy platform, which is neither made-by nor affiliated-with them. It's compatible with arduino through external support.

RISC5 is even worse, it's experimental, unsupported, and useless, therefore completely useless for the common Arduino-user.
« Last Edit: May 20, 2017, 10:53:46 pm by legacy »
 

Online ataradov

  • Super Contributor
  • ***
  • Posts: 11280
  • Country: us
    • Personal site
Re: New official Arduno Cinque board uses 320 MHz RISC-V SoC.
« Reply #15 on: May 20, 2017, 10:53:27 pm »
They don't have to have all they products to be useful for everyone. Don't like the board - don't buy it.
Alex
 

Offline legacy

  • Super Contributor
  • ***
  • !
  • Posts: 4415
  • Country: ch
Re: New official Arduno Cinque board uses 320 MHz RISC-V SoC.
« Reply #16 on: May 20, 2017, 10:58:57 pm »
They don't have to have all they products to be useful for everyone. Don't like the board - don't buy it.

I like none of their products. They are all useless, except those based on AVR8
(e.g. Arduino2009, Mega*, Nano*, etc)

Of course, it's my point.  I won't buy it for sure  :popcorn:
 

Offline julian1

  • Frequent Contributor
  • **
  • Posts: 735
  • Country: au
Re: New official Arduno Cinque board uses 320 MHz RISC-V SoC.
« Reply #17 on: May 20, 2017, 11:10:07 pm »
I'm interested. Although I'd like it if they published their implementation and core-ip as well.
 

Online ataradov

  • Super Contributor
  • ***
  • Posts: 11280
  • Country: us
    • Personal site
Re: New official Arduno Cinque board uses 320 MHz RISC-V SoC.
« Reply #18 on: May 20, 2017, 11:12:12 pm »
I'm interested. Although I'd like it if they published their implementation and core-ip as well.
Their?  This thing is using FE310, which has everything published. It is not the easiest read though. It is all written in some obscure HDL conceived by Berkley.
Alex
 

Offline julian1

  • Frequent Contributor
  • **
  • Posts: 735
  • Country: au
Re: New official Arduno Cinque board uses 320 MHz RISC-V SoC.
« Reply #19 on: May 20, 2017, 11:16:56 pm »
I'm interested. Although I'd like it if they published their implementation and core-ip as well.
Their?  This thing is using FE310, which has everything published. It is not the easiest read though. It is all written in some obscure HDL conceived by Berkley.

Risc-v is published as a spec by Berkley no? And SiFive have only published their implementation's synthesized RTL according to Google?

Quote
As part of this availability, SiFive also has contributed the register-transfer level (RTL) code for the FE310 core to the OSHW community.

https://blog.hackster.io/hifive1-is-an-open-source-arduino-compatible-risc-v-dev-kit-304c52cfee09
 

Online ataradov

  • Super Contributor
  • ***
  • Posts: 11280
  • Country: us
    • Personal site
Re: New official Arduno Cinque board uses 320 MHz RISC-V SoC.
« Reply #20 on: May 20, 2017, 11:19:46 pm »
By RTL they mean synthesizeable. They provide full source code. Link to GitHub above.

But yeah, good luck reading that Chisel. I really wish they went with Verilog.
Alex
 

Offline julian1

  • Frequent Contributor
  • **
  • Posts: 735
  • Country: au
Re: New official Arduno Cinque board uses 320 MHz RISC-V SoC.
« Reply #21 on: May 20, 2017, 11:27:30 pm »
Thanks for the links. It looks like the Chisel stuff is embedded in Scala.

Quote
This respository also contains code that is used to generate RTL. Hardware generation is done using Chisel, a hardware construction language embedded in Scala. The rocket-chip generator is a Scala program that invokes the Chisel compiler in order to emit RTL describing a complete SoC. The following sections describe the components of this repository.
 

Online ataradov

  • Super Contributor
  • ***
  • Posts: 11280
  • Country: us
    • Personal site
Re: New official Arduno Cinque board uses 320 MHz RISC-V SoC.
« Reply #22 on: May 21, 2017, 12:08:12 am »
But implementation of actual interest are the ones that get implemented in the silicon. And I expect that it will be chisel for all of them.
Alex
 

Offline brucehoultTopic starter

  • Super Contributor
  • ***
  • Posts: 4046
  • Country: nz
Re: New official Arduno Cinque board uses 320 MHz RISC-V SoC.
« Reply #23 on: May 21, 2017, 12:28:41 am »
(V-scale / Zscale somewhat obsolete but still interesting) https://github.com/ucb-bar/vscale

I don't think that's really correct.

There are three basic free and open microarchitecture designs for RISC-V that have come out of Berkeley:

ZScale is newer than Vscale, and is "current". It's a very small 3-stage pipeline CPU, competitive with Cortex M0-M4. Last I heard, the RocketChip generator was being modified to output ZScale as an option.

The Rocket itself is a deeper pipeline in-order CPU competitive with ARM designs such as A7, A9, A53. By default Rocket is 64 bit, but SiFive modified the generator to produce 32 bit CPUs as well, which is what is in this Arduino and the HiFive1.

BOOM is an out of order design competitive with Cortex A15 or whichever is the equivalent 64 bit. A72? It's the least developed of the cores at the moment.

The first Linux-capable SoCs will be multi-core 1.6 GHz 64 bit Rocket made on TSMC 28 nm and should start to be available around the end of the year. Those will be competitive with the Pi3 or Odroid C2.
 
The following users thanked this post: evb149

Offline timb

  • Super Contributor
  • ***
  • Posts: 2536
  • Country: us
  • Pretentiously Posting Polysyllabic Prose
    • timb.us
Re: New official Arduno Cinque board uses 320 MHz RISC-V SoC.
« Reply #24 on: May 21, 2017, 01:05:03 am »
Execution from quad SPI essentially makes this a 40MHz part.     I use SPIFI on the LPC series as it is good for boot code, etc but it is very slow. 

I am curious to the amount of SRAM and their target use case.

Well, keep in mind that 40MHz QSPI is the equivalent of 160MHz standard SPI, so it's still quite fast!

Most low-end MCUs can't even do regular SPI faster than 20MHz or so; 40-80MHz is common on the mid to high end range of parts.
Any sufficiently advanced technology is indistinguishable from magic; e.g., Cheez Whiz, Hot Dogs and RF.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf