signalflip-js VS signalflip-verilator-webapp

Compare signalflip-js vs signalflip-verilator-webapp and see what are their differences.

signalflip-js

verilator testbench w/ Javascript using N-API (by ameetgohil)

signalflip-verilator-webapp

A web app showing a example counter systemverilog design with testbench written in signalflip-js using Verilator as a simulator (by ameetgohil)
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
signalflip-js signalflip-verilator-webapp
3 1
16 0
- -
0.0 0.0
10 months ago over 2 years ago
C++ Makefile
MIT License Apache License 2.0
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.

signalflip-js

Posts with mentions or reviews of signalflip-js. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-23.
  • Open-source SystemVerilog simulation support using cocotb
    2 projects | /r/FPGA | 23 May 2022
    I created my own framework for verilator testbenches in node-js - https://github.com/ameetgohil/signalflip-js
  • How to simulate Verilog designs REALLY quickly ?
    4 projects | /r/FPGA | 7 Nov 2021
    I made a package called signalflip-js which would be good fit especially for a web app. It wraps the verilator testbench with javascript. An interesting thing to try here would be to compile verilator to wasm and use the wasm binary. DM me if you pick this route and need help
  • Verilator: Suggestions for verification framework?
    2 projects | /r/FPGA | 23 Oct 2021
    I use signalflip-js, a framework I created using node-js before cocotb had verilator support. The framework has fairly efficient multi-clock support where it will only evaluate the model if there is an edge toggle. It also has phase support, kind of like UVM, where you can schedule tasks for Pre-run Phase, Reset Phase, Run Phase, and Post-run phase.

signalflip-verilator-webapp

Posts with mentions or reviews of signalflip-verilator-webapp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-07.

What are some alternatives?

When comparing signalflip-js and signalflip-verilator-webapp you can also consider the following projects:

verilator - Verilator open-source SystemVerilog simulator and lint system

chisel - Chisel: A Modern Hardware Design Language

iverilog - Icarus Verilog

cocotb - cocotb, a coroutine based cosimulation library for writing VHDL and Verilog testbenches in Python