danm v0.1.4 Danm.SeqLogic
A seq logic is a design entity with some input ports and one output, and the output is derived from input and itself in a sequential way
Link to this section Summary
Functions
A seq logic is just a wrapper another design entity, like combo logic, bundle logic, choice logic, condition logic or case logic. aditional sequential element is added core is the wrapped combinatorial logic. clk cannot be nil.
create a seq logic
Link to this section Functions
A seq logic is just a wrapper another design entity, like combo logic, bundle logic, choice logic, condition logic or case logic. aditional sequential element is added core is the wrapped combinatorial logic. clk cannot be nil.
Link to this function
new(core, clk)
create a seq logic