bespoke-silicon-group / baseline

An Experimental Repository for BSG Bladerunner using CUDA Lite
4 stars 7 forks source link

Clarify Make targets? #7

Open sampsyo opened 4 years ago

sampsyo commented 4 years ago

The README currently says to run make cosim to run an example. But currently, it doesn't look like cosim is a valid target.

More broadly, for using this stuff as an example for other people trying to write CUDA-Lite code, it would be nice to know what targets are available—it looks like there are several with different intents and different origins:

In general, it would be awesome to have documented the expected targets do these things separately:

…because it's often super convenient to do those individually rather than in one fell swoop. (And I don't think they need fancy .PHONY target names! Just knowing what does what can really help orient new users.)

drichmond commented 4 years ago

I think this is fixed now?