dgrnbrg / piplin

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

Module instance names should be derived from their parameters, not a gensym #42

Open dgrnbrg opened 12 years ago

dgrnbrg commented 12 years ago

Module names must also be unique based on their parameters. This will allow for better output information and deduplication of generated modules when they're output, even if they were created by different calls to the module's factory function.