Menu

#16 srec_cat is unable to use a Verilog VMEM input file

v1.0 (example)
closed-fixed
nobody
None
5
2014-04-15
2011-09-12
Anonymous
No

When attempting to use a vmem formatted input file to srec_cat 1.57, I get the following error:

$ srec_cat test.vmem -VMem
srec_cat: test.vmem: 2: hexadecimal digit required

If I add the correct bit width, I get a different error:

$ srec_cat test.vmem -VMem 8
misplaced number (8) on command line

So, if I omit the width, then the parser requires it. If I specify the width, then the parser trips over it.

Discussion

  • Scott Finneran

    Scott Finneran - 2014-04-15

    Bug not present in version 1.63

     
  • Scott Finneran

    Scott Finneran - 2014-04-15
    • status: open --> closed-fixed
    • Group: --> v1.0 (example)