spatial-lang icon indicating copy to clipboard operation
spatial-lang copied to clipboard

Spatial: "Specify Parameterized Accelerators Through Inordinately Abstract Language"

Results 58 spatial-lang issues
Sort by recently updated
recently updated
newest added

Assuming there is a reason someone did not want to put accum2 directly as the reduction register, I think there is some kind of bug (maybe with unit pipe insertion)...

This is probably an easy one... I have the following code but when I try to print g6, it gives me the Exp's toString and throws the warning below: ```...

Should it be implemented? `for (i

wontfix

We rely on overloading and linearization order for rewrite rules Another solution is to use partial functions: from ```scala trait B { def f(x: X) = ... } trait A...

enhancement

It would be nice to have a consistent style across spatial that is enforced by a style conf through scalafmt: https://github.com/scalameta/scalafmt

enhancement

Currently, all resources are in spatial. Doesn't this go against making argon reusable for other projects ? With the create_resource branch, it is needed to add an argon_files_list that doesn't...

enhancement

git tags represent specific point in time of a branch. Releases should be tag of the master branch (instead of using a branch release) Versions in build.sbt should be in...

enhancement

1. We currently generate waveforms all the time, and all signals are tracked. We should support building simulation code without waveforms. 2. VCD files can get unreasonably large for long-running...

enhancement