Skip to content

Commit

Permalink
[no-log]
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaCovelli authored Dec 9, 2023
1 parent c50b61f commit bc8c7e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ module ParteControllo(
(STAR==S12)? 14'b00000000010000:
(STAR==S13)? 14'b00100000000000:
(STAR==S14)? 14'b000000001X1000:
/*default*/ 14'b00XXXXXXXXXXXX;
/*default*/ 14'bXXXXXXXXXXXXXX;

always @(reset_ == 0) #1 STAR <= S0;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ module ParteControllo(
(STAR==S12)? 14'b00000000010000:
(STAR==S13)? 14'b00100000000000:
(STAR==S14)? 14'b000000001X1000:
/*default*/ 14'b00XXXXXXXXXXXX;
/*default*/ 14'bXXXXXXXXXXXXXX;

always @(reset_ == 0) #1 STAR <= S0;

Expand Down

0 comments on commit bc8c7e5

Please sign in to comment.