danm v0.1.4 Danm.BundleLogic

A bundle logic is a design entity with several combo logic expr combined.

Link to this section Summary

Functions

A bundle logic is just a wrapper around a list of expr. output is a string inputs is a map of %{name => width}

a string representation of the exp

create a bundle logic. all width assume to be 0 for now

Link to this section Functions

Link to this function

%Danm.BundleLogic{}

(struct)

A bundle logic is just a wrapper around a list of expr. output is a string inputs is a map of %{name => width}

Link to this function

expr_string(c, f)

a string representation of the exp

Link to this function

new(op, strs, list)

create a bundle logic. all width assume to be 0 for now