Method: Handshaker#get_port
- Defined in:
- lib/HDLRuby/hdr_samples/with_class.rb
#get_port ⇒ Object Also known as: to_a
Gets the port of the handshaker as a list of signals.
98 99 100 |
# File 'lib/HDLRuby/hdr_samples/with_class.rb', line 98 def get_port return [@buffer,@read_valid,@read_ready,@write_valid,@write_ready] end |