dgrnbrg / piplin

Compile Clojure to FPGAs
piplin.org
93 stars 10 forks source link

Nested module synthesis must use wires instead of dot notation #54

Closed dgrnbrg closed 11 years ago

dgrnbrg commented 11 years ago

Currently, we're synthesizing dot-notation to signals inside of modules, and although the simulators find this just fine, the synthesizer wants all connections to be done with wires and port connections in the module declaration.