Nothing Special   »   [go: up one dir, main page]

Skip to content

Dual clock buffer for modules connected by valid-ready protocol

License

Notifications You must be signed in to change notification settings

ain1084/dual_clock_buffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dual_clock_buffer

Dual clock buffer for modules connected by valid and ready handshake.

dual_clock_buffer

Name Direction Clock domain Description
reset input i_clk, o_clk Reset signal (Active high)
i_clk input i_clk Intake clock
i_valid input i_clk Intake valid
i_ready output i_clk Intake ready
i_data[width-1:0] input i_clk Intake data
o_clk input o_clk Outlet clock
o_valid output o_clk Outlet valid
o_ready input o_clk Outlet ready
o_data[width-1:0] output o_clk Outlet data

About

Dual clock buffer for modules connected by valid-ready protocol

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published