bsc VS linux-on-litex-vexriscv

Compare bsc vs linux-on-litex-vexriscv and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
bsc linux-on-litex-vexriscv
8 13
880 536
1.0% 0.7%
8.4 5.2
25 days ago 10 days ago
Haskell Python
GNU General Public License v3.0 or later BSD 2-clause "Simplified" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

bsc

Posts with mentions or reviews of bsc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-03.
  • Ao486_MiSTer: i486 core for the MiSTer FPGA gaming system
    7 projects | news.ycombinator.com | 3 Mar 2023
    Many companies do just write entire modern SoCs in straight Verilog (maybe with some autogenerated Verilog hacked in there) with no other major organization tools aside from the typical project management stuff. The load-store unit of a modern CPU alone easily exceeds 10k lines of Verilog. It's a similar thing as people who work with kernels—after all, the page table management code in a modern operating system like Linux is absolutely monstrous but still people are able to understand it well enough to be able to make the changes they need and get out.

    If you are interested in other languages which hope to make this sort of stuff easier, I'd recommend taking a look at design productivity languages like Chisel and it's associated Chipyard [1], SpinalHDL [2], and Bluespec [3]. Each of these are meant to make defining extremely complex hardware more manageable for humans and there's a lot of interesting work going on right now with each of them.

    [1] https://github.com/ucb-bar/chipyard

    [2] https://github.com/SpinalHDL/SpinalHDL

    [3] https://github.com/B-Lang-org/bsc

  • Learning VDHL after knowing Verilog
    2 projects | /r/FPGA | 14 Jan 2023
    What are your thoughts on other HDLs like Chisel or BlueSpec when it comes to better type checking?
  • Is “x' = f(x)” a programming paradigm?
    2 projects | /r/AskProgramming | 9 Nov 2022
    In a previous project we used Haskell that compiled down to Verilog to design hardware. Think along the lines of BlueSpec or Clash. Haskell would force you to spell out the new state as a function of the old state of the system. This would let us do gate-level simulations of the hardware we designed. Coupled with Haskell's penchant for using primes to mean "the new value of", stuff like x' = f x was very common.
  • I'm starting a project to make a Rust-like hardware description language and I need your opinions.
    5 projects | /r/rust | 21 Aug 2022
    You should look at Bluespec, they are doing some interesting stuff.
  • Verilog Is Weird
    4 projects | news.ycombinator.com | 23 Mar 2022
  • Bluespec hardware design language and simulation tools
    1 project | news.ycombinator.com | 1 Feb 2022
  • MyHDL: Using Python as a hardware description and verification language
    3 projects | news.ycombinator.com | 25 Nov 2021
    And I've been involved in a project that's making heavy use of Bluespec: https://github.com/B-Lang-org/bsc/

    Same problem though - you have to transpile it down to Verilog to use it in anything beyond a simulation.

  • FPGA dev board that's cheap, simple and supported by OSS toolchain
    8 projects | news.ycombinator.com | 10 Jan 2021
    FPGA Thread: Bluespec SystemVerilog is now completely open source, very nice HDL although quite opinionated.

    https://github.com/B-Lang-org/bsc

    it's Haskell underneath (https://xkcd.com/356/)

linux-on-litex-vexriscv

