rohd VS cocotbext-axi

Compare rohd vs cocotbext-axi and see what are their differences.

rohd

The Rapid Open Hardware Development (ROHD) framework is a framework for describing and verifying hardware in the Dart programming language. (by intel)

cocotbext-axi

AXI interface modules for Cocotb (by alexforencich)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
rohd cocotbext-axi
8 4
347 181
3.5% -
8.2 4.6
10 days ago 5 months ago
Dart Python
BSD 3-clause "New" or "Revised" License MIT 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.

rohd

Posts with mentions or reviews of rohd. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-27.

cocotbext-axi

Posts with mentions or reviews of cocotbext-axi. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-04.
  • Having trouble with cocotb AXI simulation, cocotb.scheduler error
    1 project | /r/cocotb | 26 Aug 2023
    0.00ns INFO ..b.dma_wrapper.m_axi_s2mm AXI slave model (write) 0.00ns INFO ..b.dma_wrapper.m_axi_s2mm cocotbext-axi version 0.1.24 0.00ns INFO ..b.dma_wrapper.m_axi_s2mm Copyright (c) 2021 Alex Forencich 0.00ns INFO ..b.dma_wrapper.m_axi_s2mm https://github.com/alexforencich/cocotbext-axi 0.00ns DEBUG gpi m_axi_s2mm_awvalid has 1 elements 0.00ns DEBUG gpi m_axi_s2mm_awprot has 3 elements 0.00ns INFO ..b.dma_wrapper.m_axi_s2mm Reset de-asserted 0.00ns DEBUG gpi m_axi_s2mm_wvalid has 1 elements 0.00ns INFO ..b.dma_wrapper.m_axi_s2mm Reset de-asserted 0.00ns DEBUG gpi m_axi_s2mm_bvalid has 1 elements 0.00ns DEBUG gpi m_axi_s2mm_bready has 1 elements 0.00ns DEBUG gpi m_axi_s2mm_bresp has 2 elements 0.00ns INFO ..b.dma_wrapper.m_axi_s2mm Reset de-asserted 0.00ns DEBUG gpi m_axi_s2mm_awaddr has 32 elements
  • [CocoTB for beginners]: FPGA/ASIC Testbenches in Python + Automated Testing in GitHub​
    4 projects | /r/FPGA | 4 Apr 2022
    I was hoping to decouple the designs from any particular vendor as much as I could so I would interface with the core (dut) with a Cocotb AXI Lite master to get/set registers. Then if I were using something like an AXI Stream to send/receive audio or video data there was a Cocotb python driver to process the data in the test bench. As an example, in part 5 the graphics core generated a 16x4 color bar image over AXI video stream that was captured by a Cocotb AXI Stream sink and then 'displayed' as hex values in one of the test.
  • Simulating AXI Accessing to DDR
    1 project | /r/FPGA | 23 Mar 2022
    This is where you can use a BFM (bus functional model). Basically, you can connect your design to a simulation model of the RAM. I wrote some cocotb extensions for doing stuff like this in cocotb, you can give that a try, assuming your code works with a simulator that's compatible with cocotb: https://github.com/alexforencich/cocotbext-axi
  • Cocotb
    3 projects | /r/FPGA | 7 Nov 2021
    The cocotb bus repo has many of the useful drivers and monitors. https://github.com/cocotb/cocotb-bus/tree/master/src/cocotb_bus. There is also https://github.com/alexforencich/cocotbext-axi for some relevant AXI examples that you can also just use.

What are some alternatives?

When comparing rohd and cocotbext-axi you can also consider the following projects:

metroboy - A repository of gate-level simulators and tools for the original Game Boy.

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

verilog-ethernet - Verilog Ethernet components for FPGA implementation

cocotb-bus - Pre-packaged testbenching tools and reusable bus interfaces for cocotb

hVHDL_floating_point - high level VHDL floating point library for synthesis in fpga

ResponsiveFramework - Easily make Flutter apps responsive. Automatically adapt UI to different screen sizes. Responsiveness made simple. Demo: https://gallery.codelessly.com/flutterwebsites/minimal/

pyxsi - Python/C/RTL cosimulation with Xilinx's xsim simulator

aqueduct - Dart HTTP server framework for building REST APIs. Includes PostgreSQL ORM and OAuth2 provider.

pygears - HW Design: A Functional Approach

magma - magma circuits

circt - Circuit IR Compilers and Tools