Forum Discussion
Altera_Forum
Honored Contributor
17 years ago --- Quote Start --- Hi, for the memory , I am also using the megafunction to instatiate it, without writing vhdl. It performs good, you can instantiate ROMs and RAMs (also multiport). Check the related userguide. Anyway of course you can write (and read!) data into the array! About SignalTap (ST) it's an Embedded Logic Analyzer, useful when your FPGA is working. It probes the device's pins, showing you what is really happening in your design. No simulation, real behaviour! And the "solution" I described before is useful to me for both simulation and verification. I followed a tutorial from altera website, the online free ones. hope this helps, C --- Quote End --- Oh.. I see.. So, I do need an FPGA chip to use it.. Hmm.. I don't have FPGA chip.. I only have Quartus to learn VHDL with at the moment.. Thanks anyway..