W
Weng Tianxiang
Guest
Hi everyone,
Welcome all critics from ones who are interested in coding state machine that seems to many as matured, but can be further improved.
Here is a coding snippet for new method you can immediately understand what will happening for coding a state machine.
type State_Machine_t is (
First_group : (s1, s2, s3),
Second_Group : (s4, s5, s6),
Third_Group ; (s7, s8, s9)
);
signal State_Machine, State_Machine_Next : State_Machine_t ;
Here is only one sentence that tells you what you can do with new method:
Any state machine's states can be grouped together in coding in HDL at one's discretion and each group acts like a small state machine sharing a same initial state and all act together as coordinated as a full state machine.
Here is a famous paper about the method with 244 cites, using probability theory:
http://www.scarpaz.com/2100-papers/Low%20Power/00503933.pdf
But my patent describes a new simpler and perfect method using group theory:
Patent:10482208, "Coding and synthesizing a state machine in state groups"
https://patents.justia.com/search?q=tianxiang+weng
Thank KJ for helping me to improve the patent text.
Thank you.
Weng
Welcome all critics from ones who are interested in coding state machine that seems to many as matured, but can be further improved.
Here is a coding snippet for new method you can immediately understand what will happening for coding a state machine.
type State_Machine_t is (
First_group : (s1, s2, s3),
Second_Group : (s4, s5, s6),
Third_Group ; (s7, s8, s9)
);
signal State_Machine, State_Machine_Next : State_Machine_t ;
Here is only one sentence that tells you what you can do with new method:
Any state machine's states can be grouped together in coding in HDL at one's discretion and each group acts like a small state machine sharing a same initial state and all act together as coordinated as a full state machine.
Here is a famous paper about the method with 244 cites, using probability theory:
http://www.scarpaz.com/2100-papers/Low%20Power/00503933.pdf
But my patent describes a new simpler and perfect method using group theory:
Patent:10482208, "Coding and synthesizing a state machine in state groups"
https://patents.justia.com/search?q=tianxiang+weng
Thank KJ for helping me to improve the patent text.
Thank you.
Weng