Skip to content

egnaf/sequent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

sequent

Sequential entries of a long number with offset for the FPGA microarchitecture on system verilog.

Modules

The program uses 4 modules: main, cdd, coder, lower. Below is a table with descriptions of all modules.

Module Description
main.v Main module connecting all modules
cdd.v Combinatorial digital device
coder.v Data decoder
lower.v Main module connecting all modules

States

The combinatorial digital device module uses 4 states: RESET, WAIT, OUTPUT, READ, SHIFT. Below is a table with descriptions of all states.

State Description
RESET Adjust to zero registers and counter
WAIT Waiting to input data
OUTPUT Data output
READ Read data and write to register
SHIFT Shifts registers

Example

Contribute

For any problems, comments, or feedback please create an issue here.

Licence

This software is released under the MIT License.

About

Sequential entries of a long number with offset for the FPGA microarchitecture on system verilog

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Verilog 100.0%