HDLRuby 3.8.0 → 3.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b3ecb1e50d09ad4ec7aa0809f93da534ce0672c30240aa9405124a075d29a015
4
- data.tar.gz: 3b939a8ad0eeef795473657775a83c265597fa13939dae1c91bff685ab6024b4
3
+ metadata.gz: 93147c5589686a414822d7c92707acf91b6ebb471b0109f235f4e94440ca2d04
4
+ data.tar.gz: 181bacb8b9eaa164d0e5c23309b2430f753a88f75a3e9c99270bebcc3e2b23e1
5
5
  SHA512:
6
- metadata.gz: 60bf1dcdf1243053841f7033398fce2de880bb412b19142b2356ceaf05261adfde4cac6afe5a861b1026b30139836210c5fa42e496ba2d563822bf05b0333839
7
- data.tar.gz: e6c56348b4e2cfa38cd0778e4d5d091b983c39b82af33df3cb11883f7ac5a40af920856cc2d9e8a2d79ee6084a82106d03c198c52a51456729d702ec67a8c819
6
+ metadata.gz: 3ac978d059082d637094df4306064d5e79c92eb19fe813268675665b8f9a74cfa24be3433b4d7f21d59055fd466125a33455ac2babbb0a0c0f32267d2ae04cd3
7
+ data.tar.gz: 9ff3e7074f135cb748802ec7ba6de2e174f3773ff16a655bc674ad7b4e06a0e1700c0c4d25070c8ad98da93fa083fba2de33253d58331b4d6d6dcf0b423847f4
@@ -352,7 +352,7 @@ static void vcd_print_block(Block block) {
352
352
  // printf("vcd_print_block\n");
353
353
  /* Do not print block with no declaration. */
354
354
  // if (block->num_inners == 0) return;
355
- if (!vcd_statement_has_decl(block)) return;
355
+ if (!vcd_statement_has_decl((Statement)block)) return;
356
356
 
357
357
  /* Declares the block if named. */
358
358
  vcd_print("$scope module ");
@@ -1,3 +1,3 @@
1
1
  module HDLRuby
2
- VERSION = "3.8.0"
2
+ VERSION = "3.8.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: HDLRuby
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.8.0
4
+ version: 3.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lovic Gauthier