- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i have an array consisting of values in sfixed format (9 downto -6) with 100 values . i want to transfer it to a text file. can anyone please help ??
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You didn't say if this was a simulation or in an FPGA. If it's simulation, see the modelsim documentation. For an FPGA you have two choices. You can use system console if you are connected via JTAG. Or, you can add a processor system and software with an interface to an SD card. All of this is described in the Altera documentation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- Quote Start --- You didn't say if this was a simulation or in an FPGA. If it's simulation, see the modelsim documentation. For an FPGA you have two choices. You can use system console if you are connected via JTAG. Or, you can add a processor system and software with an interface to an SD card. All of this is described in the Altera documentation. --- Quote End --- it is for simulation can u please tell some example codes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There are many tutorials on how to use the textio library. In VHDL 2008, all of the procedures to write to a file are included in the fixed_pkg.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page