bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/19921] New: enable specification of data width when writin


From: jamey.hicks at gmail dot com
Subject: [Bug binutils/19921] New: enable specification of data width when writing verilog hex format
Date: Thu, 07 Apr 2016 13:42:19 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=19921

            Bug ID: 19921
           Summary: enable specification of data width when writing
                    verilog hex format
           Product: binutils
           Version: 2.27 (HEAD)
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: binutils
          Assignee: unassigned at sourceware dot org
          Reporter: jamey.hicks at gmail dot com
  Target Milestone: ---

Verilog $readmemh is rather limited and reads one array value per white-space
separated number. In order to read into a 32-bit or 64-bit array, the data must
be formatted accordingly.

I propose to modify the verilog target in order to add data width
specification. I see several ways to go about this:

 * define verilog16, verilog32, and verilog64 targets, so that the target
specifies the data width
 * default to the data width of the architecture
 * add options to object copy similar to srec-len.

The first option is the most flexible, but I'm looking for the option that
binutils maintainers would be willing to accept.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]