cornell-brg / pymtl

Python-based hardware modeling framework
BSD 3-Clause "New" or "Revised" License
235 stars 82 forks source link

Temp variables named c aren't declared during Verilog translation #92

Open dmlockhart opened 10 years ago

dmlockhart commented 10 years ago

The following code does not translate correctly:

  if s.signal: c = concat( a, b, c )

  s.out.value = c