lib/HDLRuby/hdr_samples/with_connector.rb in HDLRuby-3.1.0 vs lib/HDLRuby/hdr_samples/with_connector.rb in HDLRuby-3.2.0
- old
+ new
@@ -1,7 +1,9 @@
require 'std/channel.rb'
require 'std/connector.rb'
+raise "std/channel.rb is deprecated."
+
include HDLRuby::High::Std
# Sample for testing the connectors of channels.
# Channel describing a buffered queue storing data of +typ+ type of +depth+,