Posts with mentions or reviews of linux-on-litex-vexriscv. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-23.
  • Need help to build a RISC-V Processor on Artix-7 FPGA: Final Year Engineering Project Guide
    4 projects | /r/RISCV | 23 Oct 2023
    With LiteX you can synthesize a VexRiscV processor. You can run Linux on it. The toolchain is pretty easy to use, as long as you use Xilinx Vivado to compile to gateware.
  • Education board tips
    1 project | /r/RISCV | 14 Jun 2023
    Hello, we are planning to rebuild a computer architectures course at uni and the idea is to teach the basics using the riscv architecture. We are looking for an affordable development board that could be used to demonstrate both bare-metal programming as well as interfacing hardware via mmap from OS to build up the experience with accessing the registers directly, and then introducing virtual memory, memory hierarchy, etc. So far it seems like a best option to utilize some compatible FPGA development board and the litex ( https://github.com/litex-hub/linux-on-litex-vexriscv ) project to achieve the afforementioned. Would you have any comment on that or perhaps some other recommendation for an affordable development board? Thanks for any tips.
  • RISC-V Business: Testing StarFive's VisionFive 2 SBC
    3 projects | news.ycombinator.com | 3 Mar 2023
    The repo below has support for building a 32bit RISC-V CPU for de10nano. It also includes information about booting Linux.

    https://github.com/litex-hub/linux-on-litex-vexriscv

    The CPU will likely have a clock speed around 100Mhz, far slower than the 1.5Ghz 64bit cores on the VisionFive 2 or Pi4. The FPGA might still be useful if you want to customize the CPU or integrate other custom hardware.

  • Linux on LiteX
    1 project | news.ycombinator.com | 30 Jan 2023
  • Building RISCV that can eventually run Linux OS
    1 project | /r/RISCV | 7 Sep 2022
  • CosmicStrand: The discovery of a sophisticated UEFI firmware rootkit
    2 projects | news.ycombinator.com | 26 Jul 2022
    You can run linux even on an entirely open source from hardware to software toolchain: https://github.com/litex-hub/linux-on-litex-vexriscv
  • FPGA
    1 project | /r/RISCV | 12 Mar 2022
    On the other hand, if you really want a budget FPGA board under 100 USD that can implement a Linux-capable RISC-V SoC, you will need to implement a simple 32-bit one but indeed possible. See https://github.com/litex-hub/linux-on-litex-vexriscv for instance. You will get additional frequencies (still an order of 100 MHz though), I/O ports and such if you can spend 200 to 300 USD.
  • Best fpga for making multicore linux-capable SoC?
    2 projects | /r/FPGA | 7 Mar 2022
    An Artix 7 100k (like in the 'big' Arty A7 board) will comfortably fit 4 VexRiscv @ 100 MHz in a Litex SoC with all the bells and whistles; you can already fit a SoC with 2 Vex in the smaller 35k. Running Linux on that is very easy.
  • Is it possible to build a RISCV Core on FPGA which runs Linux on top of it?
    3 projects | /r/RISCV | 26 Feb 2022
  • Why has the barrier to entry for hardware design in general reduced so slowly?
    1 project | /r/FPGA | 27 Sep 2021
    Accessibility has improved significantly over the last few years. You can now buy any of the Lattice iCE40 or ECP5 boards from this page and use the yosys open-source workflow to upload real designs to the cores, including soft cores capable of running real, unmodified Linux. These tools are actively developed and are used by the open-source FPGA community at large (with the iCE40 and ECP5 receiving massive upticks in mindshare as a result).

What are some alternatives?

When comparing bsc and linux-on-litex-vexriscv you can also consider the following projects:

chisel - Chisel: A Modern Hardware Design Language

neorv32 - :rocket: A tiny, customizable and extensible MCU-class 32-bit RISC-V soft-core CPU and microcontroller-like SoC written in platform-independent VHDL.

UPduino-v3.0 - UPduino 3.0: new 4 layer layout, various other improvements

linux-on-litex-rocket - Run 64-bit Linux on LiteX + RocketChip

PipelineC - A C-like hardware description language (HDL) adding high level synthesis(HLS)-like automatic pipelining as a language construct/compiler feature.

fpga-zynq - Support for Rocket Chip on Zynq FPGAs

rustylog - A Rust-like Hardware Description Language transpiled to Verilog

butterstick-hardware - Basic ECP5 based GigE to SYZYGY interface.

fomu-toolchain - A collection of tools for developing for Fomu

clash-ghc - Haskell to VHDL/Verilog/SystemVerilog compiler

nmigen-tutorial - A tutorial for using nmigen