pulp-platform / tech_cells_generic

Technology dependent cells instantiated in the design for generic process (simulation, FPGA)
Other
32 stars 30 forks source link

Pad functional correction #1

Closed jrrk closed 5 years ago

jrrk commented 5 years ago

input port of pad_functional cannot be of type logic because by definition inout ports have to be able to have multiple drivers (which is forbidden by the logic type).

vcs refuses to compile this situation

zarubaf commented 5 years ago

Thanks!