lib/HDLRuby/hdr_samples/memory_test.rb in HDLRuby-3.1.0 vs lib/HDLRuby/hdr_samples/memory_test.rb in HDLRuby-3.2.0
- old
+ new
@@ -1,6 +1,8 @@
require 'std/memory.rb'
+raise "std/memory.rb is deprecated."
+
include HDLRuby::High::Std
# Sample code for testing the memory library.