HDLRuby 2.3.8 → 2.4.10

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.3.8"
2
+ VERSION = "2.4.10"
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.3.8
4
+ version: 2.4.10
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-09-18 00:00:00.000000000 Z
11
+ date: 2020-10-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -75,6 +75,7 @@ files:
75
75
  - lib/HDLRuby/hdr_samples/addsub.rb
76
76
  - lib/HDLRuby/hdr_samples/addsubz.rb
77
77
  - lib/HDLRuby/hdr_samples/alu.rb
78
+ - lib/HDLRuby/hdr_samples/bstr_bench.rb
78
79
  - lib/HDLRuby/hdr_samples/calculator.rb
79
80
  - lib/HDLRuby/hdr_samples/counter_bench.rb
80
81
  - lib/HDLRuby/hdr_samples/dff.rb
@@ -88,6 +89,7 @@ files:
88
89
  - lib/HDLRuby/hdr_samples/memory_test.rb
89
90
  - lib/HDLRuby/hdr_samples/multer_gen.rb
90
91
  - lib/HDLRuby/hdr_samples/multer_seq.rb
92
+ - lib/HDLRuby/hdr_samples/neg_arith_bench.rb
91
93
  - lib/HDLRuby/hdr_samples/neural/a.rb
92
94
  - lib/HDLRuby/hdr_samples/neural/a_sub.rb
93
95
  - lib/HDLRuby/hdr_samples/neural/bw.rb
@@ -123,6 +125,8 @@ files:
123
125
  - lib/HDLRuby/hdr_samples/with_linear.rb
124
126
  - lib/HDLRuby/hdr_samples/with_loop.rb
125
127
  - lib/HDLRuby/hdr_samples/with_memory.rb
128
+ - lib/HDLRuby/hdr_samples/with_memory_rom.rb
129
+ - lib/HDLRuby/hdr_samples/with_multi_channels.rb
126
130
  - lib/HDLRuby/hdr_samples/with_reconf.rb
127
131
  - lib/HDLRuby/hdrcc.rb
128
132
  - lib/HDLRuby/high_samples/_adder_fault.rb
@@ -262,6 +266,7 @@ files:
262
266
  - lib/HDLRuby/sim/hruby_sim_calc.c
263
267
  - lib/HDLRuby/sim/hruby_sim_core.c
264
268
  - lib/HDLRuby/sim/hruby_sim_list.c
269
+ - lib/HDLRuby/sim/hruby_sim_vcd.c
265
270
  - lib/HDLRuby/sim/hruby_sim_vizualize.c
266
271
  - lib/HDLRuby/sim/hruby_value_pool.c
267
272
  - lib/HDLRuby/std/channel.rb