thunder-hammer

Results 12 issues of thunder-hammer

Clarify the difference between children and references in the definition We have the instance object defined but it may be confusing what children and references are in the context of...

documentation
good first issue

Thanks to JensRestemeier and Jordi1215 we have some example scripts that show how to create a netlist from the ground up in SpyDrNet. Now that we can create it would...

A user of the documentation suggested the following improvements * The documentation is too FPGA specific and it should be expanded out to include asic designer and others * It...

documentation
size 5

It would be nice to add the parameters into the intermediate representation direction. Currently to do a cross language conversion from EDIF to Verilog or vice versa requires the composer...

Currently I only have one example of each of these formats. There could be a lot more constructs than what I see. VO files ---------- defparam structure `defparam \avs_s1_readdata[12]~output .bus_hold...

Currently the namespace managers are somewhat confusingly implemented. * They use static methods that are difficult to override but the EdifNamespace and DefaultNamespace share most of the same code. *...

It would be useful to make sure the handling of constant assignments and port mappings makes sense, and compare with what we are doing with the EDIF parser/composer. some example...

Some things we noticed that would be good to add to the building a release docs. dependencies: pip install networkx pip install sphynx apt install latexmk apt install texlive-fonts-recommended apt...

Blazingmarimba is working on the virtual instances and flattening with those instances. This issue is open to track progress on the virtual instances and flattening with those. We would like...

*Background* Identifiers in verilog are less restricted than EDIF identifiers. They can be longer and contain a wider variety of characters. Verilog names can be escaped to allow any characters...