Altera_Forum
Honored Contributor
10 years agooutput constant signal to oscilloscope
I need to generate a constant high signal to output to an oscilloscope.
I tried letting the an signal pulse_out <='1' and this didn't work either. I believe due to my knowledge that an output port signal needs to be driven by a clock. I also tried using combinational logic and letting a two signals that were opposite of each other make a new signal by using AND,OR and this did not work either. I feel like this is alot simpler than I think it is but I've tried everything!!! Any sample code of showing how to output a constant high value of '1' would be great.