Nic30 / hwt

VHDL/Verilog/SystemC code generator, simulator API written in python/c++
MIT License
200 stars 27 forks source link

Prevent from dupliacation of generic/params if it shares same value #28

Closed Nic30 closed 4 years ago

Nic30 commented 4 years ago

Currently all parameter on all sub-interfaces are present in target HDL. Problem is that it is too much lines of text which is usually completely useless.

Proposed solutions:

Nic30 commented 4 years ago

By default add only generics/params from Unit non recursively