Re: Storing a file onto FPGA
Update:
Ok, I tried to do this. I defined a simple mem file like this:
@0000 2A
3B
4C
5D
I saved this as example.mem.
Now, I tried data2mem -bd example.mem -o v outputverilog.v
I was expecting a verilog file at the output. However, nothing happens.
There is no error, but no output file either.
Any help would be appreciated.
Thanks,
Robert.
|