Author Topic: SiFive HiFive1 (RISC-V based microcontroller)  (Read 4703 times)

0 Members and 1 Guest are viewing this topic.

Offline hamster_nzTopic starter

  • Super Contributor
  • ***
  • Posts: 2803
  • Country: nz
SiFive HiFive1 (RISC-V based microcontroller)
« on: January 04, 2017, 01:36:52 am »
I got a SiFive HiFive1 RISC-V devboard for Christmas - the hint to my wife worked :D

https://www.sifive.com/products/hifive1/

The HiFive1 is an Arduino-Compatible development kit featuring the Freedom E310, the industry’s first commercially available RISC-V SoC.

I spent last night building a new Ubuntu VM, then cloning and building the GitHub repos for the tool chain. A few hours later it now says "Hello World" - not much for a micro-controller with 16 MB of (offchip) flash.

Just wanted to say it all worked as advertised - it's open source all the way down to the micro-controller's HDL.
« Last Edit: January 04, 2017, 02:25:32 am by hamster_nz »
Gaze not into the abyss, lest you become recognized as an abyss domain expert, and they expect you keep gazing into the damn thing.
 

Offline ataradov

  • Super Contributor
  • ***
  • Posts: 11234
  • Country: us
    • Personal site
Re: SiFive HiFive1 (RISC-V based microcontroller)
« Reply #1 on: January 04, 2017, 02:04:48 am »
Waiting on mine from KS campaign.
Alex
 

Offline andersm

  • Super Contributor
  • ***
  • Posts: 1198
  • Country: fi
Re: SiFive HiFive1 (RISC-V based microcontroller)
« Reply #2 on: January 04, 2017, 01:20:13 pm »
it's open source all the way down to the micro-controller's HDL.
Got mine yesterday, haven't gotten further than reading the documentation. But it's only the processor core that's open source, not the whole chip.

Offline ataradov

  • Super Contributor
  • ***
  • Posts: 11234
  • Country: us
    • Personal site
Re: SiFive HiFive1 (RISC-V based microcontroller)
« Reply #3 on: January 04, 2017, 04:36:22 pm »
But it's only the processor core that's open source, not the whole chip.
What do you mean? The whole thing is built from Rocket Chip Generator, which includes the peripherals as well.
Alex
 

Offline andersm

  • Super Contributor
  • ***
  • Posts: 1198
  • Country: fi
Re: SiFive HiFive1 (RISC-V based microcontroller)
« Reply #4 on: January 04, 2017, 04:42:46 pm »
My mistake then (though in practice this is impossible to verify, which is why I think all the freedom/trust/etc. talk is mostly empty propaganda. For an end-user like me, all that changes is who you have to place your trust in.)
« Last Edit: January 04, 2017, 04:47:11 pm by andersm »
 

Offline hamster_nzTopic starter

  • Super Contributor
  • ***
  • Posts: 2803
  • Country: nz
Re: SiFive HiFive1 (RISC-V based microcontroller)
« Reply #5 on: January 04, 2017, 06:14:36 pm »
My mistake then (though in practice this is impossible to verify, which is why I think all the freedom/trust/etc. talk is mostly empty propaganda. For an end-user like me, all that changes is who you have to place your trust in.)

It does allow you to review the design, and check for oversights and/or h/w bugs even when you don't have the resources to make your own chips.

This is no worse than the level of trust you place in your compiler and libraries to not have code-generation errors or include some unexpected secret extra payload in your executable. There is no way I could review the whole GCC and C standard library code base looking for issues, but it is comforting to know that I could if I really wanted to.

The truly paranoid could decap the die and compare against masks and/or HDL, which should cost far less than actually spinning your own chip - a bit like disassembling all your libraries to check them against the original source...
Gaze not into the abyss, lest you become recognized as an abyss domain expert, and they expect you keep gazing into the damn thing.
 

Offline ataradov

  • Super Contributor
  • ***
  • Posts: 11234
  • Country: us
    • Personal site
Re: SiFive HiFive1 (RISC-V based microcontroller)
« Reply #6 on: January 04, 2017, 06:29:21 pm »
It does allow you to review the design, and check for oversights and/or h/w bugs even when you don't have the resources to make your own chips.
Except that you don't know if what is baked inside the silicon is the same stuff as in the code. You trust them to give you an actual code :)

The truly paranoid could decap the die and compare against masks and/or HDL, which should cost far less than actually spinning your own chip - a bit like disassembling all your libraries to check them against the original source...
There were a number of nasty things described on one of the CCC presentations, where electrically and logically correct layout allowed for some manipulations.
Alex
 

Offline brucehoult

  • Super Contributor
  • ***
  • Posts: 4026
  • Country: nz
Re: SiFive HiFive1 (RISC-V based microcontroller)
« Reply #7 on: January 29, 2017, 12:48:41 pm »
it's open source all the way down to the micro-controller's HDL.
Got mine yesterday, haven't gotten further than reading the documentation. But it's only the processor core that's open source, not the whole chip.

The entire SoC is open source.

The HiFive1 board contains non-open components. An example is the 128 Mb flash memory, though that is fairly trivial and doesn't contain a lot of IP. The more notorious one is the FTDI USB chip. I think there simply wasn't another good open option at the moment, especially as they wanted to support JTAG via USB for debugging and for programming the flash.

Even RMS started the FSF with just emacs, bison, ld and gdb usable. (gcc came soon after)

My Founder's Edition HiFIve1 finally arrived in Moscow on Friday and I managed to wrestle it quickly from the hands of Russia Post despite the language barrier :-) Sadly all my Arduino accessories are in NZ, so I'll have to find some more here.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf