Harry_108
Junior Member
Offline
Posts: 10
|
Hello All, Through VHDL-AMS code, I want to write in a file. I want every new value to be written should overwrite the old value. I tried opening the write file in write mode and in append mode. but in both the modes the values are added to the file. for example: in one clock cycle I want to write 7 in a file. in next clock cycle the code should delete 7 and write 3 on its place. so my file content will be 3 and not 7 3
any suggestions ??? :-? thanks in advance.
regards, Milind.
|