HDLRuby 2.2.14 → 2.3.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module HDLRuby
2
- VERSION = "2.2.14"
2
+ VERSION = "2.3.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: HDLRuby
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.14
4
+ version: 2.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lovic Gauthier
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-03-26 00:00:00.000000000 Z
11
+ date: 2020-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -82,6 +82,7 @@ files:
82
82
  - lib/HDLRuby/hdr_samples/dff_counter.rb
83
83
  - lib/HDLRuby/hdr_samples/include.rb
84
84
  - lib/HDLRuby/hdr_samples/instance_open.rb
85
+ - lib/HDLRuby/hdr_samples/linear_test.rb
85
86
  - lib/HDLRuby/hdr_samples/mei8.rb
86
87
  - lib/HDLRuby/hdr_samples/mei8_bench.rb
87
88
  - lib/HDLRuby/hdr_samples/memory_test.rb
@@ -106,6 +107,7 @@ files:
106
107
  - lib/HDLRuby/hdr_samples/ram.rb
107
108
  - lib/HDLRuby/hdr_samples/register_with_code_bench.rb
108
109
  - lib/HDLRuby/hdr_samples/rom.rb
110
+ - lib/HDLRuby/hdr_samples/ruby_fir_hw.rb
109
111
  - lib/HDLRuby/hdr_samples/struct.rb
110
112
  - lib/HDLRuby/hdr_samples/sumprod.rb
111
113
  - lib/HDLRuby/hdr_samples/sw_encrypt_bench.rb
@@ -118,6 +120,8 @@ files:
118
120
  - lib/HDLRuby/hdr_samples/with_decoder.rb
119
121
  - lib/HDLRuby/hdr_samples/with_fixpoint.rb
120
122
  - lib/HDLRuby/hdr_samples/with_fsm.rb
123
+ - lib/HDLRuby/hdr_samples/with_linear.rb
124
+ - lib/HDLRuby/hdr_samples/with_loop.rb
121
125
  - lib/HDLRuby/hdr_samples/with_memory.rb
122
126
  - lib/HDLRuby/hdr_samples/with_reconf.rb
123
127
  - lib/HDLRuby/hdrcc.rb
@@ -266,9 +270,12 @@ files:
266
270
  - lib/HDLRuby/std/decoder.rb
267
271
  - lib/HDLRuby/std/fixpoint.rb
268
272
  - lib/HDLRuby/std/fsm.rb
273
+ - lib/HDLRuby/std/linear.rb
274
+ - lib/HDLRuby/std/loop.rb
269
275
  - lib/HDLRuby/std/memory.rb
270
276
  - lib/HDLRuby/std/pipeline.rb
271
277
  - lib/HDLRuby/std/reconf.rb
278
+ - lib/HDLRuby/std/task.rb
272
279
  - lib/HDLRuby/test_hruby_bstr.rb
273
280
  - lib/HDLRuby/test_hruby_high.rb
274
281
  - lib/HDLRuby/test_hruby_high_low.rb