stanford-ppl / spatial

Spatial: "Specify Parameterized Accelerators Through Inordinately Abstract Language"
https://spatial.stanford.edu
MIT License
271 stars 33 forks source link

spatial macro drop argument list in extended class #251

Open yaqiz01 opened 5 years ago

yaqiz01 commented 5 years ago
@spatial
class A extends B(1,2,3)

will drop arguments 1,2,3 when declared immediately above A.

Also lazy val declared under spatial macro are evaluated immediately after declaration.