RISC-V: Difference between revisions
Jump to navigation
Jump to search
AbeAnderson (talk | contribs) (→More) |
|||
Line 10: | Line 10: | ||
* GitHub: https://github.com/sifive | * GitHub: https://github.com/sifive | ||
* Company: https://www.sifive.com/ | * Company: https://www.sifive.com/ | ||
* Ad/Explanation of SiFive and RISC-V development possibilities: https://www.youtube.com/watch?v=jNnCok1H3-g | |||
* Presentation by Yunsup Lee on May 8, 2018 at the RISC-V Workshop: https://www.youtube.com/watch?v=oRMOe49jEH4&t=575s | |||
Arduino like board using RISC-V processor: | Arduino like board using RISC-V processor: |
Revision as of 19:32, 6 January 2019
Intro
https://fosdem.org/2018/schedule/event/riscv/
More
Open Source (BSD license) CPU. The RISC-V CPU going to production is a game changer for the Open Source Hardware community. Note that the hardware used is not open source. The part that is open source is the Instruction Set Architecture. The next revolution towards true open source comes when the actual semiconductor fabrication will become open source, which currently does not exist, and is one of the last frontiers for OSE and the open hardware non-movement.
- Wikipedia: https://en.wikipedia.org/wiki/RISC-V
- GitHub: https://github.com/sifive
- Company: https://www.sifive.com/
- Ad/Explanation of SiFive and RISC-V development possibilities: https://www.youtube.com/watch?v=jNnCok1H3-g
- Presentation by Yunsup Lee on May 8, 2018 at the RISC-V Workshop: https://www.youtube.com/watch?v=oRMOe49jEH4&t=575s
Arduino like board using RISC-V processor:
Raspberry Pi like board using RISC-V processor:
- Project: http://www.lowrisc.org/
- Buy: not available yet (as of 11/2017)
Layers of Abstraction to be Open Sourced
- Software applications to hardware - [1]
- Layers of abstraction - noting the position of Instruction Set Architecture - [2]. There is software and hardware. Instruction Set architecture is not hardware - it determines the hardware - or is implemented in hardware - but the dividing line for hardware should perhaps begin with Microarchitecture - which are the actual circuit paths on chips.