Forum Discussion
3 Replies
- Altera_Forum
Honored Contributor
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.
- Altera_Forum
Honored Contributor
--- 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 - Altera_Forum
Honored Contributor
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.