Need help with Objcopy for Verilog Hex File

This page summarizes the projects mentioned and recommended in the original post on /r/FPGA

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • fpga_quick_ram_update

    Quickly update a bitstream with new RAM contents

  • There are multiple ways to handle this, but I usually first covert the file to pure binary, and then convert it to hex. You could Google about how to do that, or you could use my own ruby script that does the same: https://github.com/tomverbeure/fpga_quick_ram_update/blob/main/misc/create_mif.rb

  • zbasic

    A bare bones, basic, ZipCPU system designed for both testing and quick integration into new systems

  • As examples: - Here's how I process libelf to provide me with an array of section pointers, each containing the address to load the values at - Here's where I then load the values into my design when I'm using an external loader via a debugging bus. - Here's another copy of the same, this time running from within Verilator rather than from within externally controlled logic.

  • 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.

    InfluxDB logo
  • dbgbus

    A collection of debugging busses developed and presented at zipcpu.com

  • As examples: - Here's how I process libelf to provide me with an array of section pointers, each containing the address to load the values at - Here's where I then load the values into my design when I'm using an external loader via a debugging bus. - Here's another copy of the same, this time running from within Verilator rather than from within externally controlled logic.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts