Define Gray code states
List the states using Gray code and assign Gray code values to each state.
Start file
typedef enum logic [3:0] { S = 4'b , S = 4'b , S = 4'b , S = 4'b , S = 4'b , S = 4'b , S = 4'b , S = 4'b , S = 4'b , S = 4'b , S = 4'b , S = 4'b , S = 4'b , S = 4'b , S = 4'b , S = 4'b } state_t;
End file
typedef enum logic [3:0] { S00 = 4'b0000, S01 = 4'b0001, S02 = 4'b0011, S03 = 4'b0010, S04 = 4'b0110, S05 = 4'b0111, S06 = 4'b0101, S07 = 4'b0100, S08 = 4'b1100, S09 = 4'b1101, S10 = 4'b1111, S11 = 4'b1110, S12 = 4'b1010, S13 = 4'b1011, S14 = 4'b1001, S15 = 4'b1000 } state_t;
View Diff
2,17c2,17 < S = 4'b , < S = 4'b , < S = 4'b , < S = 4'b , < S = 4'b , < S = 4'b , < S = 4'b , < S = 4'b , < S = 4'b , < S = 4'b , < S = 4'b , < S = 4'b , < S = 4'b , < S = 4'b , < S = 4'b , < S = 4'b --- > S00 = 4'b0000, > S01 = 4'b0001, > S02 = 4'b0011, > S03 = 4'b0010, > S04 = 4'b0110, > S05 = 4'b0111, > S06 = 4'b0101, > S07 = 4'b0100, > S08 = 4'b1100, > S09 = 4'b1101, > S10 = 4'b1111, > S11 = 4'b1110, > S12 = 4'b1010, > S13 = 4'b1011, > S14 = 4'b1001, > S15 = 4'b1000
Solutions
The best way to learn is to practice. Below, you will find some of the solutions other golfers have entered. To unlock higher ranked solutions, submit your own entry which does as well or better than the solutions you can currently see - climb the ladder!
Check out these helpful resources to improve your Vim skills... Game on.
Unlock 9 remaining solutions by signing in and submitting your own entry
#10 maruryota / @maruryota - Score: 124 - 09/12/24 @ 17:30
<CR>l<C-V>G4bhhs0<Esc>qq<CR><C-V>G5ge<C-A>q14@q2Gmm<C-V>9jA0<Esc>fblq0r0jq7@0q1r1jq7@1`mfbll4@08@14@0`mfb3lmm2@04@14@04@12@0`ml@02@12@02@12@02@12@02@1@0ZZ
0 comments